Using a 555 timer as an analog frequency divider?

AI Thread Summary
Using a 555 timer to create a lower-pitched output from an analog voice signal is challenging due to the complexity of voice frequencies and harmonics. While pulse width modulation is a starting point, achieving the desired effect requires more sophisticated methods, such as using an A to D converter to digitize the voice and then manipulating the playback rate before converting it back to analog. This process is complicated and may not yield satisfactory results in real-time applications. A microprocessor is suggested as a more effective solution for handling the intricacies of voice modulation. Additionally, software options for voice modification are available, offering simpler alternatives for achieving similar effects.
crono1009
Messages
14
Reaction score
0
Hey guys,

I'm trying to build a circuit where I can put in an analog signal (my voice) and have it output the same signal with a much lower pitch (speech synthesizer). Is there any way I could do this with primarily a 555 timer?

I'm able to pulse width modulate the analog signal, but I don't really know where I can go from there. I was thinking about bringing in the analog signal via ADCs and then changing the frequency of all of the bits via a few 555 timers and finally DACing the signal into a speaker, but all I get is junk (sampling frequency issue?).

Any ideas?
 
Engineering news on Phys.org
Your voice doesn't just have one frequency. It has a lot of frequencies and harmonics of those frequencies.

So, it won't sound like you unless you can reproduce those frequencies or at least the relationship between them.

One way might be to use an A to D converter to record your voice into a memory chip and then play it back with a different clock rate and feed this output to a D to A converter.

This might give you something like the effect you are after, but it is complex and difficult to do.
 
vk6kro said:
Your voice doesn't just have one frequency. It has a lot of frequencies and harmonics of those frequencies.

So, it won't sound like you unless you can reproduce those frequencies or at least the relationship between them.

One way might be to use an A to D converter to record your voice into a memory chip and then play it back with a different clock rate and feed this output to a D to A converter.

This might give you something like the effect you are after, but it is complex and difficult to do.

Yeah, I figured as much. I've been simulating with only one input frequency, I could see how this would be cumbersome. Thanks for the tip!
 
I guess you are trying to do it as close as possible to "real time"? That would be a analog nightmare so a uP, which is what vk6kro I believe is suggesting, is the way to go.

Edit: When my daughter was a kid, she had a program that would modify (maybe 4 built-in styles) and the ability to play it backwards. Actually she got good at speaking backwards then playing it back backwards and it sound perfect. lol Anyway I just did a search and you can get software for voice modification. e.g. http://www.screamingbee.com/product/download.aspx"
 
Last edited by a moderator:
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Back
Top