-
Artificial-Neural-Networks-The-Tutorial-With-MATL
This tutorial describes the use of Artificial Neural Networks in Matlab.
- 2013-12-10 06:05:19下载
- 积分:1
-
census
it much easier to vary the parameters and see the results, but the underlying mathematical principles are unchanged. It shows that using polynomials of even modest degree to predict the future by extrapolating data is a risky business.
- 2010-06-01 03:58:50下载
- 积分:1
-
AR-model-with-rls-and-lms
代码实现了二阶AR模型的最优权值递推,使用了LMS和RLS两种方法,对二者性能进行了比较,分别进行了单次和100次平均进行性能观察,并且仿真了不同步长因子对LMS算法的影响以及不同lamda值对RLS算法的影响。文档包含了模型的详细介绍以及2种方法的理论仿真和结果分析。代码以附在之后。(Code to achieve the optimum weights recursive second order AR model, the use of LMS and RLS are two methods were compared for the two properties, were observed and 100 times the average per-performance and simulated sync Effect of a growth factor RLS algorithm impact on LMS algorithm and different lamda value. Document contains the results of theoretical simulation and detailed description of the model and two methods of analysis. Code annexed.)
- 2016-02-13 17:16:06下载
- 积分:1
-
MATLAB与机器学习
此为机器学习中的常见算法的matlab代码,代码注释详细,易上手(This is a common algorithm in machine learning matlab code, code comments in detail, easy to use)
- 2020-07-08 00:18:57下载
- 积分:1
-
10.1.1.92.940.pdf
mobility models for wirelss networks
- 2017-08-24 13:17:50下载
- 积分:1
-
频谱分析
这是一个频谱分析的matlab程序,通过FFT变换,获得采样数据基本信息,时域图,频域图。(This is a spectrum analysis matlab program, through FFT transformation, get the basic information of sampling data, time-domain map, frequency-domain map.)
- 2021-03-04 15:19:32下载
- 积分:1
-
schrodinger
schrodinger energy and wave solver
- 2009-12-14 05:08:13下载
- 积分:1
-
DFT
这个程序实现了基于OFDM系统的信道估计DFT算法的实现(This application implements the DFT channel estimation algorithm based on OFDM system implementation
)
- 2014-02-25 16:55:11下载
- 积分:1
-
DPSK
4DPSK, 8DPSK在高斯信道下性能仿真. 解调方式不仅包括包括相干解调,还有个人编写的非相干解调,对于急需非相干解调的很有帮助(4DPSK, 8DPSK in Gaussian channel performance simulation. Demodulation not only include coherent demodulation, there are individuals prepared by non-coherent demodulation, the urgent need for non-coherent demodulation of the useful)
- 2008-07-24 00:33:15下载
- 积分:1
-
fir_chebychev_design
Designs an FIR filter given a desired frequency response H_des(w).
The design is judged by the maximum absolute error (Chebychev norm).
This is a convex problem (after sampling it can be formulated as an SOCP).
minimize max |H(w) - H_des(w)| for w in [0,pi]
( where H is the frequency response function and variable is h
(the filter impulse response).
)
- 2011-05-27 21:43:35下载
- 积分:1