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

Question about SINE wave...

Guest
Dec 23, 2009 Dec 23, 2009

Copy link to clipboard

Copied

I want to draw the wave like this:

Untitled-1.jpg

How can I draw this wave by using expression?

TOPICS
Expressions

Views

1.8K

Translate

Translate

Report

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

Copy link to clipboard

Copied

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?

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Mylenium

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

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