搜索结果
找到约 110 项符合
Maximum 的查询结果
按分类筛选
- 全部分类
- matlab例程 (19)
- 其他 (7)
- 单片机编程 (6)
- 技术资料 (6)
- 模拟电子 (4)
- 电源技术 (4)
- 技术管理 (4)
- 单片机开发 (3)
- 数学计算 (3)
- 数值算法/人工智能 (3)
- 人工智能/神经网络 (3)
- 书籍 (3)
- 可编程逻辑 (2)
- 其他书籍 (2)
- 书籍源码 (2)
- 系统设计方案 (2)
- 通讯/手机编程 (2)
- Java编程 (2)
- 汇编语言 (2)
- 学术论文 (1)
- PCB相关 (1)
- 通信网络 (1)
- 嵌入式综合 (1)
- C/C++语言编程 (1)
- 测试测量 (1)
- USB编程 (1)
- 软件设计/软件工程 (1)
- 文件格式 (1)
- 行业发展研究 (1)
- 多国语言处理 (1)
- 驱动编程 (1)
- DSP编程 (1)
- 文章/文档 (1)
- 3G开发 (1)
- 网络 (1)
- 其他行业 (1)
- 数据结构 (1)
- 金融证券系统 (1)
- Internet/网络编程 (1)
- 加密解密 (1)
- VHDL/FPGA/Verilog (1)
- Symbian (1)
- 认证考试资料 (1)
- 技术书籍 (1)
- 接口技术 (1)
- 其他文档 (1)
- 其他 (1)
- 软件 (1)
- 手册 (1)
- 精品软件 (1)
matlab例程 Adaptive Filter. This script shows the BER performance of several types of equalizers in a static ch
Adaptive Filter. This script shows the BER performance of several types of equalizers in a static channel with a null in the passband. The script constructs and implements a linear equalizer object and a decision feedback equalizer (DFE) object. It also initializes and invokes a maximum likelihood s ...
其他 The first task at hand is to set up the endpoints appropriately for this example. The following code
The first task at hand is to set up the endpoints appropriately for this example. The following code switches the CPU clock speed
to 48 MHz (since at power-on default it is 12 MHz), and sets up EP2 as a Bulk OUT endpoint, 4x buffered of size 512, and EP6
as a Bulk IN endpoint, also 4x buffered of si ...
matlab例程 自己编的matlab程序。用于模式识别中特征的提取。是特征提取中的Sequential Forward Selection方法
自己编的matlab程序。用于模式识别中特征的提取。是特征提取中的Sequential Forward Selection方法,简称sfs.它可以结合Maximum-Likelihood-Classifier分类器进行使用。
单片机开发 // // Histogram Sample // This sample shows how to use the Sample Grabber filter for video image p
//
// Histogram Sample
// This sample shows how to use the Sample Grabber filter for video image processing.
// Conceptual background:
// A histogram is just a frequency count of every pixel value in the image.
// There are various well-known mathematical operations that you can perform on an image ...
数值算法/人工智能 北京大学ACM题 Here is a geometric problem. You have an angle and some squares in the first quadrant of
北京大学ACM题
Here is a geometric problem. You have an angle and some squares in the first quadrant of the plane rectangular coordinates. The vertex of the angle is fixed on the origin O of the coordinates, and both of its radial lines are specified by the input. The sizes of the squares are also s ...
数值算法/人工智能 北京大学ACM比赛题目 Consider an infinite full binary search tree (see the figure below), the numbers in the
北京大学ACM比赛题目
Consider an infinite full binary search tree (see the figure below), the numbers in the nodes are 1, 2, 3, .... In a subtree whose root node is X, we can get the minimum number in this subtree by repeating going down the left node until the last level, and we can also find the ma ...
其他 Obtain the CDF plots of PAPR from an OFDM BPSK transmission specified per IEEE 802.11a specification
Obtain the CDF plots of PAPR from an OFDM BPSK transmission specified per IEEE 802.11a specification
Per the IEEE 802.11a specifications, we 52 have used subcarriers. Given so, the theoretical maximum expected PAPR is 52 (around 17dB). However, thanks to the scrambler, all the subcarriers in an OFDM ...
matlab例程 % EM algorithm for k multidimensional Gaussian mixture estimation % % Inputs: % X(n,d) - input da
% EM algorithm for k multidimensional Gaussian mixture estimation
%
% Inputs:
% X(n,d) - input data, n=number of observations, d=dimension of variable
% k - maximum number of Gaussian components allowed
% ltol - percentage of the log likelihood difference between 2 iterations ([] for none)
% ...
网络 pashload是应用在linux下的网络带宽测试源程序精确度比较高 ///////////////////////////////////// Pathload is a tool for es
pashload是应用在linux下的网络带宽测试源程序精确度比较高
/////////////////////////////////////
Pathload is a tool for estimating the available bandwidth
of an end-to-end path from a host S (sender) to a host R (receiver).
The available bandwidth is the maximum IP-layer
throughput that a flow can ge ...
matlab例程 用Fourier变换求取信号的功率谱---周期图法 用Fourier变换求取信号的功率谱---分段周期图法 用Fourier变换求取信号的功率谱---welch方法 功率谱估计----多窗口法(
用Fourier变换求取信号的功率谱---周期图法
用Fourier变换求取信号的功率谱---分段周期图法
用Fourier变换求取信号的功率谱---welch方法
功率谱估计----多窗口法(multitaper method ,MTM法)
功率谱估计----最大熵法(maxmum entmpy method,MEM法)
功率谱估计----多信号分类法(multiple signal classification,music法) ...