??? 02/20/12 21:29 Read: times |
#186079 - frequency multiplier x 10 |
I have a small project to make 10x frequency multiplier, frequency input 1Hz to 70Hz frequency output 10Hz to 700Hz.
I could do it with old techniques like frequency to voltage converter or PLL but that will be boring, hi IC count and pcb space. I want to do it with single chip micro in C or ASM or both. Frequency input is ac but I can convert it to pulses, frequency output is a TTL square wave. My first thought is to measure the input pulse width and generate simple dds algorithim. Any better ideas? Mahmood |