4 CSVOUT
= $(BASENAME
)1.
$(FORMAT
)
5 IMGOUT
= $(SRC
:.dsp
=.png
)
8 WAV_BASENAME
= $(SINS
:.dsp
=)
10 WAVIN
= $(WAV_BASENAME
)1.
$(WAV_FORMAT
)
12 INPUT1
= sin_1378Hz_0.005_ampli_128samples.wav
13 INPUT2
= sin_2067Hz_0.005_ampli_128samples.wav
14 INPUT3
= sin_16536Hz_0.005_ampli_128samples.wav
15 INPUT4
= sin_22000Hz_0.005_ampli_128samples.wav
21 octave
-qf img_write.m
23 $(CSVOUT
): $(SRC
) $(WAVIN
)
24 faustine
-d
$(SRC
) -i
$(WAVIN
) --oformat
$(FORMAT
) --obasename
$(BASENAME
)
26 $(WAVIN
): $(SINS
) $(INPUT1
) $(INPUT2
) $(INPUT3
) $(INPUT4
)
27 faustine
-d
$(SINS
) -i
$(INPUT1
) -i
$(INPUT2
) -i
$(INPUT3
) -i
$(INPUT4
) --oformat
$(WAV_FORMAT
) --obasename
$(WAV_BASENAME
)
30 rm -f gmon.out output
*