jgaeddert / liquid-dsp

digital signal processing library for software-defined radios
http://liquidsdr.org
MIT License
1.9k stars 443 forks source link

Implementing SVD #375

Open Argonghost opened 4 months ago

Argonghost commented 4 months ago

Hi, I have an application where I need to implement Singular Value decomposition on float complex array. Any tips on how to do that using liquiddsp?

Thanks!