How to configure the different I/Q capture bandwidth and sampling rate?
Quote from AdminTC on 09/06/2021, 14:24How to configure the different I/Q capture bandwidth and sampling rate?
From sdk/Samples/ConfigTree you can see:" main/decimation"However during dll control
AARTSAAPI_ConfigRoot(&deviceId, &root);
AARTSAAPI_ConfigFind(&deviceId, &root, &config, L"main/decimation");You can't find the decimation rate. How to configure the decimation?
How to configure the different I/Q capture bandwidth and sampling rate?
From sdk/Samples/ConfigTree you can see:" main/decimation"However during dll control
AARTSAAPI_ConfigRoot(&deviceId, &root);
AARTSAAPI_ConfigFind(&deviceId, &root, &config, L"main/decimation");You can't find the decimation rate. How to configure the decimation?
Quote from DevUS on 10/06/2021, 07:47The decimation setting is useful if the the V6 is used in "raw" mode.
It provides a power of two downsampling of IQ data based on the receiver clock.
The decimation setting is useful if the the V6 is used in "raw" mode.
It provides a power of two downsampling of IQ data based on the receiver clock.