Send image to transceiver

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

Image Analyst
Image Analyst 2011년 7월 29일
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
Adi Mico 2011년 7월 29일
I'm not using any toolbox. I only use GUI, something like get the image data and send it via transmitter to receiver. in the receiver, I want retrieved that image data and structure it into an image.
I already have 2 transceiver ARF7429B as the media for transmission. So my MATLAB is doing the access to transceiver include send and receive image.
Image Analyst
Image Analyst 2011년 7월 29일
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.

댓글을 달려면 로그인하십시오.

답변 (1개)

Walter Roberson
Walter Roberson 2011년 7월 28일

0 개 추천

imread(), serial(), fopen(), fwrite(), serial(), fread(), reshape(), fclose(), fclose()

댓글 수: 5

Walter Roberson
Walter Roberson 2011년 7월 28일
Oh yes, also set()
Adi Mico
Adi Mico 2011년 7월 29일
Say I success retrieved the image data, how can I structure it with reshape() so it can make an image?
Walter Roberson
Walter Roberson 2011년 7월 29일
You did send along information about the data type and about the image dimensions, right?
Adi Mico
Adi Mico 2011년 7월 29일
Can you give me example how I can send the image data along information about the data type and the image dimensions with fwrite , receive it with fread, and structure it with reshape?
Sorry, I'm still confused about image processing.
Thank you Mr.Roberson.
Walter Roberson
Walter Roberson 2011년 7월 29일
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?

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기

태그

질문:

2011년 7월 28일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by