-
RZ-DPSK
光通信中归零型(占空比可调)差分相位调制信号建模与仿真分析(Optical Communication zero type (duty cycle adjustable) differential phase modulation signal modeling and simulation analysis)
- 2008-12-24 10:11:00下载
- 积分:1
-
secant
In numerical analysis, the secant method is a root-finding algorithm that uses a succession of roots of secant lines to better approximate a root of a function f.(The secant iteration to find the zero of some non-linear function converges to zero if appropriate starting values are chosen.
Although the convergence rate is not as good as the one of the Newton method, it may sometimes converge when Newton fails. The funtion should be defined as an inline function and two starting values are required to start the iteration.
Please enter help secant from the Matlab prompt for usage information and examples.
)
- 2009-05-14 04:56:54下载
- 积分:1
-
cluttertest
对一组数据进行统计形态分析,包括概率密度函数,功率谱,分布曲线4参数等(The statistical form a set of data analysis, including probability density function, power spectral distribution curve parameters)
- 2013-01-06 15:49:31下载
- 积分:1
-
RBigMem
基于share memory 为32bit程序同一个提供一个内存现在的内存访问库(Based on a share memory with a memory now 32bit memory access library program)
- 2015-02-05 13:36:05下载
- 积分:1
-
Incompressible_NS_Solver_Staggered_Pressure2
基于有限体积法求解不可压缩流体的二维NS方程,包括结果图,可移植性好。(solving 2-D N-S equation based on FDM)
- 2021-01-12 13:18:48下载
- 积分:1
-
信道均衡
说明: 瑞利信道基带信号均衡仿真,绘制QPSK和16QAM理论误码率和误符号率(Rayleigh channel baseband signal equalization simulation, draw QPSK and 16QAM theoretical bit error rate and symbol error rate)
- 2020-10-26 20:40:38下载
- 积分:1
-
spherefunction
Sphere 函数的MATLAB实现。Sphere函数是一个优化问题的测试函数,经常用于优化问题的测试。(Sphere function of MATLAB implementation. Sphere function is a test function optimization problem, often used for optimization of the test.)
- 2021-02-18 11:09:46下载
- 积分:1
-
contourp
通过画出概率密度的的分布曲线,得到节点位置。(Through the draw probability density distribution curve, to be the node location.)
- 2009-11-19 11:55:20下载
- 积分:1
-
Atmomodel76
美国76‘标准大气层模型,包括压力,音速、大气密度等特征(United States 76 standard atmospheric model, including the pressure, the speed of sound, density and other characteristics of the atmosphere)
- 2009-06-14 15:10:11下载
- 积分:1
-
dijikstra
For a given source vertex (node) in the graph, the algorithm finds the path with lowest cost (i.e. the shortest path) between that vertex and every other vertex. It can also be used for finding costs of shortest paths from a single vertex to a single destination vertex by stopping the algorithm once the shortest path to the destination vertex has been determined. For example, if the vertices of the graph represent cities and edge path costs represent driving distances between pairs of cities connected by a direct road, Dijkstra s algorithm can be used to find the shortest route between one city and all other cities. As a result, the shortest path first is widely used in network routing protocols, most notably IS-IS and OSPF (Open Shortest Path First).
- 2012-04-12 21:01:48下载
- 积分:1