how to create sine wave with 50hz frequency for 1001 data points and sampling frequency 250Hz

18 visualizaciones (últimos 30 días)
how to create sine wave with 50hz frequency for 1001 data points and sampling frequency 250Hz and change its amplitude?

Respuesta aceptada

Image Analyst
Image Analyst el 24 de Dic. de 2014
Hint:
Use linspace () to create t. Then
y = amplitude * sin(2 * pi * freq * t)
Come back with your code if you still have trouble.

Más respuestas (2)

totalaeiouoo@gmail.com soe
totalaeiouoo@gmail.com soe el 27 de Jun. de 2017
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 el 19 de En. de 2023
Editada: Abdifitah Abdullahi el 19 de En. de 2023
I need to analys total hormonic distortion in this wave form using mtlab programing code, so can some one helping me

Categorías

Más información sobre Spectral Measurements en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by