Skip to content

Using doppler on GQRX raw files #10

@RYNEQ

Description

@RYNEQ

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions