eddiec
Newbie level 2
Hi All,
This is a newbie-q...
If I want to record an analog signal I can sample it, convert digital to analog and store the result in memory for playback. What happens if I want to record a digital signal where I do not know the frquency of the signal? It seems that I could do the same thing.. sample the signal quickly enough to get the right state change points (1 - 0 or 0 -1) accurately, then store the results in memory (like analog recording, just missing the d-a conversion.)
This way I don't need to know anything about the nature of the frequency, encryption etc etc, I can just record and playback. Is this the right approach for a microcontroller based digital signal recording system?
Thanks,
ec
This is a newbie-q...
If I want to record an analog signal I can sample it, convert digital to analog and store the result in memory for playback. What happens if I want to record a digital signal where I do not know the frquency of the signal? It seems that I could do the same thing.. sample the signal quickly enough to get the right state change points (1 - 0 or 0 -1) accurately, then store the results in memory (like analog recording, just missing the d-a conversion.)
This way I don't need to know anything about the nature of the frequency, encryption etc etc, I can just record and playback. Is this the right approach for a microcontroller based digital signal recording system?
Thanks,
ec