Part Number: TMS320F28377S
Other Parts Discussed in Thread: TIDM-1007, C2000WARE-DIGITALPOWER-SDK
Tool/software: Code Composer Studio
Any reference for notch filter implementation in CCS.
Thanks
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: TMS320F28377S
Other Parts Discussed in Thread: TIDM-1007, C2000WARE-DIGITALPOWER-SDK
Tool/software: Code Composer Studio
Any reference for notch filter implementation in CCS.
Thanks
Shyam,
We use a 4th order notch filter on TIDM-1007

It uses a similar approach by cascading two 2nd order notch filters.
That can offer better attenuation.
I don't follow your use of words "attenuation is not zero", the signal can never be reduced to zero. There is no practical filter that can achieve this.
See page 22.
Also the SW is part of the C2000Ware-DigitalPower-SDK
Hi,
In the PRController.pdf, you had mentioned about PR controller without damping and also have given the discretised version of it.
I see that the gain at the resonant frequency is very high, which i want. I would like to use the corresponding difference equation in my code.
Also,
just to clarify wrc is the desired resonant freq location and wo1 is the corrected resonant freq location.
Thanks