summaryrefslogtreecommitdiff
path: root/modules/xcos/demos/Electrical
diff options
context:
space:
mode:
Diffstat (limited to 'modules/xcos/demos/Electrical')
-rwxr-xr-xmodules/xcos/demos/Electrical/AND_Gate.zcosbin0 -> 13182 bytes
-rwxr-xr-xmodules/xcos/demos/Electrical/Boost_Converter.zcosbin0 -> 6983 bytes
-rwxr-xr-xmodules/xcos/demos/Electrical/Bridge_Rectifier.zcosbin0 -> 7396 bytes
-rwxr-xr-xmodules/xcos/demos/Electrical/Colpitts_Oscillator.zcosbin0 -> 7567 bytes
-rwxr-xr-xmodules/xcos/demos/Electrical/DC_DC_Buck_Converter.zcosbin0 -> 11045 bytes
-rwxr-xr-xmodules/xcos/demos/Electrical/Difference_amplifier.zcosbin0 -> 9307 bytes
-rwxr-xr-xmodules/xcos/demos/Electrical/NOR_Gate.zcosbin0 -> 11611 bytes
-rwxr-xr-xmodules/xcos/demos/Electrical/Opamp_Amplifier.zcosbin0 -> 6233 bytes
-rwxr-xr-xmodules/xcos/demos/Electrical/Switched_capacitor_integrator.zcosbin0 -> 8528 bytes
-rwxr-xr-xmodules/xcos/demos/Electrical/Transformer.zcosbin0 -> 8442 bytes
-rwxr-xr-xmodules/xcos/demos/Electrical/boost_conv.dem.sce8
-rwxr-xr-xmodules/xcos/demos/Electrical/bridge_rectifier.dem.sce8
-rwxr-xr-xmodules/xcos/demos/Electrical/buck_conv.dem.sce7
-rwxr-xr-xmodules/xcos/demos/Electrical/colpitts_osc.dem.sce8
-rwxr-xr-xmodules/xcos/demos/Electrical/differential_amp.dem.sce7
-rwxr-xr-xmodules/xcos/demos/Electrical/logic_and.dem.sce8
-rwxr-xr-xmodules/xcos/demos/Electrical/logic_nor.dem.sce8
-rwxr-xr-xmodules/xcos/demos/Electrical/op_amplier.dem.sce8
-rwxr-xr-xmodules/xcos/demos/Electrical/rlc_circuit.dem.sce10
-rwxr-xr-xmodules/xcos/demos/Electrical/switched_cap_filter.dem.sce8
-rwxr-xr-xmodules/xcos/demos/Electrical/transformer.dem.sce8
21 files changed, 88 insertions, 0 deletions
diff --git a/modules/xcos/demos/Electrical/AND_Gate.zcos b/modules/xcos/demos/Electrical/AND_Gate.zcos
new file mode 100755
index 000000000..e308b7a0e
--- /dev/null
+++ b/modules/xcos/demos/Electrical/AND_Gate.zcos
Binary files differ
diff --git a/modules/xcos/demos/Electrical/Boost_Converter.zcos b/modules/xcos/demos/Electrical/Boost_Converter.zcos
new file mode 100755
index 000000000..eb3e923dd
--- /dev/null
+++ b/modules/xcos/demos/Electrical/Boost_Converter.zcos
Binary files differ
diff --git a/modules/xcos/demos/Electrical/Bridge_Rectifier.zcos b/modules/xcos/demos/Electrical/Bridge_Rectifier.zcos
new file mode 100755
index 000000000..f1ef54f3b
--- /dev/null
+++ b/modules/xcos/demos/Electrical/Bridge_Rectifier.zcos
Binary files differ
diff --git a/modules/xcos/demos/Electrical/Colpitts_Oscillator.zcos b/modules/xcos/demos/Electrical/Colpitts_Oscillator.zcos
new file mode 100755
index 000000000..6616f9639
--- /dev/null
+++ b/modules/xcos/demos/Electrical/Colpitts_Oscillator.zcos
Binary files differ
diff --git a/modules/xcos/demos/Electrical/DC_DC_Buck_Converter.zcos b/modules/xcos/demos/Electrical/DC_DC_Buck_Converter.zcos
new file mode 100755
index 000000000..fae46a91f
--- /dev/null
+++ b/modules/xcos/demos/Electrical/DC_DC_Buck_Converter.zcos
Binary files differ
diff --git a/modules/xcos/demos/Electrical/Difference_amplifier.zcos b/modules/xcos/demos/Electrical/Difference_amplifier.zcos
new file mode 100755
index 000000000..3b4543dbd
--- /dev/null
+++ b/modules/xcos/demos/Electrical/Difference_amplifier.zcos
Binary files differ
diff --git a/modules/xcos/demos/Electrical/NOR_Gate.zcos b/modules/xcos/demos/Electrical/NOR_Gate.zcos
new file mode 100755
index 000000000..dffce81d3
--- /dev/null
+++ b/modules/xcos/demos/Electrical/NOR_Gate.zcos
Binary files differ
diff --git a/modules/xcos/demos/Electrical/Opamp_Amplifier.zcos b/modules/xcos/demos/Electrical/Opamp_Amplifier.zcos
new file mode 100755
index 000000000..5ee57b5ff
--- /dev/null
+++ b/modules/xcos/demos/Electrical/Opamp_Amplifier.zcos
Binary files differ
diff --git a/modules/xcos/demos/Electrical/Switched_capacitor_integrator.zcos b/modules/xcos/demos/Electrical/Switched_capacitor_integrator.zcos
new file mode 100755
index 000000000..3c6565d11
--- /dev/null
+++ b/modules/xcos/demos/Electrical/Switched_capacitor_integrator.zcos
Binary files differ
diff --git a/modules/xcos/demos/Electrical/Transformer.zcos b/modules/xcos/demos/Electrical/Transformer.zcos
new file mode 100755
index 000000000..b2ba138b5
--- /dev/null
+++ b/modules/xcos/demos/Electrical/Transformer.zcos
Binary files differ
diff --git a/modules/xcos/demos/Electrical/boost_conv.dem.sce b/modules/xcos/demos/Electrical/boost_conv.dem.sce
new file mode 100755
index 000000000..a873d1221
--- /dev/null
+++ b/modules/xcos/demos/Electrical/boost_conv.dem.sce
@@ -0,0 +1,8 @@
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2008 - INRIA
+// Copyright (C) 2009-2010 - DIGITEO
+//
+// This file is released under the 3-clause BSD license. See COPYING-BSD.
+
+xcos("SCI/modules/xcos/demos/Electrical/Boost_Converter.zcos");
+
diff --git a/modules/xcos/demos/Electrical/bridge_rectifier.dem.sce b/modules/xcos/demos/Electrical/bridge_rectifier.dem.sce
new file mode 100755
index 000000000..17d372634
--- /dev/null
+++ b/modules/xcos/demos/Electrical/bridge_rectifier.dem.sce
@@ -0,0 +1,8 @@
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2008 - INRIA
+// Copyright (C) 2009-2010 - DIGITEO
+//
+// This file is released under the 3-clause BSD license. See COPYING-BSD.
+
+xcos("SCI/modules/xcos/demos/Electrical/Bridge_Rectifier.zcos");
+
diff --git a/modules/xcos/demos/Electrical/buck_conv.dem.sce b/modules/xcos/demos/Electrical/buck_conv.dem.sce
new file mode 100755
index 000000000..022afc07f
--- /dev/null
+++ b/modules/xcos/demos/Electrical/buck_conv.dem.sce
@@ -0,0 +1,7 @@
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2008 - INRIA
+// Copyright (C) 2009-2010 - DIGITEO
+//
+// This file is released under the 3-clause BSD license. See COPYING-BSD.
+
+xcos("SCI/modules/xcos/demos/Electrical/DC_DC_Buck_Converter.zcos");
diff --git a/modules/xcos/demos/Electrical/colpitts_osc.dem.sce b/modules/xcos/demos/Electrical/colpitts_osc.dem.sce
new file mode 100755
index 000000000..dcff2b43b
--- /dev/null
+++ b/modules/xcos/demos/Electrical/colpitts_osc.dem.sce
@@ -0,0 +1,8 @@
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2008 - INRIA
+// Copyright (C) 2009-2010 - DIGITEO
+//
+// This file is released under the 3-clause BSD license. See COPYING-BSD.
+
+xcos("SCI/modules/xcos/demos/Electrical/Colpitts_Oscillator.zcos");
+
diff --git a/modules/xcos/demos/Electrical/differential_amp.dem.sce b/modules/xcos/demos/Electrical/differential_amp.dem.sce
new file mode 100755
index 000000000..4fcd7f093
--- /dev/null
+++ b/modules/xcos/demos/Electrical/differential_amp.dem.sce
@@ -0,0 +1,7 @@
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2008 - INRIA
+// Copyright (C) 2009-2010 - DIGITEO
+//
+// This file is released under the 3-clause BSD license. See COPYING-BSD.
+
+xcos("SCI/modules/xcos/demos/Electrical/Difference_amplifier.zcos");
diff --git a/modules/xcos/demos/Electrical/logic_and.dem.sce b/modules/xcos/demos/Electrical/logic_and.dem.sce
new file mode 100755
index 000000000..4ab0c0121
--- /dev/null
+++ b/modules/xcos/demos/Electrical/logic_and.dem.sce
@@ -0,0 +1,8 @@
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2008 - INRIA
+// Copyright (C) 2009-2010 - DIGITEO
+//
+// This file is released under the 3-clause BSD license. See COPYING-BSD.
+
+xcos("SCI/modules/xcos/demos/Electrical/AND_Gate.zcos");
+
diff --git a/modules/xcos/demos/Electrical/logic_nor.dem.sce b/modules/xcos/demos/Electrical/logic_nor.dem.sce
new file mode 100755
index 000000000..82d77f984
--- /dev/null
+++ b/modules/xcos/demos/Electrical/logic_nor.dem.sce
@@ -0,0 +1,8 @@
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2008 - INRIA
+// Copyright (C) 2009-2010 - DIGITEO
+//
+// This file is released under the 3-clause BSD license. See COPYING-BSD.
+
+xcos("SCI/modules/xcos/demos/Electrical/NOR_Gate.zcos");
+
diff --git a/modules/xcos/demos/Electrical/op_amplier.dem.sce b/modules/xcos/demos/Electrical/op_amplier.dem.sce
new file mode 100755
index 000000000..1856cb96d
--- /dev/null
+++ b/modules/xcos/demos/Electrical/op_amplier.dem.sce
@@ -0,0 +1,8 @@
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2008 - INRIA
+// Copyright (C) 2009-2010 - DIGITEO
+//
+// This file is released under the 3-clause BSD license. See COPYING-BSD.
+
+xcos("SCI/modules/xcos/demos/Electrical/Opamp_Amplifier.zcos");
+
diff --git a/modules/xcos/demos/Electrical/rlc_circuit.dem.sce b/modules/xcos/demos/Electrical/rlc_circuit.dem.sce
new file mode 100755
index 000000000..a6165e3db
--- /dev/null
+++ b/modules/xcos/demos/Electrical/rlc_circuit.dem.sce
@@ -0,0 +1,10 @@
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2008 - INRIA
+// Copyright (C) 2009-2010 - DIGITEO
+//
+// This file is released under the 3-clause BSD license. See COPYING-BSD.
+
+
+// electrical blocks are simulated with Modelica
+xcos("SCI/modules/xcos/demos/ModelicaBlocks/RLC_Modelica.zcos");
+clear thispath;
diff --git a/modules/xcos/demos/Electrical/switched_cap_filter.dem.sce b/modules/xcos/demos/Electrical/switched_cap_filter.dem.sce
new file mode 100755
index 000000000..022e35723
--- /dev/null
+++ b/modules/xcos/demos/Electrical/switched_cap_filter.dem.sce
@@ -0,0 +1,8 @@
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2008 - INRIA
+// Copyright (C) 2009-2010 - DIGITEO
+//
+// This file is released under the 3-clause BSD license. See COPYING-BSD.
+
+xcos("SCI/modules/xcos/demos/Electrical/Switched_capacitor_integrator.zcos");
+
diff --git a/modules/xcos/demos/Electrical/transformer.dem.sce b/modules/xcos/demos/Electrical/transformer.dem.sce
new file mode 100755
index 000000000..608c6c459
--- /dev/null
+++ b/modules/xcos/demos/Electrical/transformer.dem.sce
@@ -0,0 +1,8 @@
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2008 - INRIA
+// Copyright (C) 2009-2010 - DIGITEO
+//
+// This file is released under the 3-clause BSD license. See COPYING-BSD.
+
+xcos("SCI/modules/xcos/demos/Electrical/Transformer.zcos");
+