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
You also can visit us or register at my main site at:
Overunity Machines Forum



ENERGY AMPLIFICATION

Started by Tito L. Oracion, February 06, 2009, 01:45:08 AM

Previous topic - Next topic

0 Members and 12 Guests are viewing this topic.

Leely

Quote from: Grumage on January 14, 2014, 10:44:30 AM
Dear Sir.

After 279 pages of community effort your statement makes no sense at all !!

In fact it is only you that confirms the statement !!

Grum.

PS. Don your sentiments were noted !! I feel you should not have retracted them ! G.
Well, I don't understand what you're talking, after 279 pages of whatever, so many people have understood it before I came to this forum, and when you ask them, they say you should look at Tito's posts. Well, I have looked at Tito's posts, and I have gotten it, and you're here telling me what? that you're not looking at Tito's posts? that u cannot see it?

Leely

Now what I'm trying to say is this; of all the 279 posts I read,all I could understand is this 'charge and discharge capacitor', of even in my experiments I don't know if I could get output, if there was any at all ;D , I hope I didn't waste your time. Well, if anybody gets it, let me know.

Cadman

Tito, thank you.  The best knowledge is knowledge earned.

After studying Titos posts, particularly the earlier ones and not just this thread, I think I have a grasp of some simple things he tried to tell us.

This is one of them:

Const int targetV = 12;

void Amplify(int v){
   int extC1_va = 1;
   int extC2_va = 1;
   int r = 1;

   v = (v + extC1_va + extC2_va) - r;

   if (v >= targetV) {
      Output(v);
      v = 0;
   }
   else {
      Amplify(v);
   }
   return;
}

while TRUE{
   int in = 1;
   Amplify(in);
}
   

Variable names may be significant, and please excuse any syntax errors.

Time to design, and gather some materials for building.


UnknownTech

Quote from: Leely on January 14, 2014, 05:01:27 PM
Now what I'm trying to say is this; of all the 279 posts I read,all I could understand is this 'charge and discharge capacitor', of even in my experiments I don't know if I could get output, if there was any at all ;D , I hope I didn't waste your time. Well, if anybody gets it, let me know.
Leely, i am glad that you can get it. but if you can't say it to other, if you can't get your experience to other, at least say which thread is about that? and let other read it.

UnknownTech

@Tito,
most of people want to get the OU device from you, but i want you the method of yours, teaching, working, experiencing and etc. how a computer man that don't known more about electronic, transformer and many other things, Can build a OU device that many professional can't do that.
HOW you can do it?
every one like to get FISH (i need too) but more important things is: i need FISHING, i need method of your work, teach and other.
I known you work HARD, because i saw some of your discovery in 5 AM or 2 AM. its mean when many people were sleeping, you was working.
i am computer programer too and i don't familiar with electronic and many things too.
Please tell me: do you have especial method for learning?