-
MATLAB_program_source_code_analysis_of_linear_equa
MATLAB程序线性方程算法源码分析MATLAB program source code analysis of linear equations algorithm(Linear Equation Algorithm MATLAB program source code analysis MATLAB program source code analysis of linear equations algorithm)
- 2010-08-02 11:04:02下载
- 积分:1
-
jiaozhiMatlab
交织码的Matlab源代码,(7,4)卷积交织编码,并附有仿真图形(Intertwined Matlab source code, (7,4) coding Convolutional Interleaver, together with simulation graphics)
- 2008-03-20 22:00:55下载
- 积分:1
-
zuoye.doc
说明: 自适应作业
具有很高的学习的价值
其中包括RLS和LMS(adaptive operations with a high learning value including RLS and LMS)
- 2006-05-01 22:51:13下载
- 积分:1
-
SVMcgForRegress
支持向量回归机的参数选择程序,通过交叉验证选择惩罚参数、损失函数以及核函数(SVM parameter selection procedure)
- 2015-03-09 20:44:31下载
- 积分:1
-
Convexoptimization
methods of convex function optimization
- 2010-11-05 01:13:32下载
- 积分:1
-
由混合信号分离出原信号的算法-FastICA_25
由混合信号分离出原信号的算法,目前比较成熟的线性盲源分离算法有很多,FastICA是其中之一。独立成分分析ICA是一个在多领域被应用的基础算法。ICA是一个不定问题,没有确定解,所以存在各种不同先验假定下的求解算法。相比其他技术,ICA的开源代码不是很多。(fast independent component analysis)
- 2020-07-01 04:20:01下载
- 积分:1
-
RBFmatlab
3个RBF网络的matlab源程序,有训练和测试程序(3 RBF network matlab source, there are training and testing procedures)
- 2011-05-15 13:08:30下载
- 积分:1
-
11
说明:
广告流水灯程序
ORG 00H
MOV P2,#80H
START:MOV A,#0FFH 赋初值
CLR C
MOV R2,#8
LOOP:RRC A 带进位右移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP
MOV R2,#7
LOOP1:RLC A 带进位左移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP1
JMP START
DELAY:MOV R3,#20 延时0.2秒
D1: MOV R4,#20
D2: MOV R5,#248
DJNZ R5,$
DJNZ R4,D2
- 2012-11-22 13:22:07下载
- 积分:1
-
MTIfilliter
这是一个很好的雷达MTI动目标检测,里面包含所有动目标检测的滤波器,很实用,有不同系数的滤波器进行比较,滤波器可以直接使用。(This is a very good MTI radar moving target detection, which contains all the moving target detection filter, very practical, compare with different coefficient of filter, filter can be used directly.)
- 2014-09-20 12:32:55下载
- 积分:1
-
CVT_METRIC
CVT_METRIC is a MATLAB program which computes a CVT (Centroidal Voronoi Tessellation) calculation under a spatially varying metric.
d(a,b) = ( a - b ) * A * ( a - b )
- 2011-12-02 06:01:24下载
- 积分:1