]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
fpga/min_max_tracker.v: english
authoriZsh <izsh@fail0verflow.com>
Fri, 27 Jun 2014 21:28:56 +0000 (23:28 +0200)
committeriZsh <izsh@fail0verflow.com>
Fri, 27 Jun 2014 21:28:56 +0000 (23:28 +0200)
fpga/min_max_tracker.v

index 516f0d6f32ebe1e13bd7dce0af687d1dff4e033b..8abd40fba848845d6e6756b707886f69e4fd7382 100644 (file)
@@ -11,7 +11,7 @@
 // (resp. low peak) is reached/detected, since you can't know it isn't a
 // local minima (resp. maxima) until then.
 // This also means the peaks are detected with an unpredictable delay.
-// This algorithm can't therefore be used directly for realtime peak detections,
+// This algorithm therefore can't be used directly for realtime peak detections,
 // but it can be used as a simple envelope follower.
 module min_max_tracker(input clk, input [7:0] adc_d, input [7:0] threshold,
        output [7:0] min, output [7:0] max);
Impressum, Datenschutz