필터 지우기
필터 지우기

Octave-Bandwidth in FFT

조회 수: 1 (최근 30일)
nur yusof
nur yusof 2015년 1월 20일
I have time domain history data. Then, I change it into FFT to get the frequency domain. After that,I am going to get the bandwidth of my FFT data. My coding is:-
signalx = Ch1_1; N=6678; zx = fft(signalx); plot(1:N,abs(zx)); plot(20*log10(abs(fft(zx))));
Can someone verified the coding?Is it true?Attached the figure of my bandwidth data

답변 (0개)

카테고리

Help CenterFile Exchange에서 Octave에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by