Forum Discussion
Altera_Forum
Honored Contributor
12 years agosignal power estimation
Hello guys.. I'm trying to implement a block that evaluates the signal rms value along n samples. So, using the std definition one must do (x_k is a complex number so I have to take in acc...
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- Dear Kaz I've got the point. That seems a nice solution ! But if i want to implement the adder in a cascaded stages style I have to do it by hand.. I was thinking about something recursive: --- Quote End --- using parallel adders wastes massive number of adders (2^10 for just first stage). One accumulator will do equivalent job but needs reset to start and it is slow i.e. result will be available after 2^20 samples gone through but for rms it should do.