Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

record digital signal

Status
Not open for further replies.

eddiec

Newbie level 2
Newbie level 2
Joined
Jan 19, 2012
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,299
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 :)
 

It is not that simple..
- You need to have an idea about the clock of the system, 1 and than 0 may well mean 111 and 000. Knowing the clock is also not enough you need to be able to recover the clock from the data stream since your internal clock and recorded clock may not be perfectly synced. You may need a PLL for this.

If you need to interpret the data, you need to know the encoding scheme as most of these signals are encoded, additional bits are padded for various purposes including clock recovery.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top