pavel-demin / MiniTRX

Minimalist user interface for the Red Pitaya SDR transceiver with FFT
http://pavel-demin.github.io/red-pitaya-notes/sdr-transceiver-fft/
GNU General Public License v3.0
7 stars 1 forks source link

Compile fine on OS X with just some little change #1

Open ghost opened 8 years ago

ghost commented 8 years ago

I had just to add "widgets" to "QT +=" and remove "-static" form "QMAKE_LFLAGS +="

Is the "QT Server" and "sdr transceiver fft" for the Red Pitaya already available on an SD Card image?

pavel-demin commented 8 years ago

Thanks for your interest in this project.

Unfortunately, I don't have an SD card image that would work with MiniTRX.

This project is a little bit abandoned at the moment. Since I discovered how to communicate with GNU Radio and HPSDR compatible software, I concentrated more on other two Red Pitaya SDR transceiver projects.

However, it's a good moment to revive it.

It would be interesting to combine the RX and TX channels from the embedded SDR transceiver. Since they include FIR filters for fractional sample rate conversion, the sample rate conversion library is not needed anymore in server.cpp.

It would be also interesting to include the real-time spectrum analyzer from the Koheron project.

I'd also rewrite the client code in Python using the following project as a starting point: https://github.com/xmikos/qspectrumanalyzer