Overunity.com Archives is Temporarily on Read Mode Only!



Free Energy will change the World - Free Energy will stop Climate Change - Free Energy will give us hope
and we will not surrender until free energy will be enabled all over the world, to power planes, cars, ships and trains.
Free energy will help the poor to become independent of needing expensive fuels.
So all in all Free energy will bring far more peace to the world than any other invention has already brought to the world.
Those beautiful words were written by Stefan Hartmann/Owner/Admin at overunity.com
Unfortunately now, Stefan Hartmann is very ill and He needs our help
Stefan wanted that I have all these massive data to get it back online
even being as ill as Stefan is, he transferred all databases and folders
that without his help, this Forum Archives would have never been published here
so, please, as the Webmaster and Creator of these Archives, I am asking that you help him
by making a donation on the Paypal Button above.
You can visit us or register at my main site at:
Overunity Machines Forum



Accurate Measurements on pulsed system's harder than you think.

Started by tinman, December 09, 2015, 07:59:10 AM

Previous topic - Next topic

0 Members and 9 Guests are viewing this topic.

verpies

Quote from: EMJunkie on December 11, 2015, 04:33:34 PM
Are you guys keen to participate in this?
Will that program compile to machine code like e.g.: C, C++, Pascal, Object Pascal, etc... ?

EMJunkie

Quote from: verpies on December 11, 2015, 04:39:19 PM
Will that program compile to machine code like e.g.: C, C++, Pascal, Object Pascal, etc... ?

Hey Verpies, Yes. I normally use C#, complier is just .net to machine code.

I think if enough work and the right info was gathered and incorporated then this could be very helpful for all out there.

It will, however, not stop the inaccurate input values being supplied.

   Chris Sykes
       hyiq.org

EMJunkie

Quote from: verpies on December 11, 2015, 01:49:14 PM
Because mathematically:  AVERAGE(i1, i2) * AVERAGE(v1, v2) <> AVERAGE(i1*v1, i2*v2).
Take a calculator or a spreadsheet and see for yourself.


For others out there, I have put together a very basic example of what Verpies is explaining.

Verpies, please correct me if I have it wrong!!!

Quote

            double Answer = Mean(Voltage1, Voltage2) * Mean(Current1, Current2);
            double IAnswer = Mean(Voltage1 * Current1, Voltage2 * Current2);

            AnswerTextBox.Text = string.Format("{0:0.000} Watts", Answer);
            IAnswerTextBox.Text = string.Format("{0:0.000} Watts", IAnswer);
        }

        private double Mean(double Value1, double Value2)
        {
            double mean = ((Value1 + Value2) / 2);

            return mean;
        }


   Chris Sykes
       hyiq.org

tinman

Quote from: EMJunkie on December 11, 2015, 01:58:22 PM


@Tinman - My calculations are in agreeance with what you are seeing in the circuit. Are they not?

I think you will find, if you read TK's post, he is saying the same thing (More power more Light, less power less light), his math is likely more precise than mine:

Less power is applied in total across components 1 and 2 when the Cap is connected compared to when the cap is disconnected. The Current goes up but the voltage goes way down. Less power Less light on the globe.

There is nothing in this circuit that is out of the Norm. Look at the Tesla Switch... What's the Potential Voltage Difference between the Load?

   Chris Sykes
       hyiq.org

QuoteX x 0.096mA = 0.768mW
0.144mA =Y x  0.485mW

;)

EMJunkie

Quote from: tinman on December 11, 2015, 11:31:32 AM
Just popping this one in here.

Magnets increasing the efficiency of a pulsed system.
Can you argue with this one?.

https://www.youtube.com/watch?v=tVNABy8fSlI


Brad


I am sorry you see what I have done as arguing Brad. I don't. I see it as solving an issue you brought up with sound logic and proof.

TinselKoala verified what I was showing with more evidence.

Facts remain: With C2 disconnected more Power through the Globe (Brighter). With C2 connected less Power through the Globe (Dimmer).

   Chris Sykes
       hyiq.org