Difference between revisions of "Mus320"

From CCRMA Wiki
Jump to: navigation, search
Line 1: Line 1:
 
  
 
==Common Matlab Trickiness==
 
==Common Matlab Trickiness==
 +
 +
** The transpose operator ' (apostrophe) acts as a Hermitian transpose.  The Hermitian transpose takes the complex conjugate as well as the normal transpose of a matrix.  To take avoid taking the complex conjugate you can use .'
 +
 +
**

Revision as of 23:06, 24 September 2009

Common Matlab Trickiness

    • The transpose operator ' (apostrophe) acts as a Hermitian transpose. The Hermitian transpose takes the complex conjugate as well as the normal transpose of a matrix. To take avoid taking the complex conjugate you can use .'