-
FBMC64OQAM-(ZF-MMSE)
FBMC Filter Ban Multicarrier 16 X 16 MIMO
- 2016-09-05 13:54:53下载
- 积分:1
-
lidu
利用数字图象处理技术对粒度进行分析和处理(Using digital image processing technology to analyze and process granularity)
- 2010-08-21 10:02:02下载
- 积分:1
-
PCA_Fusio_use
matlab 融合源码 跟地图清晰度有关的 直接可以出图(matlab code about map )
- 2009-05-25 10:39:07下载
- 积分:1
-
function2
Defining the plot Function for the DocPolynom Class
The MATLAB plot function creates line graphs. The overloaded plot function selects the domain of the independent variable to be slightly larger than an interval containing all real roots. Then the polyval method is used to evaluate the polynomial at a few hundred points in the domain:
- 2011-02-12 00:08:24下载
- 积分:1
-
Fiber-Bragg-Grating-Filter
一个简单的,低成本的装置的设计优化
对均匀光纤布拉格光栅的布拉格波长
光栅(FBG)。调谐范围是通过
为45.34 nm的基于一个原则
在强度均匀矩形梁
模拟。
(A simple, low cost setup was designed for tuning
the Bragg wavelength for a uniform fiber Bragg
grating (FBG). The tuning range was achieved by
as much as 45.34 nm based on the principle of a
rectangular beam of uniform strength in the
simulation.)
- 2013-09-27 11:00:53下载
- 积分:1
-
1
本程序实现多模态故障检测与故障诊断,用的方法是LPP_GMM_FJ,GMM是用的FJ算法,效果很好(This procedure realize multimodal, fault detection and fault diagnosis method is LPP_GMM_FJ, GMM FJ algorithm is used, the effect is very good
)
- 2013-08-31 15:47:05下载
- 积分:1
-
Model-Predictive-Control
Model Predictive Control
Eduardo F. Camacho and Carlos Bordons
- 2013-12-10 20:54:49下载
- 积分:1
-
Integratedneuralnetworkbasedtestfile
说明: 神经网络的综合基础的试验文件,用于数学建模中的神经网路算法(Integrated neural network based test file)
- 2009-08-12 14:02:54下载
- 积分:1
-
fuzzyPID
fuzzy_PID是simulink模型文件。fuzzypid.fis是模糊控制器文件。模糊PID与普通PID的对比例子
(Fuzzy PID compared with the general case of PID)
- 2011-08-17 16:13:02下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1