Figure: Fourier Waveform and DTFT/DFT

This commit is contained in:
Eric-Teunis de Boone 2023-09-08 16:06:20 +02:00
parent 1abd4cdd27
commit 26295dc5ba
4 changed files with 239 additions and 0 deletions

View file

@ -0,0 +1,11 @@
.PHONY: all
all: waveforms.pdf
.PHONY: clean
clean:
@rm -v waveforms.*
@rm -v spectrum.*
waveforms.% spectrum.% : src/fourier_figure.py
$< .