Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by sme7000

  1. S

    1 microsecond delay using c programming

    i want to generate '1' and '0' with the intervals between 10 microseconds..can anyone give me a instruction how to do this..i'm using c programming to build this operation.
  2. S

    1 microsecond delay using c programming

    do anyone have a code in c programming for 1 microseconds delay? i'm using PIC16F877A with 20MHz OSC(oscillator). :?:
  3. S

    how to invert sine wave after build it half wave?

    i,m using pic16f877 to generate SPWM. sine wave that i build in half wave need to be invert because PIC cannot read in negative value. can anybody help me with this problem..this is what i write in c programming. #include <stdio.h> #include<math.h> #include<float.h> int main() { int...
  4. S

    CCP mode for PIC16F873 to generate SPWM

    the duty cycle for SPWM is change..the pulse is generated when triangle wave is greater than sinusoidal wave. how can i set time in one cycle for triangle wave? the result of pulse occurs when the the counter from triangular wave is greater than the sine table point in a register. that why the...
  5. S

    how to generate sine table in pic16f873 in c programming

    what this value stand for? what is this value main function?
  6. S

    CCP mode for PIC16F873 to generate SPWM

    how can i made a counter for PR2? if i use a compare mode the PR1 can made a counter but cannot define the frequency of triangle wave..this is really confuses me.
  7. S

    CCP mode for PIC16F873 to generate SPWM

    CCP mode for PIC16F873 i want to generate Sinusoidal pulse width modulation(SPWM), what mode is a suitable choice? CCP mode contain capture, compare and PWN mode. the SPWM is generated by comparing 2 signal wave that is sinusoidal and triangle wave. the intersection of that wave is the point...
  8. S

    how to generate sine table in pic16f873 in c programming

    i want to generate sinusoidal wave using sine table in ccp mode. i want to use 10 point per half cycle using natural sampling method..this point are store in sine table and can be call for anytime to do another jobs..(in my project this point are compare with triangular wave to produce a PWM...
  9. S

    generate Sinusoidal PWM - help needed

    generate Sinusoidal PWM i,m using inverter to control the speed of AC induction motor. switching for this inverter by using tyristor or IGBT. 3 phase PWM were be the pulse for this switch..i use 1khz freq for triangular wave and 50hz for sinusoidal wave, by comparing this 2 wave PWM was...
  10. S

    generate triangular wave amplitude

    Re: generate triangular wave i choose to use capture mode for the triangular wave and compare mode for sinusoidal wave..how can i change the condition for CCP1CON from rising edge to falling edge? i,m using c programming and choose to use for loop to generate triangular wave from 0 to 256 for...
  11. S

    generate triangular wave amplitude

    Re: generate triangular wave the triangular wave is vary to controlled the motor speed..i want to generate this triangular wave using digital method to produce sinusoidal PWM.
  12. S

    generate triangular wave amplitude

    Re: generate triangular wave i,m using inverter to control the speed of AC induction motor. switching for this inverter by using tyristor or IGBT. 3 phase PWM were be the pulse for this switch..i use 1khz freq for triangular wave and 50hz for sinusoidal wave, by comparing this 2 wave PWM was...
  13. S

    generate triangular wave amplitude

    generate triangular wave i,m using a PIC 16f873 and want to generate a triangular wave. do i need tonuse capture mode continuously until the wave reach to top wave for raising edge and return to bottom wave for falling edge?

Part and Inventory Search

Back
Top