gcallipo/RadioDSP_SDR_RX

Receiver finalized.

Haranochi opened this issue · 8 comments

Hi,

I finished my second semester exams and I was able to finish the receiver, thanks for your software, so that the rotary encoder works in a clockwise direction I have changed the wiring, CLK pin 5 and DT pin 4, I look forward to PBT L and PBT H be active. Now I have time to have fun with the receiver.

Regards.

José María
IMG-4209

Hi Guiseppe,

Thanks for your notice, happy to be able to test your new modifications, a question, the files downloaded from your github page once unzipped are dated February 21, these are the ones that contain your latest sdr library. And thanks for showing me how the high and low cut filters work. I send you my comments.

José María

Hi Giuseppe,

After adding the file "core_cm4_simd.h" to / Arduino / teensy / avr / cores / teensy4, it compiled without problems, only three warnings:

RDSP_convolutional.h: In function 'void doConvolutionalProcessing (float, boolean, double, double)':
RDSP_convolutional.h: 231: warning: comparison between signed and unsigned integer expressions
if (Q_in_L.available ()> N_BLOCKS + 0 && Q_in_R.available ()> N_BLOCKS + 0)

RDSP_convolutional.h: 231: warning: comparison between signed and unsigned integer expressions
if (Q_in_L.available ()> N_BLOCKS + 0 && Q_in_R.available ()> N_BLOCKS + 0)

RDSP_convolutional.h: 342: warning: comparison between signed and unsigned integer expressions
for (int i = 0; i <N_BLOCKS; i ++)

RDSP_display.h: In function 'void Update_AudioSpectrum ()':
RDSP_display.h: 214: warning: unused variable 'low'
int low = 5;

I have downloaded it to the Teensy and begin testing this afternoon / evening. When I make the comparisons I will tell you, if you think it is convenient I can send you a file with the audios.

José María

Hi,

Attached pre_compiled file.

José María

RadioDSP_SDR_RX.ino.zip

Wonderful improvement!

Yes, this really works, better hearing and distorted voices that prevented a pleasant hearing disappeared, your receiver got a big improvement. Great.

José María