Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Question about SINE wave...

Guest
Dec 23, 2009 Dec 23, 2009

I want to draw the wave like this:

Untitled-1.jpg

How can I draw this wave by using expression?

TOPICS
Expressions
2.0K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Apr 01, 2010 Apr 01, 2010

I got you partially there thanks to Wikipedia:

A function of the form  Screen shot 2010-04-01 at 4.19.42 PM.pngshould give a good fit.

The parameters Screen shot 2010-04-01 at 4.20.19 PM.png can be computed from data. See also Fourier series and Fourier transform.   -- Meni Rosenfeld 19:40, 25 March 2010 (UTC)

Any Expression or math gurus out there who can convert that into something AE can understand?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 02, 2010 Apr 02, 2010

You'd just combine multiple functions and use one to define the inputs of the other. E.g. If you use Math.round(Math.sin(time), you get 1 and 0 as return values, which you can then use as multipliers for anotehr sinus to switch it on and off. Similarly, you can remap the output using linear() or custom formulas and equally use it as a multiplier. Lots of options, especialyl when you include other functions.

Mylenium

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 02, 2010 Apr 02, 2010

Why bother? If it is this regular, you can just as well draw it one, then repeat it using Motion Tile.

Mylenium

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Apr 02, 2010 Apr 02, 2010
LATEST

True enough!  But it would be fun to do one just via expressions.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines