Excercise 1: %generation of Unit Impulse: %generation of Ramp Signal
Excercise 1: %generation of Unit Impulse: %generation of Ramp Signal
Exercise 4:
FFT
clc;
close all;
clear all;
a=input('Enter the sequence');
n=input('Enter the length of fft');
y=fft(a,n);
stem(y);