How to generate white noise spectrum graph?

조회 수: 6 (최근 30일)
YONG TING SHEN
YONG TING SHEN 2020년 2월 17일
댓글: YONG TING SHEN 2020년 3월 6일
How to generate white noise spectrum with power spectral density function =2.0 and the range of excitation frequency is 0.1-500Hz ?

답변 (1개)

Koushik Kureti
Koushik Kureti 2020년 3월 5일
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
YONG TING SHEN
YONG TING SHEN 2020년 3월 6일
Is that possible change to FFT graph after this ploting ?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by