フィルターのクリア

Whats the difference of Weights WeightInputs in lineareq object?

2 ビュー (過去 30 日間)
Steffen Mauch
Steffen Mauch 2018 年 5 月 6 日
回答済み: Gael Goron 2018 年 5 月 15 日
Hello,
can someone help me and explain whats the difference between 'Weights' and 'WeightInputs' in lineareq object? https://de.mathworks.com/help/comm/ref/lineareq.html
I want to extract the coefficients of a feed-forward equalizer such that I can implement it as a FIR in C-Code.
Thanks.

回答 (1 件)

Gael Goron
Gael Goron 2018 年 5 月 15 日
Hello,
'Weights' is the tap weights vector (complex numbers), often noted as w, whereas 'WeightInputs' is the tap input vector, often noted as u. Such that the current output of the filter is
y=w'*u;
where ' denotes the hermitian transpose. You can see these notations used in table 2.1 in the preview of this textbook for instance.

カテゴリ

Help Center および File ExchangeMultirate and Multistage Filters についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by