What is this Simulink block called?

82 visualizaciones (últimos 30 días)
Murat
Murat el 27 de Dic. de 2024 a las 6:54
Comentada: Murat el 28 de Dic. de 2024 a las 19:09
What is this block in Simulink? I cannot find it in the library.
  2 comentarios
Manish
Manish el 27 de Dic. de 2024 a las 7:01
Hi Murat,
Could you share the model to assist better?
Murat
Murat el 27 de Dic. de 2024 a las 7:19
I hope this helps

Iniciar sesión para comentar.

Respuesta aceptada

Manikanta Aditya
Manikanta Aditya el 27 de Dic. de 2024 a las 15:12
Editada: Manikanta Aditya el 27 de Dic. de 2024 a las 15:13
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 comentario
Murat
Murat el 28 de Dic. de 2024 a las 19:09
It seems that you are right. Thanks

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by