circulantMatrix

circulantMatrix(V) is an N-by-N circulant matrix with top row equal to V.
33 download
Aggiornato 4 giu 2017

Visualizza la licenza

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 (2025). circulantMatrix (https://it.mathworks.com/matlabcentral/fileexchange/57462-circulantmatrix), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2017a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Audio Processing Algorithm Design in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.1.0.0

*Added logical indexing.
*Added more functions.

1.0.0.0

Fixed spelling in the description.