Adding Harmonics: Doubling Frequency of Alternating Signals

  • Thread starter Thread starter chaoseverlasting
  • Start date Start date
  • Tags Tags
    Harmonics
AI Thread Summary
To double the frequency of an alternating signal, a frequency doubler is often suggested, particularly effective with sinusoidal signals. Non-linear components, such as biased diodes, can be utilized, although this method tends to be inefficient for non-sinusoidal signals. Alternative methods include using an analog multiplier to square the sine wave or employing a phase lock loop with a divide by 2 prescaler. For non-sinusoidal signals, options like using an ADC to store values or performing a Fourier Transform can be considered, though these methods are not real-time. The discussion emphasizes the importance of the original signal type when selecting a frequency doubling technique.
chaoseverlasting
Messages
1,050
Reaction score
3
This is something I wanted to do, but I don't know where to start. Given an alternating signal (not necessarily sinusoidal) if you wanted to double the frequency of the signal, where would you start?
 
Engineering news on Phys.org
A frequency doubler?
All you need is a non-linear component of some sort, e.g. a biased diode.
However, this is usually a pretty inefficent process.
 
A frequency doubler works best with a sinusoidal signal. I wouldn't want to try it with a non-sinusoidal signal.

There are a couple of other ways to do it with a sinusoidal signal.
You could use an analog multiplier and multiply the sine wave by itself to square it.
You could use a phase lock loop with a divide by 2 prescaler.

For non-sinusoidal signals I can think of 2 more but neither is real time.
Use an ADC and store the values in memory. Read the memory out at double the ADC rate.
Convert to digital with an ADC and do a Fourier Transform. Then multiply the frequencies by two and do an inverse transform back to time domain.
 
Usually frequency doublers are reasonably efficient. Just run a class C amplifier at half of the design frequency. There are other schemes to double frequencies with discreet components. One that comes to mind is to use a bridge rectifier and then bandpass filter the output.
 
Just pump a nonlinear device with a sinusoidal signal to generate the second harmonic.

What frequency do you want do double?
 
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...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Back
Top