i need highpass filter 50hz and use ifft ont this help im desperaate

조회 수: 5 (최근 30일)
zayaz aya
zayaz aya 2018년 4월 3일
답변: Abhishek Ballaney 2018년 4월 6일
Fs = 1000; T = 1/Fs; t = (0:L-1)*T; y1=110*sin(2*pi*50*t); y2=10*sin(2*pi*250*t); z=y1+y2; f = Fs*(0:(L/2))/L; z=abs(fft(z)); grid plot(z) figure(1); semilogx(f,z(1:numel(f)))

답변 (1개)

Abhishek Ballaney
Abhishek Ballaney 2018년 4월 6일
https://in.mathworks.com/help/signal/ref/butter.html
https://in.mathworks.com/help/matlab/ref/ifft.html

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by