搜索资源列表
matlab
- 离散信道的容量 练习应用matlab软件进行二元对称离散信道容量的函数曲线的绘制,并从曲线上理解其物理意义-Exercise capacity of discrete channels matlab software application binary symmetric channel capacity of discrete function curve drawing, and from the curve to understand its physical meaning
shuzhifenxi3
- 实验题目:曲线拟合的最小二乘法 相关知识:已知C[a,b]中函数f(x)的一组实验数据(xi,yi)(i=0,1,…,m),其中yi=f(xi)。设 是C[a,b]上线性无关函数族。在 中找函数f(x) 曲线拟合的最小二乘解 ,其法方程(组)为: 其中, k=0,1,…,n 特别是,求函数f(x) 曲线拟合的线性最小二乘解 的计算公式为: 数据结构:两个一维数组或一个二维数组 算法设计:(略) 编写代码:(略) 实验用例: 已知函数y
Rd_iteration
- 限失真函数的迭代算法,完成限失真函数的R(d)的迭代计算,并画出R(d)函数曲线-the iteration algorithm of R(d)
Datafitting
- 它包含了数据拟合、interp1 - 一元函数插值、 spline - 样条插值、polyfit - 多项式插值或拟合、curvefit - 曲线拟合、caspe - 各种边界条件的样条插值、casps - 样条拟合(没有)、interp2 - 二元函数插值、griddata - 不规则数据的二元函数插值、interp - 不单调节点插值和lagrange - 拉格朗日插值法的代码.-It contains code of data fitting, interp1- unary functio
shiyanbaogao
- matlab实现信息论实验,一般信道容量迭代算法实验,绘制二元熵函数曲线实验等。-matlab experimental realization of information theory, iterative algorithm for general channel capacity test, drawing binary entropy function curve experiments.
SIN
- 正弦曲线 ROM 数据序列生成器。 用于硬件产生正弦波,避免低层调用SIN函数。 根据DAC的位数不同,可以设置不同的分辨率。 生产的数据在当前目录的SIN.TXT文件中,直接复制到源码中或者烧录ROM、FLASH中。-sin data generater. for DAC use.
MathSourceCode
- 共有五个文件夹,名称分别为:①BCMATH;②VCMATH;③CURVE;④SOUND;⑤examples。 与数学常用算法有关的C++类与函数的源代码是在BCMATH和VCMATH两个文件夹中,具体使用哪个文件夹,视读者的编译系统而定。如果读者使用的是Borland C++编译系统(简称为BC++),则使用BCMATH文件夹中的所有文件(Borland C++的语法规则相当标准,因此该文件夹中的源代码也可以用在其他标准的C++编译系统中);如果读者使用的是微软的Visual C++编译系统
MyMFC
- 在视图区画正弦函数曲线,并且在一个菜单下以对话框形式输入正弦图的起点和终点坐标。-In the view area sine curve drawing, and in the form of a menu in the dialog box enter the start and end the sine map coordinates.
Generate-random-variates
- 文件夹中含有三个c文件,各自产生10万个分别服从正态分布,瑞利分布以及泊松分布的随机数,并利用这些随机数在VC中绘制出这些分布的概率密度函数曲线。注意:运行这些程序之前,需先安装文件夹中的setup文件,以便于在VC中制图。-C folder contains three files, each produce 100,000 were subject to normal distribution, Rayleigh distribution and the Poisson distributi
Zero-order-Bessel-and-the-envelope
- 零阶一类贝塞尔函数曲线,并画出其包络线的源程序-Zero-order Bessel function curve and draw the envelope of the source
Coop_MIMO_Cellular_HMMD_Ergodic
- MIMO上行链路联合传输积累密度函数曲线仿真-MIMO uplink joint transmission accumulated density function curve simulation
Star
- C语言绘制星型线:已知星形线的数学模型,请绘制该函数曲线(a自定)-C language drawn star line: Known the astroid mathematical model, draw the curve of the function (a custom)
Parabola
- 标准方程:Y=X2/4p (p值自己定) 曲线以F(0,p)为焦点,曲线以Y轴为对称轴,其X的取值范围是任意的。 实验目的:熟悉C语言图形函数,实现任意数学函数曲线的绘制 -The standard equation: Y = X2/4p (p value itself) curve F (0, p) as the focus curve to the Y-axis as an axis of symmetry, in the range of its X is arbitrary
curve_fiting
- c语言实现的二次函数曲线拟合,简单可靠,方便移植!-c language quadratic function curve fitting, simple, reliable, easy to transplant!
digitizer.m
- matlab脚本,从X-Y函数曲线的截图中读取数据点的坐标-coordinates matlab scr ipt, read the screenshot function curve XY data points
Pset-Line-
- 绘制sin函数曲线,programe about pset sin(x) ,with Vb programe-programe about pset sin(x) ,with Vb programe
频响函数gj
- h1,h2,的估计,效果很好,曲线很光滑(H1, H2, the estimate is good and the curve is smooth)
experiment1绘制二进制熵函数曲线
- 画出二进制信息熵函数的图形,由此观察归纳总结数学结论,可验证所学《信息论与编码》理论知识(Binary information entropy function image)
曲线平滑,曲线优化111
- 应用贝泽尔函数,用于优化曲线,是曲线平滑。 输入是原曲线上的一组点; 输出是优化后曲线上的一组点(The Bezel function is used to optimize the curve, and the curve is smooth. Input is a set of points on the original curve, and output is a set of points on the curve after optimization.)
多项式和非多项式曲线拟合
- 多项式拟合在matlab中可以使用ployfit函数求解多项式系数,通过ployval函数求解拟合多项式在某数据点处的值(Polynomial and Non-polynomial Curve Fitting)