This repository was archived by the owner on May 8, 2026. It is now read-only.
malcolm-cephas/DSCE
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# DSCE Lab Programs 🎓
## 🛠️ Technology Stack
The repository features a diverse range of programming languages and simulation tools:
* **MATLAB**: Digital Signal Processing, Signal Analysis.
* **Verilog / SystemVerilog**: Digital Electronics, HDL, and VLSI Design.
* **C / C++**: Embedded Systems, MCU programming, and General Algorithms.
* **Assembly (8086/ARM)**: Microcontrollers and Embedded System Design.
* **Arduino (.ino)**: IoT Laboratory experiments.
---
## 📚 Repository Structure
The labs are organized by semester and subject for easy navigation:
| Semester | Lab / Subject | Key Focus |
| :--- | :--- | :--- |
| **Sem 7** | [AES Lab](./AES%20Lab%20(Sem%207)) |Advances Embedded Systems |
| **Sem 7** | [CNS Lab](./CNS%20Lab%20(Sem%207)) | Cryptography and Network Security |
| **Sem 6** | [IOT Lab](./IOT%20Lab%20(Sem%206)) | Arduino, Sensors, and Connectivity |
| **Sem 6** | [SVV Lab](./SVV%20Lab%20(Sem%206)) | System Verilog and Verification |
| **Sem 5** | [VLSI Lab](./VLSI%20Lab%20(Sem%205)) | CMOS Design & Layout (Verilog/Cadence) |
| **Sem 5** | [DCS Lab](./DCS%20Lab%20(Sem%205)) | Digital Communication Systems |
| **Sem 5** | [ERS Lab](./ERS%20Lab%20(Sem%205)) | Electromagnetics & Radiating Systems |
| **Sem 4** | [DSP Lab](./DSP%20Lab%20(Sem%204)) | Digital Signal Processing |
| **Sem 4** | [HDL Lab](./HDL%20Lab%20(Sem%204)) | Hardware Description Language (Verilog) |
| **Sem 4** | [MCESD Lab](./MCESD%20Lab%20(Sem%204)) | Microcontrollers & Embedded Systems |
| **Sem 3** | [DEDV](./DEDV%20(Sem%203)) | Digital Electronics Design using Verilog |
| **Sem 3** | [Signals & Systems](./Signals%20and%20Systems%20(Sem%203)) | MATLAB-based Signal Analysis |
| **Sem 2** | [Python Lab](./Python%20Lab%20(Sem%202)) | Fundamental Python Programming |
| **Sem 2**| [Maths Lab](./Maths%20(Sem%202)) | Scilab/MATLAB for Engineering Maths |
| **Sem 1**| [Maths Lab](./Maths%20(Sem%201)) | Scilab/MATLAB for Engineering Maths |
---
## 🚀 Highlights
### 🌐 IOT Lab (Sem 6)
Contains over 12 experiments using Arduino and sensors, covering everything from basic GPIO control to integrated sensor systems.
### 🔐 Cryptography (Sem 7)
Includes implementations of modern cryptographic algorithms used in Network Security.
### 🏗️ VLSI & HDL (Sem 4/5)
Focuses on both front-end (Verilog) and back-end (Layout) aspects of digital circuit design.
---
## 📖 Usage
1. **Clone the Repo**:
```bash
git clone https://github.com/malcolm-cephas/DSCE.git
```
2. **Navigate to the folder**: Open the desired semester and lab folder.
3. **Run Codes**: Use the appropriate software (MATLAB, Vivado, Keil MicroVision, Arduino IDE, etc.) as per the file extension.
---