Re: [Discuss-gnuradio] Import GNURadio data to matlab

2018-06-23 Thread PRIYANKA PRIYADARSHINI
Thanks Mr. Leech, I have already seen this but when I use f = fopen(filename, 'rb'); It gives me an error saying “undefined variable or class”. When I write the filename as ‘filename’ which is under single quotes then it works but it takes some very weird data. It doesn’t load the same data

Re: [Discuss-gnuradio] Need help with CtrlPort Performance Monitor

2018-06-23 Thread CEL
Hi Jim, Can you share the full console output of your flow graph? Also note that the most "fragile" dependency of GNU Radio right now is Thrift, if you can check whether your CMake output says that Thrift was used, it would be helpful. Thrift is the RPC middleware that ctrlport uses to expose

[Discuss-gnuradio] [GSoC18] gr-modtool overhaul: Blog Update

2018-06-23 Thread swapnil negi
Hello everyone, the blog post for the week 6 has been updated with the tasks for the upcoming week. The GitHub project has also been updated.

[Discuss-gnuradio] Import GNURadio data to matlab

2018-06-23 Thread PRIYANKA PRIYADARSHINI
Hello Everyone, How can we import the data stored in a file by GNURadio to MATLAB using fread and fseek function?? Thanks, Priyanka ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Import GNURadio data to matlab

2018-06-23 Thread Marcus D. Leech
On 06/23/2018 11:42 AM, PRIYANKA PRIYADARSHINI wrote: Thanks Mr. Leech, I have already seen this but when I use f = fopen(filename, 'rb'); It gives me an error saying “undefined variable or class”. When I write the filename as ‘filename’ which is under single quotes then it works but it

Re: [Discuss-gnuradio] Import GNURadio data to matlab

2018-06-23 Thread Marcus D. Leech
On 06/23/2018 10:40 AM, PRIYANKA PRIYADARSHINI wrote: Hello Everyone, How can we import the data stored in a file by GNURadio to MATLAB using fread and fseek function?? Thanks, Priyanka ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

[Discuss-gnuradio] USRP N210 Not transmitting simulated satellite signals

2018-06-23 Thread evans ryanada
i have cloned gps-sdr-sim and i have taken all the steps towards achieving GPS simulated signals unfortunately upon typing this command prompt . My micro controller can receive simulated GPS signals. working environment Windows 8 Gnurado companion 3.7.11 On the command prompt it is displaying

Re: [Discuss-gnuradio] USRP N210 Not transmitting simulated satellite signals

2018-06-23 Thread Marcus Müller
underruns mean your computer isn't fast enough at supplying samples to the SDR device. In other words, you can only solve that by optimizing performance of you computer. You might need a better computer, or set up your computer more efficiently; this might or might not be solvable by following the

Re: [Discuss-gnuradio] Import GNURadio data to matlab

2018-06-23 Thread CEL
Dear Priyanka, um, the whole point of that article is that you need to give the third parameter, the kind of date (Matlab docs erroneously call this precision, it's really the data type): fopen(your_filename_here, 'rb', 'float') The fact that you're even asking about quotes around the file name

Re: [Discuss-gnuradio] Need help with CtrlPort Performance Monitor

2018-06-23 Thread Jim Larsen
Marcus, Thank you for your reply. > On Jun 23, 2018, at 4:00 AM, Müller, Marcus (CEL) wrote: > > Can you share the full console output of your flow graph? Here is the flow graph console output: jim@vmware:~/gnuradio/prefix/perform$ gnuradio-companion <<< Welcome to GNU Radio Companion