Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

how to filter frequency ineed 50hz

3 visualizzazioni (ultimi 30 giorni)
zayaz aya
zayaz aya il 30 Mar 2018
Chiuso: MATLAB Answer Bot il 20 Ago 2021
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)');

Risposte (0)

Questa domanda è chiusa.

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by