panic mode
- Joined Oct 10, 2011
- 5,037
you already mentioned that input is ac, so to make it square wave, all you need is a bit of signal conditioning and Schmidt trigger is just the right device for this.
there are many ways to make this, for example using gates with Schmidt trigger or just good old 555:
http://www.tradeofic.com/Circuit/771-SCHMITT_TRIGGER_SINE__SQUARE_WAVE_GENERATOR.html
next step is to reduce frequency. in digital world this is cone by counting.
common task in digital circuits is to come up with a counter that counts to some N.
http://www.electronics-tutorials.ws/counter/count_2.html
there are many ways to make this, for example using gates with Schmidt trigger or just good old 555:
http://www.tradeofic.com/Circuit/771-SCHMITT_TRIGGER_SINE__SQUARE_WAVE_GENERATOR.html
next step is to reduce frequency. in digital world this is cone by counting.
To go from 2000 to 200 Hz, you need to divide by 10, so you need counter that counts to 10. there are infinite possibilities but one of them could be also very popular 4017 for example (note: output here is not 50% duty cycle without additional components).So, given a variable AC input of 0 - ~2,000Hz, what might I construct that would modulate that signal to 0 - 212Hz? The 2KHz number is a rough guess.
common task in digital circuits is to come up with a counter that counts to some N.
http://www.electronics-tutorials.ws/counter/count_2.html
Last edited: