How do I extract the amplitude and the frequency from a sine function?

8 次查看(过去 30 天)
I have this sine function:
10*sin(1000*t)
How do I extract the Amp=10 and the frequency=1000 as variables from that function?
Thanks.
  1 个评论
William Rose
William Rose 2021-4-15
@MAC, your quesiton does not appear to be about Matlab as much as math. Unless you are talking about automated parsing of code, which I doubt. It is a math question. The site is not a homework-answering service. By the way, the frequency of that function is not 1000, if your units are cycles per unit time.

请先登录,再进行评论。

回答(1 个)

Star Strider
Star Strider 2021-4-15
Use the fft function. Calculated, interpreted, and plotted correctly, it will give all that information.

类别

Help CenterFile Exchange 中查找有关 Fourier Analysis and Filtering 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by