This m file models a DPSK UWB system using a delay in one leg of the mixer, COrrelation receiver low pass filter combination requiring no template for synching. Various waveforms are displayed throughout the system to allow the user to observe operation of the system.
标签: COrrelation receiver models system
上传时间: 2013-12-13
上传用户:semi1981
UWB analysis with basic COrrelation receiver.
标签: COrrelation analysis receiver basic
上传时间: 2015-05-08
上传用户:aeiouetla
TI公司TMS320VC5402 DSP 上的相关(COrrelation)算法实验
标签: COrrelation 5402 320 DSP
上传时间: 2015-05-26
上传用户:xc216
tms320c5402dsp的COrrelation算法实现程序注意调试时加rts库!
标签: COrrelation c5402 320c 5402
上传时间: 2015-06-10
上传用户:tonyshao
亚定方程组求解:If serial COrrelation is found, you may have misspecified your model and should return to your theory for a better representation of the data generating process. This possibility is quite likely and should be taken seriously.
标签: misspecified COrrelation serial return
上传时间: 2015-06-16
上传用户:熊少锋
一个matlab time dot main cross-COrrelation, 解压后在matlab里运行即可,可计算各种数字信号的延迟,没有密码
标签: cross-COrrelation matlab main time
上传时间: 2014-01-02
上传用户:wlcaption
//=== === === === === === === === === === === ===== //函数说明 //函数名称:COrrelation //函数功能:计算最小二乘法拟合的多项式的相关系数 //使用方法:int M------ 拟合多项式的阶数(已知条件) // double *b--- 拟合曲线的系数,排列顺序为由高阶到低阶(已知条件) // double *x--- 结点x轴数据(已知条件) // double *y--- 结点y轴数据(已知条件) // double *Yg-- 结点估计值,个数为m(过程变量) // int m------ 结点个数(已知条件) //注意事项:多项式阶数最高为10,多项式的形式为 y = a0 + a1x +a2x2
标签: COrrelation 函数 计算 最小二乘法拟合
上传时间: 2013-11-26
上传用户:change0329
//=== === === === === === === === === === === ===== //函数说明 //函数名称:COrrelation //函数功能:计算最小二乘法拟合的多项式的相关系数 //使用方法:int M------拟合多项式的项数(已知条件) // double *b---拟合曲线的系数,按升次排列(已知条件) // double *x---结点x轴数据(已知条件) // double *y---结点y轴数据(已知条件) // double *Yg--结点估计值,与*y相对应,个数为m(过程变量) // int m------结点个数(已知条件) //注意事项:多项式阶数最高为10,多项式的形式为 y = b0 + b1*(x-Xavr)...
标签: COrrelation 函数 计算 最小二乘法拟合
上传时间: 2014-11-23
上传用户:yxgi5
This m file models an UWB system using BPSK. The receiver is a COrrelation receiver with a LPF integrator and comparators for threshhold selection.
标签: receiver COrrelation models system
上传时间: 2014-12-19
上传用户:ryb
CCS编程环境 使用的是汇编加C的混合编程方法: The programme of the COrrelation Algorithm. Using INT2 to get the input signal. Array x, in first step, is the input signal produced by programme, in next step, is the input signal get from A/D, the length is 128, 32-bit floating point. Array y, in first step, is the input signal produced by programme, in next step, is the input signal get from A/D, the length is 128, 32-bit floating point. Array cor is the COrrelation result, the length is 255, 32-bit floating point.
标签: COrrelation Algorithm programme the
上传时间: 2013-12-21
上传用户:leixinzhuo