- changed processBaseband args
- don't process CMA and DFE if they are not selected - ToDo: encapsulate DFE-on and DFE-off in one class. Always feed X to prevent switch artifacts git-svn-id: http://moon:8086/svn/software/trunk/projects/mpsk_rx_gui@103 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
+1
-3
@@ -342,9 +342,7 @@ private:
|
||||
params_t m_params;
|
||||
|
||||
void timerCallback();
|
||||
void processBaseband(cpx_t *pIF, uint32_t len);
|
||||
cpx_t processMatchedFilter(cpx_t x, int32_t m, radio_float_t mu);
|
||||
int Farrow_open_coeff(ppip_farrow_cpx_t *pObj, const char *filename);
|
||||
void processBaseband(CVec const &iq, uint32_t len);
|
||||
void minMaxInit(minmax_t *pObj, radio_float_t min_initial, radio_float_t max_initial)
|
||||
{
|
||||
pObj->min = min_initial;
|
||||
|
||||
Reference in New Issue
Block a user