summaryrefslogtreecommitdiff
path: root/hyp2mat/eagle/notchfilter/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'hyp2mat/eagle/notchfilter/README.txt')
-rw-r--r--hyp2mat/eagle/notchfilter/README.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/hyp2mat/eagle/notchfilter/README.txt b/hyp2mat/eagle/notchfilter/README.txt
new file mode 100644
index 0000000..9c5fcbe
--- /dev/null
+++ b/hyp2mat/eagle/notchfilter/README.txt
@@ -0,0 +1,26 @@
+This directory is a demo of a notch filter.
+It contains the following files:
+
+demo_notch.m matlab simulation script
+notchfilter.sch CADsoft Eagle schematic
+notchfilter.brd CADsoft Eagle board
+notchfilter.HYP board exported to hyperlynx
+notchfilter_board.png screenshot of board after import in CSXCAD
+notchfilter_simulation.png openEMS simulation output
+README.txt this file
+
+To run the demo, first install and configure matlab or octave, CSXCAD, openEMS and hyp2mat.
+Copy the demo files to a directory where you have read and write access.
+Start up matlab or octave from that directory, and type 'demo_notch'.
+When the AppCSXCAD window appears, exit AppCSXCAD.
+After a few minutes simulation output should appear.
+
+On Linux:
+
+cd
+mkdir demo
+cp /usr/share/hyp2mat/eagle/notchfilter/* demo/
+cd demo
+octave
+demo_notch
+