Jump to content

Mus320: Difference between revisions

From CCRMA Wiki
Njb (talk | contribs)
No edit summary
Njb (talk | contribs)
No edit summary
Line 3: Line 3:
* 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 .'
* 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 .'


*
* Sound I/O on matlab is pretty basic.  For the linux machines, audio will sometimes be a problem if: a web browser is playing audio, JACK is running, some other audio program is locking the audio resources on your computer.

Revision as of 06:09, 25 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 .'
  • Sound I/O on matlab is pretty basic. For the linux machines, audio will sometimes be a problem if: a web browser is playing audio, JACK is running, some other audio program is locking the audio resources on your computer.