LIBPSK def freq fixed

master
Lucjan Bryndza 2014-08-02 21:54:06 +02:00
rodzic 0582547b65
commit ce005d822c
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -22,7 +22,7 @@ class ham_digi {
static constexpr auto TX_QUELEN = 512;
public:
static constexpr auto SYS_CALLBACK_ID = -1;
static constexpr auto DEF_FREQ = 1500;
static constexpr auto DEF_FREQ = 1000;
/* Modulation structure */
enum class modulation : short {
notset,

Wyświetl plik

@ -107,7 +107,7 @@ private:
//Numeric controlled oscillator and mixer
dsp::nco_mixer<short, int ,512, PI2I> m_nco_mix;
baudrate m_baudrate { baudrate::b63 };
int m_rx_frequency { 1500 };
int m_rx_frequency { 1000 };
int m_nco_phzinc;
_internal::symbol_synchronizer m_sync;
//TODO: FIXME: Temporary viterbi decoder is here