sine wave function
1 回表示 (過去 30 日間)
古いコメントを表示
Hello,
I need the function for the sine wave if
x= 4000
y= 3000
mean level = 1003
Amplitude = 3
Wavelength = 100
Thanks a lot
0 件のコメント
採用された回答
RNTL
2012 年 3 月 28 日
what are x and y ? generally, according to your wavelength if you're talking about radio signals in free space, then the frequency of the sine is f = c/Wavelength (c=3e8). you then need to set sampling frequency, i.e fs = 5*f;
and just have sine = mean level + 3*sin(2*pi*f*[1:whatever length]/fs);
その他の回答 (2 件)
simira atraqi
2012 年 3 月 28 日
1 件のコメント
RNTL
2012 年 3 月 28 日
From your first question I understood as you need a 1-D sine wave.
What is the analytic function that describes your problem?
参考
カテゴリ
Help Center および File Exchange で Surface and Mesh Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!