How to generate white noise spectrum graph?

8 visualizaciones (últimos 30 días)
YONG TING SHEN
YONG TING SHEN el 17 de Feb. de 2020
Comentada: YONG TING SHEN el 6 de Mzo. de 2020
How to generate white noise spectrum with power spectral density function =2.0 and the range of excitation frequency is 0.1-500Hz ?

Respuestas (1)

Koushik Kureti
Koushik Kureti el 5 de Mzo. de 2020
Hello Yong Ting Shen,
The White noise spectrum is plotted as given below:
You have given Power Spectral Density function = 2.0 and the range of excitation frequency is 0.1 – 500Hz.
Thus Sx(f) = 2.0 and range of f is 0.1 - 500 Hz and you can use the plot function to plot the white noise spectrum graph as given below
t = 0.1:1:500;
plot(t,2,'*');
  1 comentario
YONG TING SHEN
YONG TING SHEN el 6 de Mzo. de 2020
Is that possible change to FFT graph after this ploting ?

Iniciar sesión para comentar.

Categorías

Más información sobre Fourier Analysis and Filtering en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by