Info

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

how to filter frequency ineed 50hz

조회 수: 3 (최근 30일)
zayaz aya
zayaz aya 2018년 3월 30일
마감: MATLAB Answer Bot 2021년 8월 20일
Fs = 1000; T = 1/Fs; L = 1001; 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)); figure(1); semilogx(f,z(1:numel(f)));xlabel('Frequency(Hz)');

답변 (0개)

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by