What is this Simulink block called?

5 ビュー (過去 30 日間)
Murat
Murat 2024 年 12 月 27 日
コメント済み: Murat 2024 年 12 月 28 日
What is this block in Simulink? I cannot find it in the library.
  2 件のコメント
Manish
Manish 2024 年 12 月 27 日
Hi Murat,
Could you share the model to assist better?
Murat
Murat 2024 年 12 月 27 日
I hope this helps

サインインしてコメントする。

採用された回答

Manikanta Aditya
Manikanta Aditya 2024 年 12 月 27 日
編集済み: Manikanta Aditya 2024 年 12 月 27 日
Hi Murat,
Looks like this block in the shared block diagram is 'Dot Product' block.
The Dot Product block generates the dot product of the input vectors. The scalar output, y, is equal to the MATLAB operation
y = sum(conj(u1) .* u2 )
where u1 and u2 represent the input vectors. The inputs can be vectors, column vectors (single-column matrices), or scalars. If both inputs are vectors or column vectors, they must be the same length. If u1 and u2 are both column vectors, the block outputs the equivalent of the MATLAB expression u1'*u2.
Refer to the following reference to know more about 'Dot Product' block:
I hope this helps.
  1 件のコメント
Murat
Murat 2024 年 12 月 28 日
It seems that you are right. Thanks

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSources についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by