Skip to content

pavel-demin/DiscoRedTRX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commands to install and run this program on Red Pitaya:

wget https://github.com/pavel-demin/DiscoRedTRX/archive/master.tar.gz
tar -zxf master.tar.gz
cd DiscoRedTRX-master
source build-wdsp.sh
gcc -O3 -march=armv7-a -mcpu=cortex-a9 -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard -ffast-math -Wall main.c -o main -Iwdsp -Lwdsp -lwdsp -lasound -lfftw3 -lm -lpthread
arecord -fFLOAT_LE -c2 -r48000 | ./main | aplay -fFLOAT_LE -c2 -r48000

About

User interface for the Embedded Red Pitaya SDR transceiver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages