-
IntroductiontoAlgorithm
关于算法设计最经典的教材,非常值得阅读,对一些较经典的算法都进行了详细的介绍(On the algorithm design and classic materials, well worth reading, for some of the more classical algorithms have carried out a detailed introduction)
- 2008-05-24 14:55:46下载
- 积分:1
-
filt
实现一个LCC滤波器的Matlab程序实现,在matlab6.5调试通过(Digital filter realization of Matlab procedures)
- 2010-03-15 17:16:13下载
- 积分:1
-
chap1
先进PID控制matlab仿真源程序,多个典型实例具体说明,清晰易懂。(Advanced PID control matlab simulation source code, more typical examples of specific instructions, clear and easy to understand.)
- 2014-09-28 10:51:19下载
- 积分:1
-
VNA
这个是matlab里基于维纳滤波算法对模拟运动模糊并加入高斯噪声的图像进行复原的程序
(This is where Wiener filtering algorithm matlab simulation of motion blur and add Gaussian noise image recovery program based on conduct)
- 2015-04-16 09:27:02下载
- 积分:1
-
PCMFM_gen
PCM/FM信号生成函数,包含基于FM调制以及CPM调制方式,前者是利用matlab中的fm模拟频率调制方式,是对PCM/FM信号比较直观的生成方法,后者是利用CPM信号的生成方法,从相位调制的角度生成。(Here is PCM/FM signal generating function, including on CPM modulation and FM modulation, the former is the use matlab simulation frequency fm modulation method is PCM/FM signal generation method more intuitive, which is generated using the method of CPM signals, generated from the phase angle modulation.)
- 2021-04-11 18:58:58下载
- 积分:1
-
ModuleReconizeKNNalgorithm
KNN是一种有效的模式识别分类算法,本文件在Matlab平台实现KNN算法在模式识别中的运用。(KNN is an effective pattern recognition classification algorithms, this document is in the Matlab platform implementation KNN algorithm in the application of pattern recognition.)
- 2009-02-28 18:51:36下载
- 积分:1
-
Sim_P_e_hne
performance evalution handover network
- 2013-02-20 15:06:08下载
- 积分:1
-
lyapunov_wolf
计算Lyapunov指数的Wolf算法,本算法为Matlab(Calculation of Lyapunov index Wolf algorithm, the algorithm for Matlab)
- 2021-03-16 17:09:21下载
- 积分:1
-
CalcCINR
Calculate CINR in physical layer in MATLAB.
clc clear all close all
N = 1
R = 10
D = sqrt(3*N)*R
angleValue = [pi/6 (3*pi)/6 (5*pi)/6 (7*pi)/6 (9*pi)/6 (11*pi)/6]
c = 3*10^8
carrierFreq = 900*10^6
lambda = c/carrierFreq
baseHeight = 30
mobileHeight = 2
pathLossExponent = 3
shadowingValue = 0
transmitPower = 10
- 2012-11-19 20:55:27下载
- 积分:1
-
BP
说明: 此程序是用于模式分类的在matlabhu环境下的原代码,AI该程序是在三层bp网络的基础上结合小波知识实现的(This procedure is used for pattern classification matlabhu environment in the original code, AI that the procedure was in bp in the three-tier network based on the combined knowledge of the realization of the wavelet)
- 2008-12-31 09:27:42下载
- 积分:1