-
RLS
系统辨识,最小二乘递推算法,可以在线辨识,实时进行参数辨识(System Identification,Recursive Least Squares Algorithm )
- 2009-07-03 19:50:54下载
- 积分:1
-
ofdm channel estimation
OFDM基于块状导频的信道估计算法仿真,包括LS LMMSE估计算法 (OFDM based on the massive pilot channel estimation algorithm simulation, including the LS estimation algorithm Analysis of LMMSE)
- 2020-07-10 14:29:05下载
- 积分:1
-
VBMouseWheehao
VB6开发环境的鼠标滚轮插件
VB6开发环境,无法使用鼠标的滚轮,这个插件解决了这个问题.
使用方法是用VB把这个插件编译好,编译时,把动态库指向windows目录.(plug-in for vb , vb mouse wheel
original vb donot support mouse wheel. so someone develop this plug for vb.
It write by vb. So you have to compile it by visual basic, then registe it in your computer.)
- 2009-06-18 21:16:27下载
- 积分:1
-
lipschitzC
说明: 李氏指数计算探讨:计算离散信号模极大值以及李氏指数(lipschitz Calculation: Calculation of discrete signal modulus maxima as well as the Lipschitz exponent)
- 2009-08-10 10:14:21下载
- 积分:1
-
电能质量复合扰动程序
说明: 产生电压暂降,暂升,波动,振荡,谐波等多种电能质量单一和复合扰动问题(Compound disturbance of power quality)
- 2021-05-13 03:30:03下载
- 积分:1
-
i2c_slave 例子
vhdl i2c 从机例子的代码,可以用。8 位 IO 延长器, 由 I2C 控制// (c) 2005, 2008 fpga4fun.com, KNJN LLC
- 2023-04-07 15:05:03下载
- 积分:1
-
建立二叉树,统计二叉树中度为2的结点个数和叶子结点个数( 用递归或非递归的方法都可以,先序、中序或后序均可)...
建立二叉树,统计二叉树中度为2的结点个数和叶子结点个数( 用递归或非递归的方法都可以,先序、中序或后序均可)-establish binary tree, Statistics for the two binary tree to moderate the number of nodes and the number of nodes leaves (with the recursive and non- recursive method can be first order, After the order or sequence may)
- 2022-10-24 17:35:03下载
- 积分:1
-
51622413SVPWM_ok
说明: The dc dc converter is intended to use power switching devices
based on silicon carbide and/or gallium nitride, which will
be available on the market in the near future.
- 2020-06-16 14:00:01下载
- 积分:1
-
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删...
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删除等基本操作。
-# include
# include
# define ND sizeof(struct List)
struct List
{int data
struct List*next
}
void main()
{ int n,i=1,e,a
struct List*head
struct List*p,*q
q=head=p=(struct List*)malloc(ND)
- 2022-04-15 10:12:17下载
- 积分:1
-
jztdf
用矩阵迭代法计算某系统固有频率及振型,MATLAB程序(Using matrix iteration method to calculate the natural frequency and mode of a system, MATLAB program)
- 2020-10-06 20:27:37下载
- 积分:1