zoukankan      html  css  js  c++  java
  • test

     $mathbf{s}=left [ s_{0} s_{1} cdots s_{N-1}  ight  ]^{T} $

     $mathbf{s}=left [ s_{0} ight  s_{1} s_{N-1}]^{T} $

    $mathbf{C}=egin{bmatrix}
    & \
    &
    end{bmatrix}$

     $hleft ( z^{-1} ight )=sum_{n=0}^{N-1}h_{n}z^{-n}$

     $ sleft ( z^{-1} ight )=sum_{n=0}^{N-1}s_{n}z^{-n}$

    时间延迟 z-1 自乘得到:

    (z-10=I  ,  

    $mathbf{z^{-1}}=egin{bmatrix}
    0&0 &0 &0 &0 &1 \ 
    1 & & & & & \ 
    & .& & & & \ 
    & &. & & & \ 
    & & &. & & \ 
    & & & &1 & 
    end{bmatrix}$

    egin{bmatrix}         
    0&0 &0 &0 &0 &1 \                        
    1 & & & & & \ 
    & .& & & & \ 
    & &. & & & \ 
    & & &. & & \ 
    & & & &1 & 
    end{bmatrix}$

    $mathbf{ left (z^{-1} ight )^{2} }=egin{bmatrix}
    0&0 &0 &0 &1 &0 \
    0 & & & & & 1\
    1& & & & & \
    &. & & & & \
    & &. & & & \
    & & &1 & &
    end{bmatrix}$

     ……

    $mathbf{ left (z^{-1} ight )^{mathit{N}-1} }=egin{bmatrix}
    0&1 &0 &0 &0 &0 \
    0 &0 &1 & & & \
    & & &. & & \
    && & &. & \
    & & & & &1 \
    1& & & & &
    end{bmatrix}$

    而 (z-1N=(z-10   , …… , (z-12N-1=(z-1N-1

    即 (z-1m=(z-1mod(m,N)

     

  • 相关阅读:
    Time
    算法与结构
    11
    DateUtils
    Ext.container.Container
    Ext.Component
    extjs布局--只看现象
    Ext下的方法
    充血模式与贫血模式
    ext下的组建,mvc,mvvm
  • 原文地址:https://www.cnblogs.com/zhangshihao/p/7517940.html
Copyright © 2011-2022 走看看