搜索结果
找到约 70 项符合
delta 的查询结果
按分类筛选
- 全部分类
- 技术资料 (9)
- matlab例程 (8)
- 模拟电子 (5)
- 其他 (5)
- 单片机开发 (4)
- 其他书籍 (3)
- VHDL/FPGA/Verilog (3)
- 人工智能/神经网络 (3)
- 学术论文 (2)
- 工控技术 (2)
- 测试测量 (2)
- 网络 (2)
- 嵌入式Linux (2)
- 金融证券系统 (2)
- 通讯编程文档 (2)
- 其他文档 (1)
- 教程资料 (1)
- 传感与控制 (1)
- Java编程 (1)
- 嵌入式/单片机编程 (1)
- 编译器/解释器 (1)
- 电子书籍 (1)
- 通讯/手机编程 (1)
- MacOS编程 (1)
- 行业发展研究 (1)
- 数据结构 (1)
- 压缩解压 (1)
- 电子技术 (1)
- 书籍 (1)
- 源码 (1)
- VIP专区 (1)
Java编程 本程序分为界面和控制器核心两部分 一、界面部分功能主要有: (1)显示控制器核心数据和参数 (2)与用户交互
本程序分为界面和控制器核心两部分
一、界面部分功能主要有:
(1)显示控制器核心数据和参数
(2)与用户交互,可以调节初始输入温度值,并将温度变化率清零以便进行新一轮的模拟。
界面使用了定时器。开启模拟时候,每隔一秒,触发一次计时器消息,完成下列工作:
1. 将界面上的当前温度映射为模糊控制器的输入温度
2. 输 ...
人工智能/神经网络 遗传算法程序 主要程序 ga.m 遗传算法核心程序 BinaryExample.m 二进制编码应用程序 FloatExample.m 浮点编码的应用程序 相关算子及函数 in
遗传算法程序
主要程序
ga.m 遗传算法核心程序
BinaryExample.m 二进制编码应用程序
FloatExample.m 浮点编码的应用程序
相关算子及函数
initializega.m 种群初始化函数
simpleXover.m 用于二进制编码的简单交叉算子
arithXover.m 用于浮点编码的算术交叉算子
binaryMutation 用于二进制编码的变异算子
nonMutation.m ...
其他 一个3阶的CIC内插滤波器
一个3阶的CIC内插滤波器,可作为delta sigma DAC升采样率模块,用于半带滤波器后。
通讯编程文档 PMAC是可编程多轴控制器(Programmable Multi-Axis Controller)的简称
PMAC是可编程多轴控制器(Programmable Multi-Axis Controller)的简称,是美国Delta Tau公司生产的功能强大的运动控制器,PMAC是目前世界上功能最强的运动控制器之一,是当前开放式数控系统控制器的突出代表。该文档是PMAC使用中文手册。
VHDL/FPGA/Verilog 用fpga实现的DA转换器
用fpga实现的DA转换器,有说明和源码,VDHL文件。
A PLD Based Delta-Sigma DAC
Delta-Sigma modulation is the simple, yet powerful,
technique responsible for the extraordinary
performance and low cost of today s audio CD
players. The simplest Delta-Sigma DAC consists of a
Delta-Sigma modulator and a one ...
单片机开发 10/100兆 pci接口 rtl8139网卡电脑驱动程序 RTL8139 可能是目前最受欢迎的网络卡
10/100兆 pci接口 rtl8139网卡电脑驱动程序 RTL8139 可能是目前最受欢迎的网络卡,它的价格便宜,功能上也还能接受。虽然在效能上有时会略不及Intel 的 eepro100,但因为价格实在太便宜了,所以芯片上的一点小问题通常也接忽略不计。 8139 虽然价格不高,但该有的功能一点也不缺。它内建了符合 MII 规格的 tranceiver,可以 ...
编译器/解释器 This project allows you to learn communication systems in greater depth. It contains the Simulink fi
This project allows you to learn communication systems in greater depth. It contains the Simulink files (*.mdl) which are block design files of various communication systems such as AM, DSB-SC, FM, PLL, Data Acquisition, Digital Data Transmission, PCM and Delta Modulation.
The idea here is to impl ...
matlab例程 用MATLAB实现的DSP函数
用MATLAB实现的DSP函数,包括FFT、ChripZ、DCT、DELTA、Hilbert变换
金融证券系统 // chebysheve outlier detection // this function is used to detect the abnormal value among a set o
// chebysheve outlier detection
// this function is used to detect the abnormal value among a set of data
// input:
// delta: a set of data
// flag: discribe which data is already known as outlier
// p: restrict level
// output:
// double[] door : byyond which the data may be considered as a outlie ...
数据结构 这本书就是著名的沃塞曼编写的《统计学完全教程》
这本书就是著名的沃塞曼编写的《统计学完全教程》,它的特点是覆盖全面、实用性强,除常规内容还包括Bootstrap方法、有向图DAGs估计、Wald检验、Delta方法、统计泛函估计等。