Making sparse signal representation
Ältere Kommentare anzeigen
How to make a sparse signal representation in matlab code.
Antworten (1)
Image Analyst
am 26 Mär. 2014
0 Stimmen
Did you look up sparse in the help? Do you need further help?
4 Kommentare
Image Analyst
am 27 Mär. 2014
Why are you even wanting to mess with sparse when you have only 1280 elements in your sample? That's so tiny that I wouldn't even bother with sparse. Now if you had tens of millions of elements, then you might have a case. But for something the size of a gnat's eyelash, why bother?
Tinkul
am 27 Mär. 2014
Image Analyst
am 27 Mär. 2014
From the help:
S = sparse(A) converts a full matrix to sparse form by squeezing out any zero elements
So, how many zeros are in your image? And your image is so tiny that I wonder why you're even bothering with sparse. I never use it and I deal with a lot bigger images than that.
Kategorien
Mehr zu Sparse Matrices finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!