jopohl/urh

AM-FSK (AM/FSK) interpretation and generation

Open

#806 opened on Oct 10, 2020

View on GitHub
 (3 comments) (1 reaction) (0 assignees)Python (10,093 stars) (859 forks)batch import
discussionfeaturehelp wanted

Description

Hi!

I'm trying to interpret a signal that is both AM and FSK modulated. An FSK signal that is in turn amplitude modulated. Because of this URH will not demodulate the signal correctly since it is not possible to do both AM and FSK demodulation as far as I understand. I'm too inexperienced to say that this isn't possible to perform in URH today but I have no idea how to accomplish that.

Unless this feature already exist I suppose that some kind of layered demodulation/modulation functionality in URH would be required.

Being quite a novice in this field I guess that the signal otherwise could be AM-demodulated in some other software and then fed into URH. Being that I also would like to generate signals as well that feels quite cumbersome however.

Any feedback regarding this would be greatly appreciated. Thanks!

Contributor guide