Re: [Discuss-gnuradio] IEEE 802.11 a

2013-12-23 Thread Activecat
You may try your luck here: 1. https://www.cgran.org/wiki/BBN80211 but it runs on gnuradio version 3.1.1 2. MAC code by Uwicore lab http://www.uwicore.umh.es/ is unfortunately for gnuradio version 3.3 3. https://github.com/bastibl/gr-ieee802-11 runs on gnuradio 3.7 Let me know if you

Re: [Discuss-gnuradio] Windows install guide from Ettus Research: missing important note

2013-12-23 Thread Bhaskar
Thanks to Artem Pisarenko. That was a lifesaver tip. I could not find any other way around that error. But instead of removing *all* extra options "such as "Qt runtime", it was enough to remove *only* the Qt runtime option. Hi, Ben, please do include it in the web instructions at least as a cavea

Re: [Discuss-gnuradio] IEEE 802.11 a

2013-12-23 Thread Marcus Müller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Naveen Gupta, What does "designing an IEEE802.11A Model" mean? A receiver? A channel model? A transceiver system? Implementing a complete Network Standard is, using any platform, a big task. As a beginner you might need to look at the existing fram

Re: [Discuss-gnuradio] Gnuradio 3.7.2 Windows?

2013-12-23 Thread Andrew Davis
Hello, >Has anyone actually managed to successfully install and run the latest gnuradio in Windows 7 Yes, but not using those instruction, building from source is much more fun :), but they look like they worked for you outside of that error. Also If you Google your error other people are having

Re: [Discuss-gnuradio] Gnuradio 3.7.2 Windows?

2013-12-23 Thread Bhaskar
Instructions for installing on Windows 7 found at: https://www.liamschneider.com/node/9 Let us know if it works for you. B -- View this message in context: http://gnuradio.4.n7.nabble.com/Re-Gnuradio-3-7-2-Windows-tp45528p45532.html Sent from the GnuRadio mailing list archive at Nabble.com.

Re: [Discuss-gnuradio] OOT enums

2013-12-23 Thread Michael Berman
Thank you all for the ideas so far. I unfortunately will not be able to play around with this until the new year, but I will post back then if I get it working to help people down the road. Michael On Thu, Dec 19, 2013 at 1:08 PM, Sylvain Munaut <246...@gmail.com> wrote: > Hi, > > For what it'

[Discuss-gnuradio] A Couple Questions

2013-12-23 Thread Paul B. Huter
I have a data file that was recorded to a RAMDisk and transferred to the hard drive on my Linux machine. When I run it through a throttle, a filter, and into an FFT, the file repeats. When I was running it off the RAMDisk, it only played for the ~15 seconds of the data. I was having the problem wit

Re: [Discuss-gnuradio] A Couple Questions

2013-12-23 Thread Andrew Davis
Hello, If the buttons aren't working then the thing is probably locked up, try lowering the fft_rate parameter and see if that fixes things. Andrew On Mon, Dec 23, 2013 at 3:10 PM, Paul B. Huter wrote: > I have a data file that was recorded to a RAMDisk and transferred to the > hard drive on m

Re: [Discuss-gnuradio] A Couple Questions

2013-12-23 Thread Paul B. Huter
Thanks, Andrew, I will give that a try. But I am curious as to why it worked fine when running it off of the RAMDisk, but I have problems running the exact same file off of the hard drive. Am I having an issue with the read-speed on the hard drive (just as I was having an issue with the write-speed