kopia lustrzana https://github.com/lucckb/libpsk
LIBPSK def freq fixed
rodzic
0582547b65
commit
ce005d822c
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue