![]() |
请教Matlab 数字滤波器设计
我想问:如果我已知数字滤波器的滤波因子,怎么用Matlab查看对于某个输入序列的滤波结果?比如输出滤波后的序列 或者 图形
谢谢! |
回复: 请教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.
|
所有时间均为北京时间。现在的时间是 03:24。 |
Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.