Giter Club home page Giter Club logo

Comments (8)

BogdanDIA avatar BogdanDIA commented on July 29, 2024

Hi,

the gr-dvbt has been tested with two USRP N210 for all possible configurations of parameters and it worked just fine.

To answer to your question, if you open dvbt_tx_demo.grc and dvbt_rx_demo.grc you will see disabled USRP source/sinks. If you use those instead of file source/sink you should be fine as they are configured already.

More precisely, the sample rate for gr-dvbt with a 8Mhz bandwidth should be 9.14Msps but given the fact that USRP N210 cannot support that, the rational resampler block is used to upsample/downsample at 10Msps sample rate. Therefore the USRP N210 works at 10Msps which gives 10Mhz bandwidth.

B

from gr-dvbt.

nesazeri avatar nesazeri commented on July 29, 2024

Ok, thanks!

I also did almost the same thing.
The only differences are my devices which are USRPN200s plus xcvr2450 daughterboards.
xcvr2450 can produce 2.4-2.5 GHz and 5-6 GHz. Therefore I change frequency to 2.4 GHz. However it has to work.

I will test again and write here. For now, it seems like everything gets distorted and I receive only very distorted symbols that even their symbol indexes are wrong.

from gr-dvbt.

nesazeri avatar nesazeri commented on July 29, 2024

Hi there,

I get these warnings, i wonder if you also get them:

gr::buffer::allocate_buffer: warning: tried to allocate
43 items of size 1512. Due to alignment requirements
512 were allocated. If this isn't OK, consider padding
your structure to a power-of-two bytes.
On this platform, our allocation granularity is 4096 bytes.
gr::buffer::allocate_buffer: warning: tried to allocate
43 items of size 1504. Due to alignment requirements
128 were allocated. If this isn't OK, consider padding
your structure to a power-of-two bytes.
On this platform, our allocation granularity is 4096 bytes.
gr::buffer::allocate_buffer: warning: tried to allocate
43 items of size 1512. Due to alignment requirements
512 were allocated. If this isn't OK, consider padding
your structure to a power-of-two bytes.
On this platform, our allocation granularity is 4096 bytes.
gr::buffer::allocate_buffer: warning: tried to allocate
40 items of size 1632. Due to alignment requirements
128 were allocated. If this isn't OK, consider padding
your structure to a power-of-two bytes.
On this platform, our allocation granularity is 4096 bytes.
gr::buffer::allocate_buffer: warning: tried to allocate
43 items of size 1512. Due to alignment requirements
512 were allocated. If this isn't OK, consider padding
your structure to a power-of-two bytes.
On this platform, our allocation granularity is 4096 bytes.

NE

from gr-dvbt.

BogdanDIA avatar BogdanDIA commented on July 29, 2024

Hi, I do get those, however, these are jut warnings from gnuradio and should not affect the functionality.

/B

from gr-dvbt.

nesazeri avatar nesazeri commented on July 29, 2024

I attached .grc files, it will be nice of you to help me!
dvbt_rx_usrp_demo grc
dvbt_tx_usrp_demo grc

from gr-dvbt.

nesazeri avatar nesazeri commented on July 29, 2024

As I understand it is also a synchronization issue...
When two usrps transmitt and receive at the same time it fails either to synch. or frequency/phase correction.

from gr-dvbt.

nesazeri avatar nesazeri commented on July 29, 2024

Perfect! it worked: http://lists.gnu.org/archive/html/discuss-gnuradio/2014-03/msg00683.html

from gr-dvbt.

nesazeri avatar nesazeri commented on July 29, 2024

Thanks a lot!

from gr-dvbt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.