-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.php
executable file
·21 lines (19 loc) · 1.6 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<? require "./LocalSettings.php"; ?>
<? $page_title="WEL Virtual Labs"; $show_sidebar=1; ?>
<? include $header; ?>
<h3> <b> Introduction </b></h3> </br>
<p> Laboratories play an important role in engineering education. The laboratory work provides an opportunity to witness classroom-learned theoretical concepts at work; operate instruments used in the experimental set-up; measure different quantities and thereafter analyze the experimental data; and work collaboratively. However, physical distances and the lack of resources make us unable to perform experiments, especially when they involve sophisticated instruments. Also, trained teachers are always a scarce resource. Rapid development and ever increasing use of Information and Communication Technology (ICT) has revolutionized the education system by eliminating limitations in terms of physical distance, time and access, by providing equal opportunity to everyone, irrespective of place and time.
<p> As a part of e-Prayog, the following electronics lab courses have been developed: <br/>
<ul>
<li>Electronic Devices and Circuits
<li>Network Analysis
<li>Linear Integrated Circuits
<li>*Signals and Systems
<li>Digital Signal Processing using DSK6713,DSK5510 and a low cost board using TMS320vc33
<li>Modern Digital Design using CPLD and FPGA $
<li>Microcontrollers $
<li>*Image Processing
</ul>
<p> * These are purely simulation based labs. Users are not required to book the slots.
</br>$ These are low-cost kit-based labs. The kits are made available to interested colleges on request.. <a href="intro.php">More...<a/>
<? include $footer; ?>