jetset
Joined: 17 Jun 2004 Posts: 145 Helped: 10 Location: Panama
|
19 Aug 2008 16:14 Re: frame length |
|
|
|
You can define your frame length as the minimum amount of bytes that you need to build a message packet. Message packets are usually composed by some overhead bytes, message content bytes, and error detection bytes.
If the system has several channels it's common to multiplex them within the message bytes (increasing frame length), and also you should be able to do the de-multiplex at the receiver.
Read a book of digital communications for more detailed information,
Regards
|
|