-
相关性计算
说明: 计算序列信号相关性;
时间序列得频域相关性运算;(Calculate sequence signal correlation;
The time series has a frequency domain correlation operation;)
- 2021-03-27 20:19:12下载
- 积分:1
-
37724108Energy-detector
认知无线电单门限matlab程序,希望对大家有所帮助(Cognitive Radio Single Threshold)
- 2020-12-21 16:39:08下载
- 积分:1
-
省市级联
说明: 实现了省份和城市的二级级联效果,简单易懂,大家可以参考(It achieves the secondary cascade effect of provinces and cities, which is simple and easy to understand. You can refer to it.)
- 2020-06-24 17:00:02下载
- 积分:1
-
delphi 怎样在数据表中调整记录指针的位置
delphi 怎样在数据表中调整记录指针的位置的源码实例,源代码运行于Delphi7环境,有兴趣的可下载测试。有兴趣可参考以下核心代码:
procedure TFrmOrderBy.FormShow(Sender: TObject);
begin
ADODataSet1.Active := false;
ADODataSet1.Active := true;
end;
procedure TFrmOrderBy.BtnCloseClick(Sender: TObject);
begin
Close;
end;
procedure TFrmOrderBy.Button1Click(Sender: TObject);
var
No: Integer;
begin
No := StrToIntDef(Edit1.Text, 1);
ADODataSet1.MoveBy(No);
end;
- 2022-04-11 22:27:36下载
- 积分:1
-
Delphi时间设置得到Windows系统时间
Delphi获取Windows当前时间,并设置系统时间,功能类似于Windows时间设置程序,先获取系统时间中的年月日、时分秒信息,然后可以自定义各个时间信息。
- 2022-11-17 15:45:03下载
- 积分:1
-
Lab_Manual.pdf
Optical Lithography Modelling with MATLAB
- 2020-12-01 14:29:26下载
- 积分:1
-
第3章 数据的预处理
说明: matlab在数理统计中的应用,数据的预处理(Matlab in the application of mathematical statistics, data pretreatment)
- 2021-03-21 17:07:47下载
- 积分:1
-
熵权法
说明: 熵权法解决评价类问题,注释详细,可修改,可套用(Entropy weight method to solve evaluation problems, detailed annotations, can be modified)
- 2020-06-17 01:00:02下载
- 积分:1
-
FPGA
一种基于FPGA实现的FFT结构
调从基本元器件开始的计算机硬件系统的设计与实现,大多设置在自动控制系,形成了与应用系统结合的计算机教育。 1966年多处理器平台FPGA 学习目标 (1) 理解为什么嵌入式系统使用多处理器 (2) 指出处理器中CPU和硬件逻辑的折衷 (FPGA-based FFT realize the structure of the tune from the beginning of the basic components of computer hardware system design and implementation, most of them located in the Automatic Control Department, formed a combination and application of computer education system. 1966 multi-processor FPGA platform for learning goals (1) to understand why the use of multi-processor embedded system (2) pointed out that the processor CPU and the hardware logic of compromise)
- 2008-05-03 14:31:10下载
- 积分:1
-
RLS
说明: matlab的rls算法(递归最小二乘法),亲测可用,(RLS algorithm of matlab, which can be used for pro-test)
- 2019-03-29 14:18:28下载
- 积分:1