Introduction - If you have any usage issues, please Google them yourself
RLS adaptive filter
channel system order
sysorder = 5
Number of system points
N=2000
inp = randn(N,1)
n = randn(N,1)
[b,a] = butter(2,0.25)
Gz = tf(b,a,-1)
This function is submitted to make inverse Z-transform (Matlab central file exchange)
The first sysorder weight value