Re: Index Error: output_index < noutputs

2023-09-30 Thread Vasil Velichkov
Hi Jim, On 29/09/2023 17.58, Elmoreā€™s wrote: > Thanks for the answer. I thought that since I imported the Receive > constructor I would be able to create a new instance of the Receive class not > a new class. You are creating a new instance (not a new class) and this is exactly your problem. I

Code::Blocks and FIR pm_remez algorithm

2023-09-30 Thread N B
Helo, I was looking at the FIR algorithm in pm_remez.cc and saw it is based on the old Janovetz implementation of Parks-McClellan. The author of one of my DSP books, Andreas Antoniou, makes the statement that he improved on the original Parsk-McClellan algorithm. I found another paper online wh

Re: Code::Blocks and FIR pm_remez algorithm

2023-09-30 Thread Marcus D. Leech
On 30/09/2023 22:42, N B wrote: Helo, I was looking at the FIR algorithm in pm_remez.cc and saw it is based on the old Janovetz implementation of Parks-McClellan. The author of one of my DSP books, Andreas Antoniou, makes the statement that he improved on the original Parsk-McClellan algorith