r4d10n / retrogram-plutosdr

Wideband Spectrum analyzer on your terminal/ssh console with ASCII art.
GNU General Public License v3.0
79 stars 15 forks source link

[improve] dual cpu on pluto device #6

Open fpgasdr opened 3 years ago

fpgasdr commented 3 years ago

Hi, since there is the possibility to enable the second cpu on pluto. how about to make this code multi thread for 2x better performance?.

I tried it in pluto device with second cpu enabled and the cpu resource was just using one core (40% cpu usage vs 80% with single core).

maybe have a dual thread call to compute the fft for both cores?.