F5OEO / rpitx

RF transmitter for Raspberry Pi
GNU General Public License v3.0
4.04k stars 536 forks source link

AM signal replay #58

Closed whit98c closed 5 years ago

whit98c commented 7 years ago

I've captured some AM ASK/OOK signals with an SDR and Audacity. What do I need to do to get these to play back on the same frequency as AM?

I'm trying this and I see a signal in SDR# but it's not sending antyhing close to the original signal. Maybe I'm going about this the wrong way?

sox office.wav os.wav rate 48000 channels1 ./piam os.wav am.rfa sudo ./rpitx -m RFA -i am.rfa -f 314981 -l -c 1

Maybe it's the file that's the problem? Here is the WAV file https://www.dropbox.com/s/dup38l3fml7yy7k/3passes.wav?dl=0

Another approach is I have the bit sequence and timing (I think), if there's a way to create a data file manually using that information.

hirve commented 7 years ago

I tried much playing AM. Seems AM and SSB are emulated with 1 bit keying, so it's a little problem to get perfect signal.

whit98c commented 7 years ago

Thanks. I ended up using a 315Mhz transmitter to get the job done.

F5OEO commented 7 years ago

Prefere to record a I/Q decimate signal and playing it with -IQ mode instead.

F5OEO commented 5 years ago

Example in V2