new FM demodulator

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-sdr@lists.osmocom.org/.

Alexandru Csete oz9aec at gmail.com
Thu Jan 30 20:36:34 UTC 2014


On Thu, Jan 30, 2014 at 5:43 PM, Nikos Balkanas
<nikos.balkanas at eyeonix.com> wrote:
> On Thu, Jan 30, 2014 at 6:13 PM, Alexandru Csete <oz9aec at gmail.com> wrote:
>>
>> In a terminal you type:
>>
>> time rtl_fm
>>
>> with the rtl_fm parameters you want to use. When you stop the program
>> it will print out how much real time has passed and how much time was
>> used by the application. See "man time" for options.
>
> Not the best way, unless you print #of packets processed and cpu is
> limiting. A better choice would be gprof (Linux).
>

The time command prints how much time was required by the application.
If you divide that with the elapsed time you have the CPU load of the
application. The number of packets is irrelevant and the cpu must not
be limiting; if it is the application will not run in real time and
the measurement will be incorrect.

Alex




More information about the osmocom-sdr mailing list