Re: [Discuss-gnuradio] Energy Detection output incorrect

2017-09-22 Thread West, Nathan
Re: vector mode This kind of code is what you're looking for https://github.com/gnuradio/gnuradio/pull/1462#discussion_r140610909 On Thursday, September 21, 2017, Tellrell White wrote: > Thanks for the replies guys > > Marcus I know you can find the PSD of a signal in both the time and > frequen

Re: [Discuss-gnuradio] Energy Detection output incorrect

2017-09-21 Thread Tellrell White
Sorry for the confusing explanation, but yes, I'm trying to find the average energy over frequencies. 1. What I'm doing, at least as a start, is signal detection of 802.15.4 waveform using energy detection focusing on the O-QPSK PHY operating at the 2.4 Ghz band. The O-QPSK PHY uses a 32 bit chip

Re: [Discuss-gnuradio] Energy Detection output incorrect

2017-09-21 Thread Marcus Müller
Hi Tellrell, > I know you can find the PSD Ah, so you're actually after a PSD estimate – It wasn't clear to me what you were looking for, because the FFT-> frequency sink flowgraph didn't make sense. And you just said "average energy" (not "average energy over frequencies"), so I was kind of confu

Re: [Discuss-gnuradio] Energy Detection output incorrect

2017-09-21 Thread Tellrell White
Thanks for the replies guys Marcus I know you can find the PSD of a signal in both the time and frequency domain. The only reason I'm choosing to use the frequency domain is because it was one of the earlier methods that I learned about. That's really all. From the archives I've read about people

Re: [Discuss-gnuradio] Energy Detection output incorrect

2017-09-21 Thread West, Nathan
You can use the qt gui vector plot to plot a vector. That means removing the stream to vector block. You might have to add "vector" modes to some blocks to do the other operations you want. On Wed, Sep 20, 2017 at 6:31 PM, Tellrell White wrote: > Hello Marcus > You are absolutely correct. Is the

Re: [Discuss-gnuradio] Energy Detection output incorrect

2017-09-21 Thread Marcus Müller
Hi Tellrell, if you just need average power, why go to the frequency domain at all? That doesn't make sense to me, but maybe I'm not getting the whole picture. Best regards, Marcus On 09/20/2017 03:31 PM, Tellrell White wrote: > Hello Marcus > You are absolutely correct. Is there an existing

Re: [Discuss-gnuradio] Energy Detection output incorrect

2017-09-20 Thread Tellrell White
Hello MarcusYou are absolutely correct. Is there an existing sink that would allow me to display avg power given some threshold ? Tellrell On Wednesday, September 20, 2017 5:54 PM, Marcus Müller wrote: Hi Tellrell! Why should both plots show the same? You send in completely differen

Re: [Discuss-gnuradio] Energy Detection output incorrect

2017-09-20 Thread Marcus Müller
Hi Tellrell! Why should both plots show the same? You send in completely different signals! Best regards, Marcus On 09/20/2017 09:27 AM, Tellrell White wrote: > Hello All > I'm working on a project involving signal detection of an IEEE > 802.15.4 waveform using energy detection. > The algorith