Re: [Discuss-gnuradio] Decoding of a transmit signal file from matlab

2010-03-20 Thread Karthik
Makmur, gnuradio and python cannot read from matlab .mat files directly. If you want to construct a signal in Matlab then you need to use the write_float_binary() function provided in gnuradio-core/src/utils/write_float_binary.m. There are other files in there in case you want a different format.

[Discuss-gnuradio] Decoding of a transmit signal file from matlab

2010-03-20 Thread Makmur Hidayat
Hi, I try to demodulate a file of a transmit signal file (from matlab). But I can not get the correct message. Therefore I need your suggestion. Below is the code Thanks Makmur #!/usr/bin/env python from gnuradio import gr from gnuradio.eng_option import eng_option from grc_gnuradio import wxgu