-
level
初次用matlab编写的水准平差,还有一个实例(Matlab prepared with the initial level of adjustment。)
- 2009-05-31 17:07:14下载
- 积分:1
-
DEMOBOT
demobot.. demo robottic
- 2012-06-23 03:41:05下载
- 积分:1
-
QPSK2
A QPSK modulator and demodulator using initial assumptions
- 2011-10-27 12:49:40下载
- 积分:1
-
adaptive-lpf1
matlab code for adaptive lms filter
- 2015-01-23 13:01:23下载
- 积分:1
-
tishengxiaobo
对齿轮箱故障进行提升小波去噪分解重构,准确判断初故障类型(Gearbox fault on lifting wavelet de-noising decomposition and reconstruction and accurately determine the beginning of the fault type)
- 2021-04-03 19:59:05下载
- 积分:1
-
octree-based-codes
该程序介绍了有关八叉树编码的基本编程知识,对于初级学者易懂易学。(This program introduces the octree encoding basic programming knowledge, which ishelpful for junior scholars to understand.)
- 2014-10-21 19:19:45下载
- 积分:1
-
11
说明: matlab使用guide界面对滤波器设计,可实参数填写来获得低通,带通,高通等滤波器,这里有源代码,及guide界面,适合初学者学习参考。(Guide to filter matlab use interface design, can fill in to get real parameters low pass, band-pass, qualcomm, filter, here are the source code, and guide interface, is suitable for beginners learn reference.)
- 2012-01-11 17:00:05下载
- 积分:1
-
use_libsvm(1)
ce source est utiliser pour la classification
- 2014-09-13 01:31:17下载
- 积分:1
-
ZW
说明: 约束优化进化算法,采用多目标优化算法的思想求解约束优化问题(constrained optimization evolutionary algorithms)
- 2011-01-05 15:30:17下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1