low pass filter using matlab

조회 수: 3 (최근 30일)
ayyoub
ayyoub 2020년 5월 12일
편집: ayyoub 2020년 5월 12일
hey guys i have original signal with 3023 hz frequency , after adding 128 zeros between samples , i want to create low pass filter half band or using FIRPM for filtering my signal_fir1 , how i can do it
f = 3023;
fac1=128
fs1 = 48000;
nT = [0:1/fs1:1];
signal = sin(2*pi*f*nT);
signal_fir1=zeros(1,fac1*length(signal));
signal_fir1([1:fac1:end])=signal;

답변 (0개)

카테고리

Help CenterFile Exchange에서 Matched Filter and Ambiguity Function에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by