-
//=== === === === === === =====
//函数说明
//函数名称:Correlation
//函数功能:计算最小二乘法拟合...
//=== === === === === === =====
//函数说明
//函数名称:Correlation
//函数功能:计算最小二乘法拟合的多项式的相关系数
//使用方法:int M------拟合多项式的项数(已知条件)
// double *b---拟合曲线的系数,按升次排列(已知条件)
// double *x---结点x轴数据(已知条件)
// double *y---结点y轴数据(已知条件)
// double *Yg--结点估计值,与*y相对应,个数为m(过程变量)
// int m------结点个数(已知条件)
//注意事项:多项式阶数最高为10,多项式的形式为 y = b0 + b1*(x-Xavr)...
-//=== === === === === === === === === === === =====// Function that// function name: Correlation// Function: Calculation of the polynomial least squares fitting correlation coefficient// Usage: int M------ polynomial fitting the number of (known conditions)// double* b-- Fitting curve coefficient, or times by arrangement (known conditions)// double* x--- node x-axis data (known conditions)// double* y--- node y-axis data (already known conditions)// double* Yg- the estimated value of node, and* y correspond to the number for m (process variables)// int m------ node number (known conditions)// Note: polynomial order up to 10, the polynomial
- 2023-05-06 14:40:03下载
- 积分:1
-
数字下变频DDC的设计verilog
数字下变频DDC的设计verilog 源代码,经过实际验证。通过查表法获得cos,sin的值,ROM cos.v, Sin.v dds数字频率直接产生,进行数字下变频。并且有vhdl的源代码;值得做射频基带的 人员参考,需要一定的软件无线电方面的知识。
- 2022-01-26 00:33:32下载
- 积分:1
-
花园的代码
定义一个图书类和一个书库类。图书类包括图书编号、书名、作者(只考虑第一作者)、定价等属性;书库类包括一个指向图书链表的头指针以及操作链表的相关函数。这两个类的定义如下:
class Book
{
int BookNumber; //图书编号
char BookName[50]; //书名
char AuthorName[30]; //第一作者姓名
double Price; //定价
Book *next; //
- 2022-06-30 21:50:34下载
- 积分:1
-
帕斯卡单反分析表生成与语法分析
资源描述语法分析是编译程序的重要组成部分,LR分析法是一种自下而上的语法分析方法,其适用范围大,在编译程序中大都采用此法进行语法分析,单反分析则是LR中一种较简单有效的分析法;语法分析作为编译过程中一个不可缺少的步骤,对其进行研究有着非常重要的意义。
- 2023-06-20 15:35:05下载
- 积分:1
-
ZIBEE程序
Description: This application functions as a packet error rate (PER) tester. One node is set up as transmitter and the other as receiver. The role and configuration parameters for the PER test of the node is chosen on initalisation by navigating the joystick and confirm the choices with S1. The configuration parameters are channel, burst size and tx power. Push S1 to enter the menu. Then the configuration parameters are set by pressing joystick to right or left (increase/decrease value) and confirm with S1.
- 2022-06-12 05:42:09下载
- 积分:1
-
APM的定点模式分析注释
资源描述主要针对APM的poshlod模式,进行较为细致的注释分析,为理解APM这开源四轴代码提供一个接口,能够更好地理解操作飞行器的飞行。其中有些注释由于本人理解尚浅,没有能够清晰地阐述出来。
- 2022-07-10 21:01:44下载
- 积分:1
-
利用FORTRAN双曲型方程的数值算法
用fortran编写的双曲线方程的数值算法-using FORTRAN hyperbolic equation prepared by the numerical algorithm
- 2022-10-11 02:30:03下载
- 积分:1
-
按照既定的步长,输入后筛选已有数据 程序3
按照既定的步长,输入后筛选已有数据 程序3-accordance with the established step, the imported data screening procedures have been 3
- 2022-05-25 22:18:30下载
- 积分:1
-
扩展目标跟踪算法
这是一个扩展目标跟踪算法,它利用GM-PHD对单个,多个扩展目标进行跟踪,利用PHD滤波得到的目标位置以及目标数目都非常准确。
- 2022-10-12 21:55:03下载
- 积分:1
-
数据结构关于二叉树
二叉排序树排序关于二叉树的排序问题数据结构课程设计
- 2023-01-12 04:35:04下载
- 积分:1