首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
cheby1专题
cheby1设计低通高通滤波器
设计一频率分分别为10hz和40hz的混合信号,分别通过低通和高通滤波器分离混合信号 fs=100;x=0:1/fs:1;tt=sin(20*pi*x+3)+4*sin(80*pi*x+3)+rands(1,length(x));tt1=sin(20*pi*x+3);tt2=4*sin(80*pi*x+3);figure;subplot(311);plot(x,tt,'k-');t
阅读更多...