Skip to content

Latest commit

 

History

History
 
 

SimplePeakDetector

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

#120 SimplePeakDetector

The basic diode-RC peak detector.

▶️ return to the LEAP Catalog

Notes

Afrotechmods and w2aew both have some nice, clear videos on youtube explaining peak detector circuits.

The most basic circuit uses a diode to rectify an incoming AC signal, and a capacitor to charge and hold the peak value. The RC pair holds the peak for a period governed by the RC time constant (𝛕).

Time to fully discharge is approximately 5𝛕, or in this case, about 5 seconds.

Appropriate values for the RC network depend on the signal frequency being sampled (higher frequencies will be better served by a shorter time constant).

The main problem with this circuit is the fact we lose the diode forward voltage from the output, resulting in offset measurements and an equivalent minimum input voltage sensitivity.

Here's a sample trace recorded using PlotNValues (a simple Processing sketch)

  • upper trace is the output of the peak detector
  • lower trace is the signal input (a rough triangle wave source in this test)

processing trace

Construction

Breadboard

The Schematic

The Build

Credits and References