circulantMatrix

circulantMatrix(V) is an N-by-N circulant matrix with top row equal to V.

Al momento, stai seguendo questo contributo

circulantMatrix is a low storage version, which is intended to be used as a replacement to full or sparse matrix.
For most code, the only change should be one extra line.
A = circulantMatrix(A); %recast A to circulantMatrix class.
circulantMatrix overload most MATLAB standard operators for arrays. For example *, /, etc... The result of the operators is circulantMatrix when possible. inv, det uses fft.

Cita come

Jonathan Gustafsson (2026). circulantMatrix (https://it.mathworks.com/matlabcentral/fileexchange/57462-circulantmatrix), MATLAB Central File Exchange. Recuperato .

Categorie

Scopri di più su Audio Processing Algorithm Design in Help Center e MATLAB Answers

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con qualsiasi release

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux
Versione Pubblicato Note della release Action
1.1.0.0

*Added logical indexing.
*Added more functions.

1.0.0.0

Fixed spelling in the description.