generating binary waveform with 100Mbps?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
William Jr Abreu
il 11 Dic 2019
Risposto: Walter Roberson
il 11 Dic 2019
Hello, can I get help to get code to generate a binary waveform with a 100Mbps rate ?
0 Commenti
Risposta accettata
Walter Roberson
il 11 Dic 2019
What kind of device is being interfaced with, and with which toolbox?
I would expect that the answer is "NO". 100 Mbps is into hardware territory. You would need something like an NI PXIe-6545 or PXIe-6548 (both up to 200 Mbps). Those are "Digital Pattern Generators" -- that is, you have to send them waveforms rather than individual bits.
Controlling individual bits at 100 Mbps, is not feasible on any Intel Core i system that I have been able to find information on. The interrupt mechanism for the x64 is too slow. Intel systems have various Advanced Processing Interrupt Controller implementations, with the current generation apparently named x2APIC, but I have been having a heck of a time finding timing information for any related chip.
Perhaps you could work out an FPGA / HDL design that would work for your needs.
0 Commenti
Più risposte (0)
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!