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

RE: Realise a bandwidth segmentizer

2022-03-16 Thread e heuchamps
rate 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 mailto:alex-...@hotmail.com>> wrote: Hello everyone,

RE: Realise a bandwidth segmentizer

2022-03-17 Thread e heuchamps
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<https://pysdr.org/> blog, and was wondering if there were > other similar/co