필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

storing fft plot by some variable

조회 수: 1 (최근 30일)
Smita chopade
Smita chopade 2016년 3월 10일
마감: MATLAB Answer Bot 2021년 8월 20일
nfft=1000; q= fftshift(fft(x,nfft)); n=length(q); fs=2560; fvals=fs*(-nfft/2:nfft/2-1)/nfft; figure, plot(abs(fvals), abs(q));
I am using this code to calculate FFT of signal x. FFT plot is represented between abs(fvals) and abs(q). I want to apply hilbert on this FFT plot. Now is it possible to represent that frequency sprectrum by only one variable so that I can use further function like Hil= Hilbert('one_variable') on that FFt signal. If it is possible or not please guide me something on it.

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by