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?

采纳的回答

Image Analyst
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
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.

Abdifitah Abdullahi
编辑: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 CenterFile Exchange 中查找有关 Spectral Measurements 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by