low pass filter using matlab

2 次查看(过去 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 中查找有关 Digital Filter Design 的更多信息

产品


版本

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by