Open FrankBolleri opened 2 weeks ago
Hi Frank, and sorry for the late reply. Crazy weekend.
Thanks for your kind words! Yeah, you definitely can, and in many different ways. For short bursts like this one, something I do a lot is the following:
Other way of doing it is the following, although this one is more prone to errors if the signal is too noisy:
Note that in either case you are going to end with a list of zeros and ones represented as black and white pixels. Those are discretized amplitudes. You can save them to a file as a .txt file or a C array, whatever is more practical to you.
Cheers
Thanks for your answer! I have tested both and first works fine, just seems to me a little tricky. I will try to explain where the difficults are is in both, if you like to have a feedback.
METHOD 1
I have correctly obtained the value 010101011010101000110110 --> 5614134, as expected. I really like the "red grid selection method"... is fascinating! But:
METHOD 2
Here I have to enter manually the "Zero Point" (meaning is clear, I do it), but it also ask me for the "Clock source" / "Symbol rate" and suggest me 26 Hz..?!? If I click "Sample" it tell me Symbol rate is too small. I have to enter a different value rather than the one suggested? (even if 26 Hz seems to me really little...) - but how to measure the expected value?
In any case METHOD 1 works - maybe a little more tricky for that simple purpose, but works. Evidently this tools is like a Ferrari but this is a too simple task, which would be fine for an 80s Fiat's car.
Thanks a lot for pointing me in the direction - I will continue to discover your fantastic tool. Francesco
EDITED / UPDATED I realized that I didn't specify anywhere that it's a "Manchester Code" - how did the program understand the symbols 0 and 1 correctly? Does this have anything to do with the question in point 2 (the "bars selection" in "Sampling window")? Thanks again Francesco
Dears, I have tried lot of SDR software before, but yours seems to me one of the most attractive - it is full of functions and is very fascinating...
I am pretty sure I can use this software to decode a signal from a simple chinese remote modulating in AM/OOK/Manchester code, obtaining the binary and decimal representation of the data, like the 24 bit signal in the figure below:
But... how? Could you suggest me a way?
Thanks Francesco