signals and system lab report
-

Everything Students Should Know About Convolution of Discrete Signals
Convolution is a way to combine two signals to form a third signal. So, convolution of discrete signals simply means combining two discrete signals to form a third signal. In this post, we’ll give you a step-by-step guide on how to perform convolution by graphical method. We’ll also share some real-life examples of discrete signal…
-

Introduction to Signals & Systems
We studied about the basics of signals and systems in this previous post: Signals and Systems Basics In this post, we’ll dive deeper into the definition of a signal and the definition of a system – along with each one’s types. What are signals and its types? Signals are functions of one or more independent…
-

Signals and Systems Lab Report – Brain Signal Simulation in MATLAB
If you’re stuck on an open-ended lab task, this signals and system lab report is for you. Ideally, in an open-ended lab report, you have to choose a task that exhibits your understanding of the subject and learned material so far. This is what I did, back in my time. It’s a 3D visualization of…
-

Signals and Systems Lab Report – Ensemble & Median Filtering
Searching for ensemble and median filtering tasks for your signals and systems lab report? I’ve got you covered! This post list two MATLAB codes and their outputs that represent the ensemble and median filtering concepts in Signals & System. Task 1: Ensemble MATLAB Code r=50 m=0:r-1; s=2*m.*(0.9.^m); d=rand(r,1)-0.5; x1=s+d’; stem(m,x1,’g’) xlabel (‘Time’) ylabel(‘Amplitude’) title(‘Noisy Signal’)…
-

Signal and Systems Lab Report – Pole Zero Function in MATLAB
In this post, I’ll share some lab experiments related to pole zero function for university students. You can use these to practice or for your lab report. Please make sure to credit the source! To gain an in-depth understanding of Pole Zero Function, browse this video first: To understand commands used in the code below,…
