-
TheFirstExpT
C语言实现数字信号处理信号过系统(FIR、IIR型滤波器,含画图子函数。)
需:include"graphcis"(C-signals over the digital signal processing systems (FIR, IIR filters, including drawing subroutine.) Must: include " graphcis" )
- 2010-12-15 23:08:44下载
- 积分:1
-
Radar
雷达专业的经典教材,书籍雷达数据处理及应用,非常有用(Radar data processing and Application)
- 2014-01-03 16:34:46下载
- 积分: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
-
texexp
Text Processing example, a program to recognize tokens
- 2014-11-25 00:43:38下载
- 积分:1
-
pcakpca
这是我的毕业设计,是一个有关PCA与KPCA对数据进行处理提取其特征的程序,采用C++与MATLAB设计而成。(This is my graduation project, a PCA and KPCA on the data processing procedures for extracting the features using C++ and MATLAB design from.)
- 2010-10-22 09:28:28下载
- 积分:1
-
gui
运用matlab软件,进行回归运算,方便快捷(Use matlab software, regression calculation, convenient)
- 2013-09-14 10:17:53下载
- 积分:1
-
strapdown
LM算法的MATLAB实现。Levenberg-Marquardt算法是最优化算法中的一种。最优化是寻找使得函数值最小的参数向量。(LM algorithm in MATLAB. Levenberg-Marquardt algorithm is an optimization algorithm. Optimization is to find the minimum value makes the function parameter vector.)
- 2013-11-09 22:28:19下载
- 积分:1
-
WindowDcDemo
在视图中使用CWindowDC在整个窗口进行绘图,C++精选学习源码,很好的参考资料。(For drawing in the window using CWindowDC in the view, select learning C++ source code, a good reference.)
- 2013-11-27 07:37:26下载
- 积分:1
-
VSxMatlab
vc调用matlab,如何使用vc来调用matlab的文件等一些基础功能(matlab use vc++)
- 2013-01-10 15:48:19下载
- 积分:1
-
sloveTSPbothcandmatlab
同样是遗传算法 从 c和matlab 两方面解决(From the same genetic algorithm to solve both c and matlab)
- 2010-05-21 10:08:20下载
- 积分:1