Order of filter

2024-08-12 Thread Muhammad Anas
Dear GNU Radio Community, I hope this message finds you well. In GRC, there is no option of setting the order of any filter, could we increase the order of any filter by using it twice for order 2 in series and so on? Your insights or suggestions on achieving this would be immensely valuable to m

[GSoC] FEC week 9 blog post

2024-08-12 Thread Kayla Comer
Hi all, Here's my update for last week's work on the GSOC FEC project: https://kaylacomer.github.io/blog/posts/week9/. Best, Kayla

Re: Order of filter

2024-08-12 Thread Steve Hageman
Hello Muhammad - Analog filters are designed much like Digital filters, but the implementation is different. In any filter there are these general parameters, Filter function: Lpw Pass, High Pass, Bandpass Filter type (butterworth, chebychev, bessel, linear phase, etc) Passband ripple, Cutoff f

[Clarification] Order of filter

2024-08-12 Thread Steve Hageman
One clarification - On Stacking the digital filters - the bandwidth does not narrow - I misspoke. Naturally being a Hardware Guy I forgot that the digital filters do no load each other, like analog filters can. (I should never type before two cups of coffee in the morning - forgive me).  ;-)

Re: [Clarification] Order of filter

2024-08-12 Thread Muhammad Anas
Thanks for the explanation. On Mon, Aug 12, 2024, 8:07 PM Steve Hageman wrote: > One clarification - On Stacking the digital filters - the bandwidth does > not narrow - I misspoke. Naturally being a Hardware Guy I forgot that > the digital filters do no load each other, like analog filters can.

Re: [Clarification] Order of filter

2024-08-12 Thread Marcus D. Leech
On 12/08/2024 11:07, Steve Hageman wrote: One clarification - On Stacking the digital filters - the bandwidth does not narrow - I misspoke. Naturally being a Hardware Guy I forgot that the digital filters do no load each other, like analog filters can. (I should never type before two cups of c