搜索资源列表
lms3
- w=(randn(1,M)-randn(1,M))/100 d=zeros(1,M) u=zeros(1,M) u_out=zeros(1,e_max-M) f_out=zeros(1,e_max-M) X delayed input data vector Y measured signal W coefficient vector E enhanced signal clc N=30 f
das3
- ecgbeat.m Author - Arun Kumar A , Santhom Computing Facility Email - aka.bhagya@gmail.com 03/07/09 Program to Calculate the beats of an ECG signal Uses Continuous Wavelet Transform Data file should be a csv file close all
da4
- ecgbeat.m Author - Arun Kumar A , Santhom Computing Facility Email - aka.bhagya@gmail.com 03/07/09 Program to Calculate the beats of an ECG signal Uses Continuous Wavelet Transform Data file should be a csv file close all
das1
- Removing all variables, functions, and MEX-files from memory, leaving the workspace empty. clear all Deleting all figures whose handles are not hidden. close all Deleting all figures including those with hidden handles. cl
routing99
- clc clear all close all Field Dimensions - x and y maximum (in meters) xm = 200 ym = 200 sink.x =0.25 * xm sink.y =0.875 * ym -clc clear all close all Field Dimensions - x and y maximum (in meters) xm = 200 y
sureshaodv
- Code : AODV Routing. x=1:20 s1=x(1) d1=x(20) clc A=randint(20) Making matrix all diagonals=0 and A(i,j)=A(j,i),i.e. A(1,4)=a(4,1), A(6,7)=A(7,6) for i=1:20 for j=1:20 if i==j A(i,j)=0 else A(j,i)=A(i,j) en
dijkstra
- clear all clc D=[0 6 inf inf 5 6 inf 5 inf 6 0 9 inf inf 9 inf 3 inf inf 9 0 7 inf inf 4 inf inf inf inf 7 0 6 4 6 inf 3 5 inf inf 6 0 5 inf inf 4 6 9 inf 4 5 0 5 inf inf inf inf 4 6 inf 5 0 inf inf 5 3 inf inf inf inf inf 0
routing
- clc clear n=input( Total node= ) if n > 6 error( not <6 ) end alphabets= char(65:1:65+n) adj=zeros(n,n) for p=1:n for q=1:n adj(p,q)=input([ Enter Weight between [ ,alphabets(p), ] , [ ,alphabets(q), ] = ]) end e
cmda2000
- matlab写的cdma2000物理层调制解调仿真 clear clc SNR=15 Len_PN=16 Len_Data=10 Len_Chip=Len_PN*Len_Data -matlab cdma2000 program clear clc SNR=15 Len_PN=16 Len_Data=10 Len_Chip=Len_PN*Len_Data
new1
- clc clear number of subbands K = 32 oversampling ratio O = 2 decimation rate D = K/O number of taps per polyphase component P = 3 total prototype filter length is L = D*P prototype filter-clc clear number of
