RE: Realise a bandwidth segmentizer

2022-03-17 Thread e heuchamps
Hello Mr. Vine, Thanks you for your answer, I will check that out. Have a nice day, Alex De : Discuss-gnuradio de la part de Chris Vine Envoyé : mercredi 16 mars 2022 15:43 À : discuss-gnuradio@gnu.org Objet : Re: Realise a bandwidth segmentizer On Wed, 16

Re: Realise a bandwidth segmentizer

2022-03-16 Thread Chris Vine
On Wed, 16 Mar 2022 08:34:55 + e heuchamps wrote: [snip] > P. S.: could you give me possible pointers to good references to > learn the concepts quicker ? I already stumbled across the wonderful > PySDR blog, and was wondering if there were > other similar/complementary onl

RE: Realise a bandwidth segmentizer

2022-03-16 Thread e heuchamps
as wondering if there were other similar/complementary online ressources ? De : Discuss-gnuradio de la part de Jeff Long Envoyé : mardi 15 mars 2022 15:43 À : discuss-gnuradio@gnu.org Objet : Re: Realise a bandwidth segmentizer The Complex To Mag^2 block can ope

Re: Realise a bandwidth segmentizer

2022-03-15 Thread Jeff Long
The Complex To Mag^2 block can operate on a vector, so that part you can get for free. If you don't actually need the mean, it could be sufficient to use a Single Pole IIR filter (also takes vectors) as a smoothing function. On Tue, Mar 15, 2022 at 9:39 AM e heuchamps wrote: > Hello everyone, >

Realise a bandwidth segmentizer

2022-03-15 Thread e heuchamps
Hello everyone, I am trying to implement a bandwidth segmentizer (cutting a given bandwidth into smaller channels) and energy detector using GNU Radio, as schematically shown here below, but I am experiencing some trouble.[cid:8fb1dd8a-c703-4b4a-8537-486f9afd71d1] More precisely, to achieve the