Marc Lichtman

Results 147 comments of Marc Lichtman

and swapping to v0.0.10 of pyadi-iio fixed it (chose v0.0.10 arbitrarily, that wasn't the most recent version that fixed it)

``` ----------------- altvoltage0 ['__class__', '__delattr__', '__dict__', '__dir__', '__doc__', '__eq__', '__format__', '__ge__', '__getattribute__', '__gt__', '__hash__', '__init__', '__init_subclass__', '__le__', '__lt__', '__module__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', '__weakref__', '_attrs',...

Ah thanks. I would get it merged into master as soon as you can because the first thing a lot of folks getting their first Pluto are going to do...

So pretty much converting https://github.com/altillimity/SatDump to python? =). It's a continuous stream of BPSK I believe, not unlike RDS which there's already a chapter on, I feel like something that...

Just to clarify, are you saying there should be added blocks (LNAs) in the diagram? I used https://en.wikipedia.org/wiki/Costas_loop as a starting point. For a digital implementation it wouldn't be LNAs...

RE the bandpass filter code, I just ran the code again, pasted below and taken straight from the textbook, and it shows the bandpass only on the positive freqs, are...

RE the MM Clock Sync - if I go to the code here https://pysdr.org/content/rds.html#wrap-up-and-final-code which is the full end-to-end example code, and I remove everything after the `# DECODER #`...

Sorry I can't cover all the common SDRs, but if someone else wants to create it I'll gladly include it and give credit to the author. Honestly if I were...

Excellent suggestion and I think it would fit really well. Do you know of any good examples of #2 I can use for inspiration, when I create my own?