• How could i control a sine waveform coming from a pwm signal?
    Hi Everybody, i have the following problem and i hope someone between you have the solution. IÂ've wrote a programm to generate a sine waveform from pwm signals. This sine waveform has a variable frequency...
  • pulse generation
    Hi,I wrote this .ini file as signal function to my program: SIGNAL void int0_signal (void) { int i=0 int j=0; while (1) { while(i<35) { PORT8 |= 0x01; /* pull PORT 3.0 high */ swatch (0.001);...
  • pulse
    Hi everyone i would like to measure the pulses and the duration of the pulses using gate and interrupt method.Is this possible.Please if somebody can help.Some code examples will be helpful.
  • pulse
    Hi Guys I design i circuit on veroboard which which gives a nice pulse wave.This pulse i want to count and display it in beats per minute.Do anyone have a idea of how to do it.If you have code i will...
  • pulse dialing detection code
    can the following code be used with 8051 to detect pulse dialing from 100 to 110, if yes , please explain something about this code. ; ;=================================================== ; ; EIGHT...