Studentenversion des ESY6/A Praktikums "signal_processing".
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

data_tests.mk 180B

1234567
  1. include ../tests.mk
  2. artifacts += data.py __pycache__
  3. plot: data.py
  4. @echo Plotting resulting signal vs. expected signal ...
  5. @../../scripts/plot.py ${expected_data} 2> /dev/null