Hello,
I have been working from long time to implement the digital fitler with CCS and I need help in modifying the fitler output.
I am scaling the filter coefficients obtained from matlab by a factor of 2^15=32768.Then I am only using the first half of the filter coefficients to filter the signal.
But how to modify the result obtained from this filter function.I mean should I divide the filter output with the number of the second of filter coefficeints or anything else is needed.
can someone give any suggestions.Thanks.