Iref extraction in active power filters using active filters

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
Axe199
Messages
47
Reaction score
0
i was doing a research on active power filters and i read about Iref ( the cancelation waveform) extraction algorithm, and they are using complicated algorithms like FFT or DFT in frequency domain or the park transform and clark transform in time domain, i was wondering, why isn't there any technique using opamp active filters to extract the Iref? maybe a notch filter attenuating only the fundamental frequency?
 
Engineering news on Phys.org
anorlunda said:
There are also many filters designed without any consideration of Iref. That's just one way to describe it.
are those active power filters?
 
Since you frequently have a DSP there just to manage PWM for the filter, you want to digitize and analyze the current waveform in a way the processor can manage it, so you typically have this tool at your disposal. Also - the primary metric for power quality is often the THD - and looked at in the frequency domain - so you are correcting the same thing you are measuring.

Then when sizing the filter - you want to know what the primary causes are; e.g. a 6 pulse rectifier has a particular harmonic signature, and when choosing the filter you take that into consideration.

It is possible to do this all in analog, but today that is more expensive and much harder to configure. I have a client that had a 2MW inverter for solar, wind and energy storage - the original design was analog, and they only designed this out and went to digital about 4 years ago. ( Analog controller ~$1500, digital $90 ). When they had a problem, I had asked for some waveform data - impossible to add that feature in their analog set up without adding hardware.
 
  • Like
Likes   Reactions: Axe199