write fixed point data via fwrite to tcp
Show older comments
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 Comment
Tom DeLonge
on 14 Mar 2019
Edited: Tom DeLonge
on 14 Mar 2019
Accepted Answer
More Answers (0)
Categories
Find more on Interface-Based Instrument Communication in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!