ECL 333 DIGITAL SIGNAL PROCESSING LAB (2019 SCHEME)
- Simulation of signals
- Verification of the Properties of DFT
- Familiarization of DSP Hardware
- Linear Convolution
- FFT of signals
- IFFT of signals
- FIR Low pass filter
UCEST105 ALGORITHMIC THINKING WITH PYTHON (2024 SCHEME)
- Demonstrate about Basics of Python Programming
- Demonstrate about fundamental Data types in Python Programming
- Demonstrate different Arithmetic Operations on numbers in Python
- Create, concatenate, and print a string and access a sub-string
- Familiarize time and date in various formats
- Write a program to create, append, and remove lists in Python using numPy
- Programs to find the largest of three numbers
- Convert temperatures to and from Celsius, and Fahrenheit
- Program to construct the stars (*) pattern, using a nested for loop
- Program that prints prime numbers less than 20
- Program to find the factorial of a number using Recursion
- Recursive function to add two positive numbers
- Recursive function to multiply two positive numbers
- Recursive function to the greatest common divisor of two positive numbers
- Program that accepts the lengths of three sides of a triangle as inputs
- Program to define a module to find Fibonacci Numbers and import the module to another program
- Program to define a module and import a specific function in that module to another program
- Program to check whether the given number is a valid mobile number or not using functions
GXESL208 IT WORKSHOP (2024 SCHEME)
- Familiarization of computer hardware components
- Familiarization of boot process
- Familiarizing initialisation of OS
- Familiarizing basic unix/linux command
- Familiarizing of network hardware
- Shell programming in Linux
- View network traffic using wireshark
- Familiarization of Latex
- Create a web page and deploy the web server
- Image slider using HTML,CSS,and JavaScript