This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

signal and frequency

Hello, 

I currently working on the signal and frequency in which I need to program a plan on C to make the frequency as a source with a 4 MHZ and then divided into the some part, according to the user wish (like10 kHt). I am new in this subject, so I will be very grateful if someone can help me or give me some references .
Thank you

AMiR

Parents
  • Figure out what micro-controller you plan to use. Most will take a frequency input and have timer or counters which can do integer division of the reference clock.

    Review the data sheets for the micro's you're interested in, and confirm which pins the timers use for output.

    Perhaps your manager/supervisor can direct you to the type of solution they are looking for, or devices they wish you to use.

Reply
  • Figure out what micro-controller you plan to use. Most will take a frequency input and have timer or counters which can do integer division of the reference clock.

    Review the data sheets for the micro's you're interested in, and confirm which pins the timers use for output.

    Perhaps your manager/supervisor can direct you to the type of solution they are looking for, or devices they wish you to use.

Children