-
MilliSecond
说明: 介绍如何在自己的应用程序中实现毫秒级的控制。(control in million second。 )
- 2010-03-28 09:28:23下载
- 积分:1
-
LMSzishiyinglubo
自适应滤波,用LMS算法做的,供大家参考(Adaptive filter, LMS algorithm used to do, for your reference)
- 2011-06-02 02:37:16下载
- 积分:1
-
wavelet
小波图像分解与合成(详细).在matlab环境中实现。(Wavelet image decomposition and composition (detailed). In the matlab environment to achieve.)
- 2010-08-10 22:01:53下载
- 积分:1
-
1
说明: 这是一个有关频谱分析的程序,可实时的画出任意信号的频谱,通过测试程序无误,欢迎下载(This is a spectrum analysis procedure can draw an arbitrary signal in real-time spectrum, through the test procedure correctly, please download the)
- 2009-11-29 16:00:41下载
- 积分:1
-
024_pp--827-832
The MU-MIMO channel put forward by SAMURAI is based on the well established
WINNER II GSCM [5]. We present an analysis of this model wrt its
ability to model MU-MIMO channels correctly and propose some improvements
to the original model. The model has also been implemented in C and
will be used for further system level simulations.
- 2014-10-27 16:07:06下载
- 积分:1
-
A
说明: 2015全国硕士研究生数学建模题目A:水面舰艇编队防空和信息化战争评估模型(2015 national graduate students mathematical modeling problem A)
- 2015-10-12 11:23: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
-
SINS
使用C语言写的捷联惯导解算程序,四子样旋转矢量(Using C language to write the strapdown inertial navigation program, four sample rotation vector)
- 2017-05-25 23:41:46下载
- 积分:1
-
BPMPD
BPMPD_MEX is a MATLAB® MEX interface to BPMPD, an interior point solver for quadratic programming developed by Csaba Mészáros at the MTA SZTAKI, Computer and Automation Research Institute, Hungarian Academy of Sciences, Budapest, Hungary.
- 2013-05-02 15:34:39下载
- 积分:1
-
BasicTime
You all might have used CTime or CTimeSpan to manipulate the system timer. Here is an article to show you how your system timer works. I will give you an idea of port communications behind the system clock manipulations. Those who are a little biased on hardware and software interfacing practices would find this article of great help.
- 2007-10-16 09:37:44下载
- 积分:1