Reading and writing PWM signals

Please help us in reading the PWM signals that are coming from the receiver .
We have a four channel receiver that outputs 4 PWM signals of 22 ms pulse,the on time of PWM signal varies from 1 ms to 2 ms on moving the analog stick of the transmitter from bottom to top position on channel1 and similarly on other channels.
We are new and have never read the PWM signals in atmega8,

After reading the PWM signals,we have to process those signals and then generate four PWM signals according to our logic .All ur help will be appreciated.

Website: http://www.quadrotor.co.nr

Use analogRead(pin) for the four different pins. Don't use any delays in your program if you want to constantly read the inputs. delay() will stop the program for the moment and you will miss readings. You can look at the 'blink without delay' example in the IDE for an example of programming without the delays.

Please donot crosspost - http://arduino.cc/forum/index.php/topic,58422.0.html + http://arduino.cc/forum/index.php/topic,58421.0.html
this is considered inpolite at this forum.

Use analogRead(pin) for the four different pins.

And how is that going to work?

MR.robtillaart As i am new to this website i don't know the rules..........Thanks for your nice suggestion,i'll take care from next time....