KPP tubeAmp Designer spiceAmp

Quick Start

Currently spiceAmp is a small utility that helps to process *.wav file with ngspice.

How to do this:

1

2

3

4

5


* Qucs 0.0.22 /home/curufinwe/Programs/amps/models/qucs-s/test_my_tubes_pent.sch
.INCLUDE "/tmp/.mount_Qucs-Smo3z76/usr/share/qucs-s/xspice_cmlib/include/ngspice_mathfunc.inc"
* Qucs 0.0.22  /home/curufinwe/Programs/amps/models/qucs-s/test_my_tubes_pent.sch


.title ModelName


.subckt guitar_amp 0 Vin Vout ; <= Add this
R3 _net0 _net1  1K
R4 0 Vin  2MEG
...
.ENDS ; <= Add this

;Remove all after that line!

.control
echo "" > spice4qucs.cir.noise
echo "" > spice4qucs.cir.pz

6