mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2025-05-15 20:29:12 +02:00
Figure: Fourier Waveform and DTFT/DFT
This commit is contained in:
parent
1abd4cdd27
commit
26295dc5ba
4 changed files with 239 additions and 0 deletions
11
figures/methods/fourier/Makefile
Normal file
11
figures/methods/fourier/Makefile
Normal 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
|
||||
$< .
|
Loading…
Add table
Add a link
Reference in a new issue