MATLAB SIGNAL PROCESSING BLOCKSET 7 Betriebsanweisung Seite 608

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 738
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 607
Transpose
5-451
5Transpose
Purpose Compute the transpose of a matrix.
Library Math Functions / Matrices and Linear Algebra / Matrix Operations
Description The Transpose block transposes the M-by-N input matrix to size N-by-M. When
the
Hermitian check box is selected, the block performs the Hermitian
(complex conjugate) transpose
y = u' % Equivalent MATLAB code
When the Hermitian check box is not selected, the block performs the
nonconjugate transpose
y = u.' % Equivalent MATLAB code
A length-M 1-D vector input is treated as an M-by-1 matrix. The output is
always sample-based.
Dialog Box
Hermitian
When selected, specifies the complex conjugate transpose. Tunable, except
in Simulink’s external mode.
u
11
u
12
u
13
u
21
u
22
u
23
u
11
*
u
21
*
u
12
*
u
22
*
u
13
*
u
23
*
u'
u
11
u
12
u
13
u
21
u
22
u
23
u
11
u
21
u
12
u
22
u
13
u
23
u.'
Seitenansicht 607
1 2 ... 603 604 605 606 607 608 609 610 611 612 613 ... 737 738

Kommentare zu diesen Handbüchern

Keine Kommentare