RESULTS -- Re: Averaging voltage reading from rectified DC (Differential Equation in perl)



OK, so, yesterday I tried to do what I wanted:

1) Have a RC filter with R=65 kOhm, C=0.47 uF. I read the
instantaneous value from this filter and use as a input to make
decisions when to turn high frequency arc starter on or off. I say, if
my measured bus voltage is more than 45 volts, turn it on, and if it
is less than 40 volts, turn it off.

This gives me a very quick reaction time (for me) average, with ripple
of about 2%.

2) For display purposes (I have a serial display), I take the value
above and further average it using exponential moving average. That's
so that display would not endlessly oscillate between similar
numbers.

It worked absolutely great. The HF relay engages right after I switch
voltage, with no lag like before.

I think that I will do the same with the current input, as well.

I also spent half the evening battling a seeming bug in the
microcontroller, where if I define a function taking a real number,
and call it, everything goes haywire.

i

.



Relevant Pages

  • Re: inserting Adobe Illustrator graphics, more experience
    ... Word's "picture editing" tools, they can work only with bitmaps. ... The 'shapes' group are all very similar to CGM (Computer Graphics Metafile) ... as a group, it can have a name, a hyperlink, display ... the import filter, which says "Is this something like CGM?" ...
    (microsoft.public.mac.office.word)
  • Re: Drag from SP2 window to desktop?
    ... > display the same help text as originally displayed by the javascript ... Embedded within the HTML will be lines like this: ... > The idea is that if the user wants to perform a "filter" operation on one ... they can drag and drop the filter icon (which is surrounded ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: Search function
    ... effect the change in display. ... Dave Hargis, Microsoft Access MVP ... "Bill" wrote: ... simply set the filter and required. ...
    (microsoft.public.access.formscoding)
  • RE: Record Form
    ... I have found the filter and it is clear. ... NOT have the 'data entry' property set to yes, then it should display all the ... Look down at the navigation buttons and see how many ... form in design mode and, on the data tab of the properties window, check the ...
    (microsoft.public.access.gettingstarted)
  • Re: Lookup form
    ... display few fields, and apply filter to more then one field, just as you do ... "Tony Williams" wrote: ... The Select se to filter the list box, I thought you want to filter the ... Select Field1, Field2, Filed3 From TableName Where SurName Like ...
    (microsoft.public.access.forms)

Loading