-
SimpleNN
Neural networks application matlab
- 2012-04-29 16:24:00下载
- 积分:1
-
Program
微分方程(这里指的是常微分方程)指含有一次、二次、乃至高次微分未知数的方程。是解决偏微分方程、数理方程的基础。有许多特殊函数,都是为了无法得出多项函数或超越函数型式的解析解的微分方程而定义出来。这些特殊函数之所以重要,是因为它们描述了自然界中的某些现象,例如,电子的活动、鼓皮的振动、钟摆的摆动等等。(Differential equations (in this case is the ordinary differential equation) means containing one, two, and even high-differential equations unknowns. Is to solve the partial differential equations, mathematical equations based. There are many special functions, are not drawn to a number of functions or functions beyond the type of analytical solution of differential equations which define them. These special functions are important because they describe the nature of certain phenomena, for example, electronic activities, drum skin vibrations, pendulum swing, and so on)
- 2012-01-04 11:58:05下载
- 积分:1
-
split-merge
一种基于图像分裂合并算法的matlab实现(An image segmentation algorithm based on split-merge)
- 2012-11-27 23:00:39下载
- 积分:1
-
t_tide_v1.1
计算潮汐调和常数,潮汐预测,潮流的预测,能够绘制各种预测图与原始图,两者可以进行比对从而得出观测站数据的结论(Computation of tidal harmonic constants, tidal predictions, tidal current predictions, the ability to plot various prediction maps and original maps, and the two can be compared to derive observation station data.)
- 2021-01-24 10:08:38下载
- 积分:1
-
LBP
基于LBP的图像特征提取算法,检索效果大家可是自己实现试试,这种算法还是比较有优势的,但还需要很多改进(image retrieval algorithm based on LBP)
- 2012-05-01 07:28:34下载
- 积分:1
-
2D_TE_PML
二维圆柱形光子晶体波导TE波MATLAB仿真(Two-dimensional cylindrical photonic crystal waveguide TE wave simulation)
- 2013-09-25 10:07:01下载
- 积分:1
-
NWSSUS_UAC
这是一个研究水下通信最新研究成果对应得源代码。(源程序参考文献:Stochastic Replay of non-WSSUS Underwater Acoustic Communication Channels Recorded at Sea)
- 2011-11-23 10:14:13下载
- 积分:1
-
GMSK
GMSK通信建模与仿真,simulink源文件,东华大学研究生通信建模与仿真课程设计代码(Modeling and simulation of GMSK communication simulink source file, donghua university graduate course design of the modeling and simulation of communication code)
- 2016-04-01 08:58:29下载
- 积分:1
-
newton_raphson
Newton-Raphson算法 介绍
在科学计算和财经工程领域,许多数值算法都是通用的(至少在理论上是),可广泛地用于解决一类问题。一个大家熟悉的例子就是Newton-Raphson例程,它可用来寻找方程 f(x)=0的数值解。标准的数学表达式f(x)表示f是变量x的函数,其通常的表达形式为f(x,a,b,...)=0,f被定义为多于一个变量的函数。在这种情况下,Newton-Raphson算法试图把x以外的变量固定并作为参数,而寻找关于变量x的数值解。
由于Newton-Raphson算法需要知道被求解函数的确切表达,其传统实现方法是直接将代码嵌入到客户应用程序中。这就使得算法的实现代码经过针对不同被求解函数的少量修改后在客户程序中反复出现。
同许多其它数学例程一样,Newton-Raphson算法的具体实现是应该与特定用户无关的。并且,重复编码在任何情况下都应该尽量避免。我们很自然地会想到把该类例程作为库函数来实现,以使客户程序可以直接调用它们。但是,这种实现方式必然会涉及到如何将用户自定义函数(Newton-Raphson 例程需要调用该函数)封装成可以作为参数传递的形式。
(err)
- 2008-06-16 10:38:48下载
- 积分:1
-
MSK
MSK信号的调制及解调,包含三种解调方法,每种方法都给出了误码性能模拟。含有以下文件:
MSK.m
MSK_0.m
MSK_2.m
MSK_3.m
delay.m
difference.m
rand_binary.m
(MSK modulation and demodulation of signals, including three demodulation method, each method are given BER performance simulation. Contains the following files:
MSK.m
MSK_0.m
MSK_2.m
MSK_3.m
delay.m
difference.m
rand_binary.m
)
- 2021-02-22 18:49:41下载
- 积分:1