jopohl / urh

Universal Radio Hacker: Investigate Wireless Protocols Like A Boss
GNU General Public License v3.0
10.84k stars 862 forks source link

wireless interrogation function with pulse or defined waveform #1105

Closed PatrickDowS closed 6 months ago

PatrickDowS commented 6 months ago
Is your feature request related to a problem?

Most of the features are made for RX of Hackrf, but TX with coded or waveform is missing.

Describe the solution you'd like

it is good to add a function such as wave1 and wave2 for mixers and modulation. wave 1 may be sine wave, and wave2 may be square or coded pulse. frequency can be defined so could make a signal generator and transmitter.

Describe alternatives you've considered

it is better if library functions are made such as which can be called by dll(such as windows ). then various features can be expanded by developers.

Additional context
PatrickDowS commented 6 months ago

hope the feature is not combined with gnuradio.

andynoack commented 6 months ago

You can already add sine waves in Interpretation (please activate the plugin before). Additionally in generation arbitrary data can be generated by choosing the respective frequency properties and inserting binary/hex data.