[Discuss-gnuradio] Matlab to GRC and vice versa

2010-04-17 Thread harshal jadhav
Hi guys, I want to take results from matlab and read it in grc using number sink. For example: my matlab result is [ 1 2 3 4]. I want to take this result in grc and be able to read it through number sink. Can I know the procedure to accomplish the task. Regards, Harshal Jadhav

Re: [Discuss-gnuradio] Matlab to GRC and vice versa

2010-04-17 Thread Josh Blum
Use matlab to write files in binary format. You can use the file source block to read binary files into GRC. -Josh On 04/17/2010 10:51 AM, harshal jadhav wrote: Hi guys, I want to take results from matlab and read it in grc using number sink. For example: my matlab result is [ 1 2 3 4]. I