discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Is there a reason why this wouldn't shift the sig


From: Stefan Brüns
Subject: Re: [Discuss-gnuradio] Is there a reason why this wouldn't shift the signal that is demodulated?
Date: Mon, 10 Aug 2009 13:40:28 +0200
User-agent: KMail/1.9.9

On Monday 10 August 2009 02:41:33 Jonathan Coveney wrote:
[...]
> As a nerdy question, are there any particularly amenable ways to compress
> the sample files? 2 seconds of 4MS/s is like 130MB/s. The normal mac
> compression gave me about 25% of the size... which is good, but you never
> know.

It may be possible to use flac for compression. flac is lossless, and supports 
raw input/output streams, multiple channels (so you use left/right for i/q), 
and arbitrary bit depths.

try:
flac --endian=little --channels=2 --bps=16 --sign=signed --force-raw-format 
input.raw
flac --decode --output-name output.raw input.flac 

Not really sure if endianess/signage ... is correct, try yourself.

Stefan

-- 
Stefan Brüns  /  Bergstraße 21  /  52062 Aachen
mailto:lurch at gmx.li  http://www.kawo1.rwth-aachen.de/~lurchi/
   phone: +49 241 53809034     mobile: +49 151 50412019




reply via email to

[Prev in Thread] Current Thread [Next in Thread]