Impact-Site-Verification: dbe48ff9-4514-40fe-8cc0-70131430799e

Search This Blog

Matlab Code for Discrete Unit Impulse Function | m file

%Matlab Code for Discrete Unit Impulse Function
n=-4:4;
delta_n=[0,0,0,0,1,0,0,0,0];
stem(n,delta_n);
xlabel('Time Sample');
ylabel('Amplitude');

Please follow us:
https://www.facebook.com/matlabcodes

Join us on Telegram:
https://t.me/matlabirawen 

Join us on Facebook Group:
https://www.facebook.com/groups/matlabcodes

Book Download: https://www.matlabcoding.com/2020/03/computer-programming-with-matlab-j.html


No comments

Popular Posts