Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
how to divide two audio signals using simulink blocks. the audio signals contain floating points
조회 수: 2 (최근 30일)
이전 댓글 표시
I am implementing the some equations in simulink xilinx tool box, the equations are X(N) = [ x(n),x(n-1),x(n-2)...,x(n-p)] e(n) = d(n) – y(n)
g(n) =P(n-1) x*(n){ L +x T (n)P(n-1)x*(n)}-1
P(n) = P(n-1)-g(n)x T(n) P(n-1) w(n)=w(n-1)+e(n).g(n) y(n)=xT(n)w(n-1)
the p(n), g(n) are the recursive statements, they update each iteration.
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!