I'm currently having a bit of trouble with a project I'm working on, I'm trying to synthesize a radio signal from my doorbell to see if I can reply it without needing a file (thought it would be a good way to start learning about synthesizing signals in general). I have a flow graph in gnuradio that is able to generate a similar pattern to my doorbell signal, and when I open the original signal and my created signal in audacity they seem similar:
Yet when I play the generated signal, the doorbell doesn't ring. Upon further inspection, I notice that the waveform used by the doorbell isn't similar to mine:
Whereas my waveform is a cosine wave, the doorbell's waveform is oscillating within itself.
My main question is, how can I generate a signal that my doorbell will recognize? Is there a way that I can possibly create a similar waveform to that of my doorbell's?
I'm fairly new to the subject of generating ASK OOF singals with Software Defined Radio, so I'm sorry if this seems like a simple question.