搜索资源列表
xiaobosuanfa
- 采样频率 fs=10000 轴承外环故障信号 fid=fopen( bearingout.dat , r ) 故障 N=1024 xdata=fread(fid,N, int16 ) fclose(fid) xdata=(xdata-mean(xdata))/std(xdata,1) 时域波形 figure(1) plot(1:N,xdata) xlabel( 时间 t/n ) ylabel( 电压 V/v )
root-music2
- 求0到n之间的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字的立方和等于该数本身。-a data d between 1 and 1000 that abey d=d1^3+d2^3+d3^3
Matlab2
- Embeding of CDMA watermark into H1,V1,D1 componants of a 1-scale DWT
RDPTA
- Algorithm Given are P training pairs {X1,d1,X2,d2....Xp,dp}, where Xi is (n*1) di is (n*1) No of Categories=R. i=1,2,...P Yi= Augmented input pattern( obtained by appending 1 to the input vector) i=1,2,…P In the following, k denotes the training step
find_dl
- 求点d1到直线d2-d3的距离,并画线。范例: [d dl]=find_dl([2 1],[8 3],[4 7]) 则 dl=[6 5]。-Example: [d dl] = find_dl ([2 1], [8 3], [4 7]) if dl = [6 5].
poisson_process
- this code poisson show that distance of 2 point in poisson is exponentioal . t1 =D1، t2=t1+D2 ، t3=t2+D3 ، ... ، Dn +tn=tn-1 . this code write in matlab. tanks a lot for attention this code poisson show tha