-
Q13
fuzzy control method for stability analysis of systems
- 2015-01-26 02:16:40下载
- 积分:1
-
onda_finale_H
ieee paper on sensor routing
- 2013-04-29 11:59:02下载
- 积分:1
-
NARX
动态神经网络时间序列例程——用MATLAB实现的NARX(Dynamic Neural Network Time Series Routines- NARX Realized by matlab)
- 2020-12-24 14:09:10下载
- 积分:1
-
cyclic-spectrum-identification
基于循环谱的调制方式识别与高动态同步技术研究(Modulation based on cyclic spectrum identification and synchronization of high dynamic)
- 2011-05-13 11:30:40下载
- 积分:1
-
Recursive_maximum_likelihood_parameter_estimation
递推极大似然估计法参数辨识的MATLAB源码(Recursive maximum likelihood estimation MATLAB source parameter identification)
- 2010-12-19 02:03:19下载
- 积分:1
-
ARIMA
ARIMA模型全称为差分自回归移动平均模型(Autoregressive Integrated Moving Average Model,简记ARIMA),(ARIMA is。。。。。)
- 2021-02-18 16:49:45下载
- 积分:1
-
UC-MUSIC
介绍了一种新的估计波达方向算法UC-DOA,给出了仿真模型,仿真结果及性能分析(Introduces a new DOA estimation algorithm UC-DOA, the simulation model, simulation results and performance analysis)
- 2010-11-07 19:55:15下载
- 积分:1
-
ofdm_bpsk_off_corr
Script for performance measurements for Carrier and Sampling Frequency
Offset Correction in OFDM Systems
- 2009-06-29 19:37:55下载
- 积分:1
-
simulation_and_software_radio_for_mobile_communica
教材simulation and software radio for mobile communications中所讲的实例程序源码(Materials simulation and software radio for mobile communications in the program source code examples about)
- 2010-08-10 15:20:52下载
- 积分: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