-
Matlab
图像模板匹配算法用MATLAB来试验,有例子大家可以看看,有上占还不完好,有能力的自己改改(Image template matching algorithm using MATLAB to test, there are examples we can see, there are not well accounted for, the ability of their changed)
- 2009-05-16 12:04:25下载
- 积分:1
-
adaptivefir
说明: 自适应滤波器。自适应滤波器为11个权系数的FIR结构。(1)不同的方差σ2(2)LMS算法画出一次实验的误差平方收敛曲线,训练长度为500,给出滤波器系数;进行20次独立实验,给出平均收敛曲线。不同步长值的比较。(3)RLS算法,LMS和RLS算法的比较
(Adaptive filter. Adaptive filter weights for 11 of the FIR structure. (1) different variance σ2 (2) LMS algorithm for an experiment to draw square error convergence curve, the training length is 500, given filter coefficient conduct 20 independent experiments, given the average convergence curve. Are not synchronized long value comparison. (3) RLS algorithm, LMS and RLS Algorithms)
- 2008-11-18 22:01:00下载
- 积分:1
-
OPNET--application
仅供学习研究使用。对仿真主要特性、建模机制及仿真步骤进行了深入阐述,最后给出了在预测网络性能方面的一个应用实例。(For study and research use. The main characteristics, modeling and Simulation of mechanism and the simulation steps in detail, finally, an application example in the prediction of network performance.)
- 2015-04-03 14:59:13下载
- 积分:1
-
7
说明: 很经典的matlab源程序的学习案例,方便大家学习,欢迎下载!!(Classic matlab source case study, to facilitate learning, welcome to download! !)
- 2012-11-24 21:20:46下载
- 积分:1
-
matlab_main_function_and_command
matlab主要的函数与命令,适合菜鸟学习。电子书格式是pdf格式(matlab main functions and command)
- 2009-04-25 09:58:22下载
- 积分:1
-
jiaozheng
对一个系统进行超前或滞后矫正的matlab程序 希望对大家有用(Lead or lag correction)
- 2012-04-29 17:52:47下载
- 积分:1
-
ChaoticSystemsToolbox
matlab ChaoticSystemsToolbox工具箱(ChaoticSystemsToolbox)
- 2010-08-30 10:17:35下载
- 积分:1
-
BinaryIntegerProg
说明: 也在找关于这方面的资料着~~我是有matlab程序,但是在Java里没法触发调用它~~
付上matlab程序,有需要的自己拿吧。
function BinaryIntegerProg(f_file_name, A_file_name, b_file_name, Aeq_file_name, beq_file_name,write_file_name)
f = load(f_file_name)
A = load(A_file_name)
b = load(b_file_name)
Aeq = load(Aeq_file_name)
Beq = load(beq_file_name)
x = bintprog(f, A, b, Aeq, beq)
fp = fopen(write_file_name, w )
fprintf(fp, d\n ,x)
fclose(fp)(good daima!)
- 2011-04-17 09:24:01下载
- 积分:1
-
FPGA_PID
基于Xilinx System Generator的Simulink仿真代码(Based on the Xilinx System Generator Simulink simulation code)
- 2020-10-25 16:50:00下载
- 积分:1
-
rscode
RS编解码过程,并包括进制转换和域的变换,可用于RS码仿真(RS codec process, and includes hexadecimal conversion and transform domain can be used for RS code simulation)
- 2008-03-25 11:32:02下载
- 积分:1