Giter VIP home page Giter VIP logo

Comments (2)

proto17 avatar proto17 commented on July 26, 2024 1

The brute forcing code that currently exists is unlikely to work for the downlink since there are almost certainly a different number of occupied carriers. My guess is that you'll need to do the following:

  • Find the number of occupied carriers in the downlink
  • Change the ZC sequence generator to use that number of carriers
  • Re-run the tests

I'm not certain this will work, but it might. It's likely that the downlink also follows the LTE spec in its number of occupied carriers. If true then you're likely to see one of: 600, 900, 1200, 1800, or 2400 [1] occupied carriers. I have no idea if they use all of the occupied carriers for the ZC sequence as I haven't had a look. You can probably look at the spectrogram (waterfall) view in a tool like Baudline to see if they are all being used.

Good luck!

[1] https://faculty.coe.drexel.edu/jwalsh/Gwanmo-Nov11-2.pdf <-- See slide 4. Use the bandwidth of the signal to tell how many occupied carriers it should have

from dji_droneid.

jhon-paul-v avatar jhon-paul-v commented on July 26, 2024

Appreciate for your reply,which gives me an new inspiration.
Meanwhile,I still got a problem about the occupied subcarriers.I noticed in function get_data_carrier_indices,a commit says for 2048 fft size,the occupied subcarriers will symmetrical distribute around 1025.Is that common for other number of subcarriers?
For example,I have 2048 fft size with 1000 subcarriers, will 1000subcarriers symmetrical distribute around 1025 fft bin?

from dji_droneid.

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.