Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
napowderly committed Mar 7, 2024
1 parent c5744ad commit 8ded99f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions filters.ato
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ module LowPassFilter:
input.gnd ~ output.gnd

# Default values
cuttoff_frequency = 1kHz +/- 10%
cutoff_frequency = 1kHz +/- 20%
capacitor.value = 100nF +/- 10%

assert 1 / (2 * 3.14 * resistor.value * capacitor.value) within cuttoff_frequency
assert 1 / (2 * 3.14 * resistor.value * capacitor.value) within cutoff_frequency


module LowPassPiFilter:
Expand Down

0 comments on commit 8ded99f

Please sign in to comment.