Re: [Discuss-gnuradio] Sampling rate lower than Nyquist-Shannon frequency?

2016-01-29 Thread Marcus Müller
Hi Pawel,

receivers like the RTL dongles first use a mixer to  downconvert your
signal, in this case from a center frequency of 107.5MHz +- 16kHz to a
complex baseband signal around 0Hz. That then only needs to be digitized
according the actual signal bandwidth. (In fact, if you can filter well
enough, you can even build direct receivers that just use aliasing and
don't need mixers. However, adjustable bandpass filtering is much harder
than building adjustable LOs and mixers)

Then, you're misinterpreting Nyquist: for the complex sampling case,
like used in direct conversion receivers like the RTL dongles, f_nyquist
= bandwidth = f_sample is sufficient; the double sampling rate applies
to real signals and real values coming from ADCs only.

Best regards,
Marcus

On 01/29/2016 12:44 PM, Paweł Tomaszewski wrote:
> Hello,
> In GnuRadio when I create some basic RTL-SDR receiver followed by FFT
> block I can set receiver signal frequency of my local FM station
> 107.5MHz and sampling frequency of 32kHz.
>
> With that settings I can correctly see on FFT display signal of my
> local station. But according to Nyquist–Shannon sampling theorem,
> sampling rate should be at least 2 times higher than signal frequency,
> so in my situation I should set at least 215MHz into sampling rate
> parameter.
>
> Why does it work correctly?
>
> Thanks,
> Paweł
>
>
>
>
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] running bastibl's IEEE802.11 in the USRP E310

2016-01-29 Thread Gabriel Pechiarovich
Hi all, I just installed this module in my E310, to run the loopback in the
E310 i modified the flow graph so it is no gui, but when i'm running in the
E310 i got a segmentation fault and the program stops:

root@ettus-e300:~/wifi-master# python wifi_loopback_ngui.py
linux; GNU C++ version 4.9.1; Boost_105600; UHD_003.008.005-0-unknown

Using Volk machine: neon_hardfp
OFDM MAPPER: encoding: 0
set_min_output_buffer on block 10 to 96000
set_min_output_buffer on block 12 to 96000
set_min_output_buffer on block 14 to 96000
set_min_output_buffer on block 15 to 96000
Segmentation fault
root@ettus-e300:~/wifi-master#

I need to run at least the loopback
thank you in andvance


Gabriel Pechiarovich Salas
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio