write fixed point data via fwrite to tcp
Mostrar comentarios más antiguos
I have a mx7 array of doubles which I would like to transmit via tcpip using fwrite. However, I would like to transmit each column in it's own format, e.g.
int16 - fixed point - fixed point - double - int16 - fixed point - fixed point
The fixed points are 64bit long (16 + 48).
Now, how can I do this using fwrite? I would like to send the whole array at once and not each row/value on it's own.
Also, I should note that m can be rather large (on the order of 50k)... Can anyone suggest a solution?
1 comentario
Tom DeLonge
el 14 de Mzo. de 2019
Editada: Tom DeLonge
el 14 de Mzo. de 2019
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Interface-Based Instrument Communication en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!