Ethernet interface through matlab

Status
Not open for further replies.

rohi

Newbie level 4
Joined
Mar 22, 2010
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
INDIA
Activity points
1,313
Hello All
I have implemented some image processing algorithms in matlab.Which generates images after the process is completed.I want to transfer this images on Ethernet.
How can i do that?
And my receiver does have only SDRAM and Ethernet interface implemented with the help of FPGA and MAC IC
Is there any particular function in matlab for this?
can anyone help me?
Please
Thank you very much
 

From octave you could use netcat to pipe the image data through. Oh wait, matlab. And probably on windows right? On windows I would have the image saved to file and then call a batch file to call cygwin to call netcat to pipe it to the device on the other end...

I would not worry about the matlab side so much as about the fpga side... Have you succeeded in sending any data from the PC to the fpga yet? What kind of transfers does your FPGA support? UDP? Raw ethernet frames? SCP?
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…