• 大小: 2KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-02
  • 语言: Matlab
  • 标签: MATLAB程序  

资源简介

低通滤波器的MATLAB程序 ,值得借鉴。附带快速傅里叶变换的子程序

资源截图

代码片段和文件信息

% 低通滤波器使用例子的代码
fs=2000;
t=(1:fs)/fs;
ff1=100;
ff2=400;
x=sin(2*pi*ff1*t)+sin(2*pi*ff2*t);
figure;
subplot(211);plot(tx);
subplot(212);hua_fft(xfs1);
%低通测试
% y=filter(bz1az1x);
y=lowp(x3003500.120fs);
figure;
subplot(211);plot(ty);
subplot(212);hua_fft(yfs1);

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         301  2017-04-16 21:43  低通滤波器例子\ditonglvboqi.m
     文件        1457  2017-04-16 21:42  低通滤波器例子\hua_fft.m
     文件         661  2017-04-16 21:40  低通滤波器例子\lowp.m
     目录           0  2017-06-06 21:10  低通滤波器例子\

评论

共有 条评论