readme.txt
来自「RLS自适应滤波算法程序。包含FIR RLS demo和IIR RLS demo」· 文本 代码 · 共 9 行
TXT
9 行
Hi ,
Here is a list of the files contained in RLS.zip
FIR_RLS : FIR RLS demo (FIR is used when there is an access to the output ; i.e feedback is used like in a dc motor we use speed as feedback)
IIR_RLS : IIR RLS demo (IIR is used when there is no access to the output ; the system model is only a function of the input i.e channel equalization prolbem )
FIRsampledata : a sample data for FIR RLS demo
IIRsampledata : a sample data for IIR RLS demo
Enjoy !
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?