mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-25 17:28:50 -05:00
WDSP RXA: do not activate frequency shift initially
This commit is contained in:
parent
a379692252
commit
80b2370bc3
@ -120,7 +120,7 @@ RXA* RXA::create_rxa (
|
|||||||
|
|
||||||
// Ftequency shifter - shift to select a slice of spectrum
|
// Ftequency shifter - shift to select a slice of spectrum
|
||||||
rxa->shift.p = SHIFT::create_shift (
|
rxa->shift.p = SHIFT::create_shift (
|
||||||
1, // run
|
0, // run
|
||||||
rxa->dsp_insize, // input buffer size
|
rxa->dsp_insize, // input buffer size
|
||||||
rxa->inbuff, // pointer to input buffer
|
rxa->inbuff, // pointer to input buffer
|
||||||
rxa->inbuff, // pointer to output buffer
|
rxa->inbuff, // pointer to output buffer
|
||||||
|
Loading…
Reference in New Issue
Block a user