-
WSN网络的CMIMO算法 CMIMO WSN
WSN网络的CMIMO算法,梯形结构的路由和中继算法,(CMIMO method for WSN)
- 2017-05-22 17:52:32下载
- 积分:1
-
documet-slar
Side looking air borne radar
- 2020-06-21 20:40:01下载
- 积分:1
-
PVsolarenergy
自己调研的关于太阳能薄膜电池的技术,制造设备,发展前景的PPT,很翔实(Their own research on thin film solar cell technology, manufacturing equipment, the development prospects of the PPT, very informative)
- 2009-07-03 10:50:30下载
- 积分:1
-
IDL Viewer比较适合初学者的IDL源代码
为了节省广大IDL程序员在编写系统界面时所消耗的时间和精力,Esri中国信息技术有限公司遥感事业部特别推出一个IDL Viewer应用模版,包含了遥感图像处理系统通用的一些功能,比如打开图像、灰度与RGB显示图像、鼠标取值、拉框放大、鹰眼图、放大、缩小、平移等功能。
- 2022-04-25 09:43:25下载
- 积分:1
-
a book is about how the J2EE servlet played since own role.
java Servlet编程一书是讲述servlet如何在J2EE中扮演自己的角色。-a book is about how the J2EE servlet played since own role.
- 2022-08-21 17:00:42下载
- 积分:1
-
Java生成一个文件打开的文件选择对话框窗口
Java生成一个文件打开的文件选择对话框窗口,和Win系统的浏览文件窗口相似,使用Java代码模拟实现的窗口程序,相关代码如下:
button.addActionListener(new ActionListener() { //按钮事件处理
public void actionPerformed(ActionEvent e) {
int state; //文件选择器返回状态
chooser.removeChoosableFileFilter(chooser.getAcceptAllFileFilter()); //移去所有文件过滤器
chooser.addChoosableFileFilter(new MyFileFilter("gif","图像文件")); //增加文件过滤器,接爱gif文件
if (comboBox.getSelectedIndex()==0) //组合框为"打开"
state=chooser.showOpenDialog(null); //显示打开文件对话框
else
state=chooser.showSaveDialog(null); //显示保存文件对话框
File file = chooser.getSelectedFile(); //得到选择的文件
- 2022-11-18 17:40:03下载
- 积分:1
-
huanyingdenglu
用LABVIEW做的欢迎界面,可以设置分类型号登陆,对坐测试的朋友有一定的帮助,尤其是多型号测试。(Welcome to do with the LABVIEW interface, you can set the classification models landing, sitting down to a test of a friend has some help, especially the multi-model test.)
- 2010-08-28 08:31:06下载
- 积分:1
-
IPOSIM7-5d
IGBT 损耗计算工具,IGBT损耗计算采用了塞米控手册建议的复杂模型。(Use excel to do IGBT loss calculation tools, IGBT loss calculation Sammy control manual recommends using a complex model.)
- 2013-11-01 15:11:51下载
- 积分:1
-
代理模式02
consol program , add soucer
- 2020-06-24 08:40:01下载
- 积分:1
-
EMG_LP_Kalman_filter
说明: 表面肌电信号是肌肉收缩时伴随的电信号,是在体表无创检测肌肉活动的重要方法。由于设备采集到的肌电信号会受到环境噪声等影响,因此在进一步分析之前需要对采集的肌电信号进行去噪处理。
设计一种传统滤波器(如Buttterworth)和现代滤波器(Kalman)对所采集的肌电信号进行处理,并比较各个肌肉的做功比。(Surface emg signal is the concomitant signal of muscle contraction and is an important noninvasive method to detect muscle activity on the body surface. Because the electromyographic signals collected by the equipment will be affected by environmental noise, it is necessary to de-noise the collected electromyographic signals before further analysis.
A traditional filter (such as Buttterworth) and a modern filter (Kalman) are designed to process the collected emg signals and compare the work ratio of each muscle.)
- 2019-03-22 17:21:42下载
- 积分:1