From 77c37a0b372e5e43fc761a70599a945e9e48ef58 Mon Sep 17 00:00:00 2001
From: CruiseDevice
Date: Mon, 20 Aug 2018 14:34:36 +0530
Subject: static and template files
---
sbhs/templates/pages/experiments.html | 38 +++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
create mode 100644 sbhs/templates/pages/experiments.html
(limited to 'sbhs/templates/pages/experiments.html')
diff --git a/sbhs/templates/pages/experiments.html b/sbhs/templates/pages/experiments.html
new file mode 100644
index 0000000..f3d9fe1
--- /dev/null
+++ b/sbhs/templates/pages/experiments.html
@@ -0,0 +1,38 @@
+{% extends "base.html" %}
+{% load staticfiles %}
+
+{% block content %}
+
+
+
+ {% if user.is_authenticated %}
+ {% include 'account/sub_nav.html' %}
+ {% endif %}
+
+
Experiments
+
+
+
+ List of experiments:
+
+
+
+ - Identification of Transfer Function of a Single Board Heater System through Step Response
+
+Experiment
+ - Identification of Transfer Function of a Single Board Heater System through Ramp Response
+
+Experiment
+ - Frequency Response Analysis of a Single Board Heater System by the Application of Sine Wave
+ - Controlling Single Board Heater System using PID controller
+ - Two Degrees of Freedom (2DOF) Controller
+ - PRBS Modeling and Implementation of Pole Placement Controller
+ - Implementing Internal Model Controller for First Order System on a Single Board Heater System
+ - Design and Implementation of Self Tuning PI and PID Controllers on Single Board Heater System
+ - Model Predictive Control in Single Board Heater System using SCILAB
+
+
+
+
+
+{% endblock %}
--
cgit