csdr icon indicating copy to clipboard operation
csdr copied to clipboard

A simple DSP library and command-line tool for Software Defined Radio.

Results 41 csdr issues
Sort by recently updated
recently updated
newest added

Any advice how to compile on OSX?

Hello, I'm trying to pipe audio from ALSA_LOOPBACK to RPITX using csdr libraries, and to transmit it on USB, using the following statement : arecord -c1 -r 48000 -D hw:Loopback,1,0...

Thank you for this useful DSP tool which I am hoping to use. But I notice something strange when converting data types. I recorded a 1 second IQ sine wave...

command line interface options are: gen_dc_f / gen_dc_s16, gen_pos_fs4_f / gen_pos_fs4_s16 and gen_neg_fs4_f / gen_neg_fs4_s16

When running Makefile: > ./parsevect dumpvect*.vect > /bin/sh: 1: ./parsevect: not found > Makefile:47: recipe for target 'all' failed Needed to chmod +x parsevect Hope that helps.

Hello all I try to install on RPI zero (not a programmer I just follow instruction !) All seems go ok but when launch i get : Illegal instruction error...

bug

Looks like some of the ASM changed, I tried fixing but have never done any ASM, let alone ARM. > /tmp/ccyqVRJR.s: Assembler messages: > /tmp/ccyqVRJR.s:1390: Error: unknown mnemonic `vmov.f32' --`vmov.f32...

Uses list_cpu_features instead to get CPU features. Calling /proc/cpuinfo is a bad linuxism as lots of systems don't use that. Use /usr/bin/env to invoke python2 instead of staticly coding the...