Encoding data into dubstep drops
blog.benjojo.co.uk
Encoding data into dubstep drops
1–10 of 36 posts
Re: Encoding data into dubstep drops
#2Re: Encoding data into dubstep drops
#3Cool project!
Re: Encoding data into dubstep drops
#4I was little disappointed when I didn't hear intense dialup-modem-like sounds encoding data I'm the midrange
Re: Encoding data into dubstep drops
#5Re: Encoding data into dubstep drops
#6Check Aphex Twin - Equation if you haven't already https://www.youtube.com/watch?v=M9xMuPWAZW8
Re: Encoding data into dubstep drops
#7Re: Encoding data into dubstep drops
#8Minor correction for the author: this isn't amplitude-shift keying, and the way to tell is to look at how demodulation works. The detection code asks if a sample is negative or positive, but "how large is this sample?" is never asked. An ASK demodulator effectively thresholds the signal on amplitude and in the simplest case this boils down to "is there a signal or not?"
The implemented code has some flavor of phase-shift keying (the inversion of a sine wave flips the phase 180 degrees), but since there isn't guaranteed to be a steady carrier, it seems like it'd be hard to decode as a pure PSK. The all-sample offset (constant above or below zero) can also be treated in a way as a PSK process, with the carrier being DC (0Hz).
Re: Encoding data into dubstep drops
#9How about mp3 (or other) compression? Would not the information be lost?
Re: Encoding data into dubstep drops
#10How about mp3 (or other) compression? Would not the information be lost?