Paul Probert

Results 8 comments of Paul Probert

I've found that the text in ida.pyx below the line 848 that you show is the best place to read about the options to the ida solver. But there are...

You can also get the set_options documentation like this: >>>import scikits.odes.sundials.ida as ida >>>help(ida.IDA.set_options)

solved: due to an installation of octave I had a more recent version of sundials installed. had to do: >>sudo pip uninstall scikits.odes sudo python -m pip cache purge export...

~~I believe that the tx gain setting on the bladerf 2.0 cards doesn't do anything. You'll have to turn down the digital inputs that you're sending to the card.~~ If...

I read that OFDM has a high peak to average power ratio, so is it possible that you aren't attenuating by quite enough? Can you look at your input samples...

What are you using for your reference oscillator? I've noticed a difference using a 10 MHz reference from an OCXO.

I made a mistake earlier about tx gain. If you are using libbladeRF then the tx gain you set there is important. The tx gain seems to directly multiply the...

Hi Toby, After grepping around in the source I don't see any commands at that level to recall the fastlock profile. But in ad9361.h and ad9361.c you can find references...