How can I do SVD (singular value decomposition) for a complex symmetric matrix in DSP algorithm?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
How can I do SVD (singular value decomposition) for a complex symmetric matrix in DSP algorithm?
There are some third parties that offer a solution for SVD in particular Sundance Digital Signal Processing and Kane Computing Limited seem to have libraries with SVD functionatlity. Beyond this you would probably be best searching Google for C source code that you could simply compile for the DSP (a search for "SVD C" seems to return some code that may help), though you would likely have to do some optimization to get high performance.