About some type glitch in the frequency Response

조회 수: 2 (최근 30일)
Hari Ijjada
Hari Ijjada 2019년 9월 20일
댓글: Hari Ijjada 2019년 9월 21일
i sent a wave with three frequencies 1000,4000,6000...I passed it through the 1250 cutoff lowpass frequency .but i found a glitch at the frequnecy around 1300 Hz to 1400 Hz...why i am getting this glitch and what is this glitch ?Capture.PNG
  댓글 수: 2
Raj
Raj 2019년 9월 20일
Information is insufficient to say anything.
1) Show your filter design.
2) Can you attach the full plot instead of a portion snapshot?
Hari Ijjada
Hari Ijjada 2019년 9월 21일
carrier=single(Ac*cos(2*pi*Fc*t/Fs));
a=single(mod.*carrier);
%FPass=1200 Fstop=1500 Fs=25000 Fm=1000Capture.PNG
N = 700; % Filter order
F = [0 0.096 0.12 1]; % Frequency band edges
A = [1 1 0 0]; % Desired amplitudessingle
b = single(firls(N,F,A));
filt_out=single(conv(b,a));
DCB= dsp.DCBlocker('Algorithm','FIR','Length', 100);
demod=step(DCB,filt_out');
This is my filter...mod contains three frequencies 1000,4000,6000 Hz...

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Smoothing and Denoising에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by