MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   MATLAB论坛 (https://www.labfans.com/bbs/forumdisplay.php?f=6)
-   -   [MATLAB基础] 请教Matlab 数字滤波器设计 (https://www.labfans.com/bbs/showthread.php?t=10363)

suheng 2009-12-04 10:47

请教Matlab 数字滤波器设计
 
我想问:如果我已知数字滤波器的滤波因子,怎么用Matlab查看对于某个输入序列的滤波结果?比如输出滤波后的序列 或者 图形
谢谢!

barcelona 2009-12-06 22:14

回复: 请教Matlab 数字滤波器设计
 
使用filter函数即可实现,filter函数的官方应用解释:y = filter(b,a,X) filters the data in vector X with the filter described by numerator coefficient vector b and denominator coefficient vector a. If a(1) is not equal to 1, filter normalizes the filter coefficients by a(1). If a(1) equals 0, filter returns an error.


所有时间均为北京时间。现在的时间是 12:53

Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.