-
online
这个小程序可以实现窗口的创建以及同步接收和发送消息的功能。(WHEN YOU SEND MESSAGE TO OTHERS ,THEY WILL
CAN RECEIVE IT TIGHT NOW.)
- 2014-09-17 19:43:37下载
- 积分:1
-
growcut
growcut algorithm is implemented for segmentation purpose
- 2013-09-19 17:52:08下载
- 积分:1
-
BP预测
说明: 基于BP神经网络的锂离子电池剩余使用寿命预测(Residual service life prediction of lithium ion battery based on BPneural network)
- 2021-03-28 16:45:45下载
- 积分:1
-
FrequencyPlot
关于FFT的一个例子,Short time FFT with octave smooth
by Matthes(An example of FFT on, Short time FFT with octave smoothby Matthes)
- 2009-01-05 20:32:13下载
- 积分:1
-
cholesky
典型的cholesky 分解算法,希望对大家有所帮助啊(typical cholesky deposition )
- 2011-12-16 19:12:08下载
- 积分:1
-
sin_ruili_awgn_sim_roc
利用正弦信号作为发射信号,分别在AWGN和瑞利信道中,计算CR中的检测概率和虚警概率,并绘图。(Sinusoidal signal as transmitted signal, respectively, in AWGN and Rayleigh channel, calculate the probability of detection and false alarm probability of CR and drawing.)
- 2014-02-18 11:20:23下载
- 积分:1
-
zuiyouhua
这些程序都是自己写作业时留的,希望能对大家有用处。 ( )
- 2010-12-23 23:45:37下载
- 积分:1
-
shallow_water_channel_simulation
这是我在做浅海水声信道建模时收集的一些资料和程序,有一定的参考价值,分享给大家(This is some of the information and procedures I was doing shallow water channel modeling the collection, there is a certain reference value for everyone to share)
- 2016-05-02 13:40:51下载
- 积分:1
-
TM_nonpml_one_gap
Tm波,单峰衍射,无边界条件,适合初学者(Tm wave, single-peak diffraction, no boundary conditions, suitable for beginners)
- 2010-12-01 16:43:41下载
- 积分:1
-
symMat
A matrix of symbolic elements is reasonably useful for many analytic linear algebra applications, and for analytic vector, matrix and tensor differentiation.
This function produces a matrix of arbitrary dimension of symbolic elements that are indexed by their position in the symbolic matrix for ease of reference.
EXAMPLE
>> M = symMat([2 2], m , real )
M =
[ m11, m12]
[ m21, m22]
>> class(M)
ans =
sym
>> det(M)
ans =
m11*m22 - m12*m21
- 2010-03-02 02:13:12下载
- 积分:1