T
Terry Given
- Jan 1, 1970
- 0
MooseFET said:Jamie said:MooseFET wrote:On Jan 27, 4:43 am, Jamie Morken <[email protected]> wrote:MooseFET wrote:[...]How about this parts intensive idea?
Do it FM radio style
Vin>VCO(1Ghz)>xformer>FM demod>Vout isolatedIf you go down to much lower frequencies, the idea works quite well.
At 1MHz or so, the VCO doesn't take very many parts.
http://www.linear.com/pc/productDetail.jsp?navId=H0,C1,C1010,C1096,P2186The suggested circuit plus one resistor makes not too bad of a VCO
The receiver side can be a PLL that uses a tri-state phase detector
built into your PCLD or FPGA or whatever and a second VCO like the
first.This is the way I'd like to do the voltage feedback, with a VCO feeding
a transformer, and then the PLL circuit, but I think that part is too
slow to react, the maximum VCO modulation bandwidth of the LTC6900 is
25kHz, I'm running the PWM at 200kHz.The servo feedback needs a bandwith much higher than 60Hz but not
higher than the 200KHz. For the AC feedback, you can just use a
transformer drivien with the output signal. The DC feedback is just
to ensure that you don't have a DC component in the output.The PWM dutycycle needs to be set each cycle, using the voltage
and current feedback, I'm using small inductors so it can change quite
rapidly. Would you be able to help me design this modulator/demodulator
ready to feed into the 200kHz ADC if I put it in the public domain and
pay you or at least send you some chocolates?
I already am going to use a bipolar ADC floating with the 120VAC and SPI
optocoupled, but its good to have a backup, as I'm not sure if I can get
12bits resolution from that ADC.cheers,
Jamie
think Nyquist. no matter how hard you try, you cant organise closed-loop
voltage or current control beyond 100kHz.
That isn't quite true. Depending on the sort of PWM modulator you
use, you get two samples per cycle because both edges of the on time
can be moved by the input.
true. most dont work like this though.
This still ends up about the right limit. When you move both edges in
a PWM, you usually end up with a giant noise spike right at Nyquist.
The is true for moderately large values of "slowly". Since the OP is
trying to construct a 60Hz sine wave, he has a lower limit on the
voltage feedback frequency responce of perhaps 1KHz or so.
If he has a microcontroller in the system, he can also use the
information from this point in the previous cycle to improve his
waveform for a constant load.
He should look up one of the papers D.G. Holmes has written on resonant
controllers. take a synchronous-reference-frame controller, and run it
backwards thru the rotating-to-stationary transformation, and voila out
pops a resonant controller. very cute, and lower computational overhead.
Cheers
Terry