how to get the x-axis filtering same to the noisy?

조회 수: 4 (최근 30일)
hafis radzi
hafis radzi 2019년 4월 15일
cut_off=1.5e3/Fs/2;
order=16;
h=fir1(order,cut_off);
fh=fft(h,nfft2);
fh=fh(1:nfft2/2);
plot(xfft,abs(fh/max(fh)));
ylabel('AMPLITUDE');
title('Impulse Response Signal')
figure(1);
w=conv(L,h);
subplot(3,2,5);
plot(w,'b','linewidth', 2);
title('Filtering Arc Signal')
xlabel('TIME,t(us)')
ylabel('AMPLITUDE');
aasdad.PNG

답변 (0개)

카테고리

Help CenterFile Exchange에서 Fourier Analysis and Filtering에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by