Re: [Discuss-gnuradio] Saving PMTs as Python Dictionaries to .Mat File

2014-10-09 Thread Jonathan Fox
No I didn't, I had no idea they existed, as I was depending on http://gnuradio.org/doc/doxygen/page_pmt.html for information instead of http://gnuradio.org/redmine/projects/gnuradio/wiki/TypePMT which has a little more info on to_python(). My bad, I guess I wasn't thorough in reading about PMTs. I

Re: [Discuss-gnuradio] Saving PMTs as Python Dictionaries to .Mat File

2014-10-09 Thread Martin Braun
We have functions to convert PMTs to corresponding Python types. Have you tried those? to_python()? M On 10/09/2014 02:57 AM, Jonathan Fox wrote: > I have a series of collected metadata files. I have taken both the > gr_read_file_metadata.py and parse_file_metadata.py scripts and hacked > them to