Popular Posts
DSP mini project
The mini project in Digital signal processing: Paste this code in MATLAB and press F5 clc clear all close all %%%%%Question# 01%%%%% ...
Making of Unit step sequence in Matlab code
x_b=[zeros(1,5) ones(1,6)] %%adding zeros and ones%% figure u=stem(n,x_b,'filled'); xlabel('n'); yla...
Making of Impulse response in Matlab code
n=[-5:5] x_a=[zeros(1,5) 1 zeros(1,5)] %%Zero padding%% stem(n,x_a,'filled'); xlabel('n'); ylabel('Amplitude...
Matlab for Beginners #01
Question# 01:- Create a symmetric matrix ‘m’ with five rows and five columns. Calculate its transpose and verify ...
Making the unitstep user define function
function y=unitstep(a); y=sign(a+eps)/2; Open Matlab .m file and paste the code in it save the .m file, by default it will save by its ...
How to write and show two vectors in Matlab Code
n=[-2:4] x_1_c=[-1/2 1 2/4 0 1 3 2] %%incrementing vectors%% x_2_c=[0 1 4 3 -1 -2 -3] figure subplot(2,1,1); stem(n,x_1_c,'f...
Pages
Home
Download free Books .pdf
Total Pageviews
Powered by
Blogger
.
Free Solutions
A best site to find out the solutions of your problems in any subject and if you are seeking some kinda assignment you can find here also you can download free books.......
Find us here
Basptist Church
4534, First Cross street
Box 564, New York
Download free Books .pdf
About Me
Omair Alam
View my complete profile
Blog Archive
▼
2012
(6)
▼
February
(6)
Making the unitstep user define function
How to write and show two vectors in Matlab Code
Making of Unit step sequence in Matlab code
Making of Impulse response in Matlab code
Matlab for Beginners #01
DSP mini project
Followers