Send image to transceiver
Show older comments
Can I send an image via transceiver (serial)?
What functions I have to use to get image data, send it to transmitter and retrieved the image data in receiver and structure it into an image?
Thank you..
3 Comments
Image Analyst
on 29 Jul 2011
Where is MATLAB in this process? Do you have the Data Acquisition Toolbox and are receiving data with some device (like an ADC), then doing something with it in MATLAB, and sending it back out to a transmitter device that sends it "who knows where"? Exactly what are the transmitter(s) and receiver(s)? Where does the data originate, travel through, and end up? What device gets the data after it's been transmitted away from your computer?
Adi Mico
on 29 Jul 2011
Image Analyst
on 29 Jul 2011
Sorry, I have no knowledge of that device or of how MATLAB communicates with it, or how that device would transform some received data into a display of some kind.
Answers (1)
Walter Roberson
on 28 Jul 2011
0 votes
imread(), serial(), fopen(), fwrite(), serial(), fread(), reshape(), fclose(), fclose()
5 Comments
Walter Roberson
on 28 Jul 2011
Oh yes, also set()
Adi Mico
on 29 Jul 2011
Walter Roberson
on 29 Jul 2011
You did send along information about the data type and about the image dimensions, right?
Adi Mico
on 29 Jul 2011
Walter Roberson
on 29 Jul 2011
This is no longer about image processing: this is about basic array operations, and giving you code to do it would be too close to "doing your assignment for you".
What command would you use to figure out what data type an array is? How would you unambiguously send that information through a serial port?
What command would you use to figure out what array dimensions an array has? How would you unambiguously send that information through a serial port?
Categories
Find more on Read, Write, and Modify Image 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!