discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Bitrate doubt


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] Bitrate doubt
Date: Sat, 16 Jan 2010 17:59:13 -0500
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Mattias Kjellsson wrote:
amarnath alapati wrote:
hi folks,
I am using BENCHMARK_TX.PY, BENCHMARK_RX.PY to test the transmission and reception of signals. I have doubts regarding the outpu that is appearing on the screen.

>>> gr_fir_fff: using SSE
socket(PF_PACKET, SOCK_RAW, htons(0xBEEF)): Operation not permitted
eth0: socket: No such file or directory
Requested RX Bitrate: 100k
Actual Bitrate: 125k
Warning: Failed to enable realtime scheduling.

2) What is the difference between Actual Bitrate and Requested Bitrate
The actual bit rate is calculated from a couple of parameters, and I think actual bit- rate is "close enough" to the requested one, given that there are some limitations regarding decimation/interpolation rates and so forth...

Yes, right now the code is designed to only allow an integer number of samples per symbol and then find the decimation/interpolation rate that gets as close to the requested bit rate as it can. We should update the code to use the pfb_resampler to allow any requested bitrate.

Tom





reply via email to

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