-
MATLAB-CUDA
The latest generation of high-end video cards off er considerable
computing power using their 100–200 on-card processors, 0.3–1.0+ GB
of RAM, and fast inter-processor communications. One promising
application of this Graphics Processing Unit (GPU) computing
capability is through Matlab and Matlab mex functions. With a properly developed mex function, the user-friendly Matlab interface can be used to perform behind-the-scenes parallel computations on the GPU. (The latest generation of high-end video cards offer considerable computing power using their 100-200 on-card processors, 0.3-1.0+ GB of RAM, and fast inter-processor communications. One promising application of this Graphics Processing Unit (GPU) computing capability is through Matlab and Matlab mex functions. With a properly developed mex function, the user-friendly Matlab interface can be used to perform behind-the-scenes parallel computations on the GPU.)
- 2011-06-21 02:17:46下载
- 积分:1
-
leijiaFFTjiancegailv
基于FFT的非相关累加捕获伪码,并计算各个信噪比下的检测概率。(FFT-based non-related pseudo-code cumulative capture and calculate the probability of detection under various signal to noise ratio.)
- 2011-10-10 20:02:11下载
- 积分:1
-
matlab-GUI
一个关于matlab,制作用户界面的程序,很好的学习代码(On matlab, the production of user interface procedures, good learning code)
- 2007-12-24 20:24:16下载
- 积分:1
-
振动信号分析
说明: 对机械类振动信号处理,幅值谱,相位谱,自功率谱,自回归谱等(For mechanical vibration signal processing, amplitude spectrum, phase spectrum, self power spectrum, auto regression spectrum, etc.)
- 2019-10-22 21:50:46下载
- 积分:1
-
zuixiaoshengchengshu_biquanfa
该算法的功能是利用避圈法来求有权图的最小生成树
在函数的编写过程中用到了自己编写的 wode_setdiff(A,b) 函数,具体详参该函数
该算法的实用性相当强,可以实用于任何的赋权有向图最小生成树的求解!!!经过多次不同的运行,
程序的结果都正确无误!(the function is...)
- 2010-03-07 19:53:27下载
- 积分:1
-
wigb
画地震剖面图,横坐标是道号,纵坐标为深度或时间(Videos seismic profiles, the abscissa is the channel number, the ordinate is depth or time)
- 2013-10-08 15:41:40下载
- 积分:1
-
MLNB
朴素贝叶斯分类器,朴素贝叶斯分类器朴素贝叶斯分类器(Naï ve Bayes Classification,Naï ve Bayes Classification,Naï ve Bayes Classification)
- 2020-12-07 20:29:21下载
- 积分:1
-
li2015
energy management in smart grid
- 2019-03-28 20:55:42下载
- 积分:1
-
MATLABsource
化学工业出版社出版的《MATLAB 从入门到精通》源代码(MATLAB book source codes.)
- 2011-08-18 14:08:53下载
- 积分:1
-
filter
M=63 J=(M-1)/2 Wp=0.5*pi Ws=0.6*pi
Np=100 Ns=100
weightp=1 weights=100 通带和阻带的加权系数
WpN=linspace(0,Wp,Np)
WsN=linspace(Ws,pi-0.05,Ns)
Wm=[WpN WsN]
p=[ones(1,50),ones(1,50)/2]
d=[p,zeros(1,Ns)]
W=diag([weightp*ones(1,Np),weights*ones(1,Ns)])
C=cos(Wm*[0:J])
Q=diag(cos(Wm*0.5))
g=(W*Q*C)(W*d) g=g
h=(g(J:-1:2)+g(J+1:-1:3))/4
h=[g(J+1)/4 h g(1)*0.5+g(2)/4]
h=[h fliplr(h)] W=linspace(0,pi-0.1,512)
H=freqz(h,1,W)
plot(W/pi,20*log10(abs(H)))
(filter design)
- 2013-05-18 20:47:33下载
- 积分:1