Re: [Discuss-gnuradio] Demodulation problem

2007-07-08 Thread Dan Halperin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 pratik hetamsaria wrote: > hi.. > fg.connect(self.dst,self.chan_filt,self.packet_receiver) > where self.dst refers to the new file which i want to demodulate. > That should work, as long as self.dst is actually a file _source_ not a file sink. And th

[Discuss-gnuradio] Demodulation problem

2007-07-08 Thread pratik hetamsaria
hi.. i am working on rx_voice.py for transmission of audio files. In my application, i need to capture directly the usrp samples and write them onto a file. Now, i further want do some processing on them using MATLAB. Next, what i want is that the file be passed to the python code where i can d