how to create sine wave with 50hz frequency for 1001 data points and sampling frequency 250Hz
19 次查看(过去 30 天)
显示 更早的评论
how to create sine wave with 50hz frequency for 1001 data points and sampling frequency 250Hz and change its amplitude?
0 个评论
采纳的回答
Image Analyst
2014-12-24
Hint:
Use linspace () to create t. Then
y = amplitude * sin(2 * pi * freq * t)
Come back with your code if you still have trouble.
更多回答(2 个)
totalaeiouoo@gmail.com soe
2017-6-27
Create two sinusoidal waves, one with frequency=7 Hz and the other with 40 Hz for 1001 data points.
Assume the sampling frequency (Fs) is 250 Hz and both signals have same amplitude. Plot these
signals using the subplot function.
0 个评论
Abdifitah Abdullahi
2023-1-19
编辑:Abdifitah Abdullahi
2023-1-19
I need to analys total hormonic distortion in this wave form using mtlab programing code, so can some one helping me
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spectral Measurements 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!