-
CPN
cpn算法例程,主要用c++实现,分两层实现,等等,自己看吧,(CPN algorithm routines, the main c++ achieved, divided into two levels to achieve, and so on, their own look,)
- 2008-12-16 11:06:32下载
- 积分:1
-
xu(1)
饱和时滞系统matlab相图,给出输入变量的上下界(The matlab phase diagram of the saturated time-delay system is given, and the upper and lower bounds of the input variables are given)
- 2016-09-30 08:04:40下载
- 积分:1
-
clusteringtt
说明: matlab聚类分析代码聚类分析代码聚类分析代码聚类分析代码(cluster analysis cluster analysis matlab code code code cluster analysis cluster analysis code)
- 2011-03-17 22:01:43下载
- 积分:1
-
fwm_eappliedelectronicsphaseiireportfilesfinalrea
Engineering anna university electronics department
Engineering anna university electronics department
- 2014-02-07 18:35:20下载
- 积分:1
-
Encoder_arduino
arduino下的增量编码器库文件,很好用的(Incremental encoder library files under Arduino
)
- 2014-09-05 15:59:20下载
- 积分:1
-
C-Kalman
卡拉曼滤波器的c语言实现!非常好!很可以初学者使用!(Karaman filter c language! Very good!)
- 2011-10-21 15:59:29下载
- 积分:1
-
music-algorithm
这是一个Matlab开发的数字波束形成源代码,基于music算法的,仿真正确。(This is a Matlab development of digital beamforming source code, based on the music algorithm, the simulation is correct.)
- 2012-08-23 23:52:00下载
- 积分:1
-
dspzs
本书全面系统地介绍了DSP芯片的基本原理、开发和应用。首先,介绍了目前广泛使用的DSP 芯片的基本结构和特征,定点和浮点DSP处理中的一些关键问题。然后,对用C 语言和MATLAB 语言进行DSP算法的模拟进行了介绍。(This book a comprehensive and systematic introduction to the basic principles of DSP chips, the development and application. First of all, on current DSP chips are widely used in the basic structure and characteristics of fixed-point and floating-point DSP to deal with some of the key issues. Then, using C language and MATLAB language for DSP algorithm simulation are introduced.)
- 2009-04-17 21:15:16下载
- 积分:1
-
M_VC
说明: 用matlab编写的m文件调用VC++生成的文件,即用matlab调用VC(Matlab m-files written using VC++ calls generated files, that is, VC call with matlab)
- 2011-04-12 15:22:43下载
- 积分: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