Previous in Forum: Communication Protocol - Microprocessor-Based Numeric Relays   Next in Forum: Circuit to Change Supply with a Button
Close
Close
Close
2 comments
Rate Comments: Nested
Active Contributor

Join Date: Oct 2009
Posts: 24

Acquiring and Saving 17mbps Data

11/06/2010 3:26 AM

hello

suggest me the most effecient techniques to acquire and save 2 bits of data at 17mbps data rate

Register to Reply
Interested in this topic? By joining CR4 you can "subscribe" to
this discussion and receive notification when new comments are added.
Power-User

Join Date: May 2010
Location: Cambridge, MA
Posts: 390
Good Answers: 82
#1

Re: acquiring and saving 17mbps data

11/06/2010 7:52 AM

There's plenty of fast electronics around, but if you use two 8-bit shift-register chips to parallelize your data you'll have a 16-bit word to store every 8/17 = 0.47us, which is an easy task for all kinds of readily-available hardware, including a personal computer.* An example of such a shift register would be the 74hc164A, 65 cents at DigiKey (link).

* Hah, a personal computer running an operating system that doesn't periodically take control of the machine, but that's another story. A FIFO chip can help solve that problem, plus allow your program time to do data storage and housekeeping without paying attention to the input. An example of such a part would be IDT's idt7203 (link), which is 4k bytes long, able to buffer up to 2ms of your data. Both of these parts come in easy-to-use DIP packages, which is getting to be harder to find these days.

__________________
Thanks, Win
Register to Reply
Active Contributor

Join Date: Oct 2009
Posts: 24
#2
In reply to #1

Re: acquiring and saving 17mbps data

11/08/2010 12:36 AM

what do you suggest; if i use usb 2.0 with some microcontroller. will it be something more effecient and reliable.

Register to Reply
Register to Reply 2 comments

Previous in Forum: Communication Protocol - Microprocessor-Based Numeric Relays   Next in Forum: Circuit to Change Supply with a Button

Advertisement