I'm trying to output a custom digital waveform that is a frequency modulated bit stream. The basic scheme is as follows:
1. Preamble: frequency starts out at 10KHz for 400 cycles
After
2. for a 1 bit, send 20 13KHz cycles, followed by 20 10KHz cycles
3. for a 0 bit, send 10 6KHz cycles, followed by 20 10KHz cycles
4. Postable: frequency runs at 10KHz for 400 Cycles.
I can generate the signal with python but I seem to be running into bitstream length issue. The moment the data gets over 1024 "bits" (actual bits, not the frequency modulated ones), the signal is not ge