How to divide Asynchronous data in 2 parts

moonnightingale1

May 19, 2007
2
Joined
May 19, 2007
Messages
2
Can i divide 9.6 Kbit/sec Asynchronous data in 2 parts. Actually output of my system is 9.6 Kbit/sec but the system in which i want to feed it has digital cards which only support maximum of 4.8 Kbit/sec of asynchronous data.
What i think that if i some how able to divide the data in 2 parts then my problem will be resolved. Is there any hardware or technique todo so.
Thanks

 

AN920

May 15, 2005
359
Joined
May 15, 2005
Messages
359
One way to this is to use a technique called least-squares compression. It compresses the data in a time frame to allowed it to be read out at a lower data rate. Search Google for more information.

This is often used in simulation programs to speed up processing and optimization of results.

 
Last edited by a moderator:
Top