-
各类信号处理方法与滤波器
说明: 包含hht、emd、eemd、winger-vile、lms、各类滤波器等的代码及实际数据验证,可用于机械振动、地震爆破声波等,内含数据和注释说明(Including HHT, EMD, EEMD, winger-ville, LMS, all kinds of filter codes and actual data verification, which can be used for mechanical vibration, seismic blasting sound wave, etc., including data and notes)
- 2020-03-02 00:52:11下载
- 积分:1
-
asp, java, html, Visual Basic programming, and other documents, are enough begin...
asp,java,html,vb等多种编程文档,足够初学都研究-asp, java, html, Visual Basic programming, and other documents, are enough beginner study
- 2022-01-30 19:03:55下载
- 积分:1
-
fft
傅里叶变换的函数文件,可直接调用,可以直接显示幅频和相频曲线(Fourier transform function file, can be called directly)
- 2018-07-23 20:30:25下载
- 积分:1
-
DDMcompare
此代码为matlab处理多批次excel的范例,可用于多个相同数据格式excel批量处理,并生成可用于论文格式的matlab曲线图(This code is an example of multi-batch excel processing in matlab. It can be used for batch processing in multiple excel formats with the same data format, and can generate Matlab Graph for paper format.)
- 2018-09-05 22:15:52下载
- 积分:1
-
windows下mysql安装,内有详细的配置信息及应用代码
windows下mysql安装,内有详细的配置信息及应用代码-mysql installation under windows, which have detailed configuration information and application code
- 2022-03-22 10:36:19下载
- 积分:1
-
Java实现窗体右键菜单
Java实现窗体右键菜单,简约易操作的窗体菜单,这是一个相当易懂的制作实例。
super( "右键弹出菜单" ); //调用父类构造函数
ChangeColorAction action = new ChangeColorAction(); //菜单项事件处理
String[] str = {"Blue","Pink","Yellow","Red","Orange"}; //菜单项名称
ButtonGroup colorGroup=new ButtonGroup(); //实例化按钮组
popupMenu=new JPopupMenu(); //实例化弹出菜单
items=new JRadioButtonMenuItem[5]; //初始化数组
for (int i=0;i items[i]=new JRadioButtonMenuItem(str[i]); //实例化菜单项
popupMenu.add(items[i]); //增加菜单项到菜单上
colorGroup.add(items[i]); //增加菜单项到按钮组
items[i].addActionListener(action); //菜单项事件处理
}
addMouseListener(new MouseAdapter(){ //窗口的鼠标事件处理
public void mousePressed( MouseEvent event ) { //点击鼠标
triggerEvent(event); //调用triggerEvent方法处理事件
- 2023-03-05 04:05:03下载
- 积分:1
-
这是使用j2me编写的连连看游戏,很精彩的哦。不信可以下来玩玩。...
这是使用j2me编写的连连看游戏,很精彩的哦。不信可以下来玩玩。-is prepared to use the 1000 block of Terry Avenue J2ME games, oh very good. Letters can not play down.
- 2022-12-04 21:35:02下载
- 积分:1
-
FCLAB-master
说明: 计算功能连接的软件,希望对大家能有帮助,我们共同学习(Functional Connectivity Lab)
- 2020-11-10 15:19:46下载
- 积分:1
-
Lin_Maoyong-Radar_Signal_Processing
雷达信号理论(林茂庸著) (Radar signal processing by Maoyong Lin)
- 2010-12-05 21:15:10下载
- 积分:1
-
parfor_progress
matlab在进行parfor并行运算时的进度条显示程序(The progress bar display program of MATLAB in parallel operation of parfor)
- 2020-12-28 17:19:01下载
- 积分:1