diff options
author | James McKenzie <root@ka-ata-killa.panaceas.james.local> | 2025-08-30 20:03:42 +0100 |
---|---|---|
committer | James McKenzie <root@ka-ata-killa.panaceas.james.local> | 2025-08-30 20:03:42 +0100 |
commit | c60b1cebc18dfdb2993dd6eb841778e3ebab30d3 (patch) | |
tree | a4cad4a781e08fb82e1b0255e5d9d8bdc9484f10 /volume_pot/volume.pl | |
parent | 85c2729de30dbfd095ad2c9ce46c25da4e8d3e72 (diff) | |
download | victoria-001-master.tar.gz victoria-001-master.tar.bz2 victoria-001-master.zip |
Diffstat (limited to 'volume_pot/volume.pl')
-rwxr-xr-x | volume_pot/volume.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/volume_pot/volume.pl b/volume_pot/volume.pl index fff39fb..5a72674 100755 --- a/volume_pot/volume.pl +++ b/volume_pot/volume.pl @@ -68,6 +68,7 @@ sub calc_gain($$) { my $ld = 18000. + cap( 47., $f ); #18k+47nF my $le = 4700. + cap( 250., $f ); #4.7k+250nF + #compute resistances of track my $rae = $rac * logpot($te); my $rad = $rac * logpot($td); |