-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
I'm trying to use doppler on GQRX's raw files like this:
cat gqrx_20220804_154702_137100000_80000_fc.raw | doppler track --frequency 137100000 -i f32 -o f32 -s 80000 --time 2022-08-04T15:47:02 --tlefile weather-tle.txt --tlename 'NOAA 19' --location lat=x,lon=x,alt=x > fixed.raw
But resulting file is neither playable in GQRX nor SDR++
I tried to convert resulting file to i16 format using sox:
sox -t raw -e floating-point -b 32 -c 2 -r 80000 fixed.wav -t raw -e signed-integer -b 16 -c 2 -r 80000 fixed_i16.raw
and i got:
sox WARN dither: dither clipped 34814543 samples; decrease volume?
sox WARN sox: `dop.wav' input clipped 39521951 samples
while before the doppler shift there was no problem with this command
As I know GQRX records raw file in little endian float 32 bit, 2 channel IQ file (one for I and one for Q)
What is the problem?
Metadata
Metadata
Assignees
Labels
No labels