-
niudunfa
非线性方程组迭代法的matlab实现详细介绍
(Iterative method of nonlinear equations matlab implementation details)
- 2010-06-08 09:27:05下载
- 积分:1
-
floyd
Floyd 算法, 程序, 代码, 采用Matlab实现(Floyd algorithm, program, code, using Matlab Implementation)
- 2010-08-05 16:48:45下载
- 积分:1
-
GP
说明: 实现相空间重构时间延迟的确定,使用的是C-C方法。(Realization of phase space reconstruction time delay identification)
- 2012-03-22 17:04:25下载
- 积分:1
-
Test_Interrupt_guidata
MATLAB GUI控制中斷的例子方便初学者学习這裡討論MATLAB GUI中,一個元件A的Callback正在執行,如何用另一個元件B的觸發(如按鈕,或按鍵盤)來中斷程序A的執行。
(MATLAB GUI control to interrupt the examples easy for beginners to learn to discuss here the MATLAB GUI, a component A Callback is running, how to use the B trigger another component (such as buttons, or keyboard) to interrupt the execution of the program A.)
- 2012-05-19 16:55:51下载
- 积分:1
-
bin2hex
function total_length=text_length_num(file_cell)
total_length=0
for i=1:length(file_cell)
y1=char(file_cell(i))
for j=1:length(y1)
if(y1(j)== > )
got=j-3
end
end
y=
for k=1:got
y(k)=y1(k)
end
[a,b,c,d]=fileparts(y)
FileName=[b c]
fid=fopen(y)
total_length_char=0
while 1
tline = fgetl(fid)
if ~ischar(tline), break,
- 2010-07-30 09:38:27下载
- 积分:1
-
jade
BSS语音盲源分离JADE算法MATLAB程序(bss )
- 2012-04-17 22:35:49下载
- 积分:1
-
windows
最速梯度下降和广义逆最小二乘求解感知机,可以调的参数有迭代下降的因子还有广义逆求解时的向量b。(Steepest gradient descent and generalized least squares for solving inverse Perceptron, you can adjust the parameters as well as iterative decrease factor when solving generalized inverse vector b.)
- 2016-11-19 16:21:21下载
- 积分:1
-
Radar
good study material for radars.
- 2010-08-11 00:19:29下载
- 积分:1
-
QAM
16QAM的MATLAB源程序,很详细的编程,包括信号的功率谱分析,信号空间图,误比特分析(16QAM source of MATLAB, a very detailed program, including the signal power spectrum analysis, signal space maps BER analysis)
- 2020-11-19 15:29:38下载
- 积分:1
-
mbclust
说明: 基于模型聚类算法的matlab实现
This does the entire MB Clustering given a set of data.
It only does the 4 basic models, unequal-unknown priors. It
returns the BESTMODEL based on the highest BIC.(model-based clustering algorithm to achieve the Matlab This does the entire MB Clustering given a set of data. It only does the 4 basic models, unequal-unknown priors. It returns the BESTMO DEL based on the highest BIC.)
- 2005-12-30 15:11:33下载
- 积分:1