搜索结果
找到约 81 项符合
Optimal 的查询结果
按分类筛选
- 全部分类
- matlab例程 (13)
- 技术资料 (7)
- 书籍 (5)
- 其他书籍 (5)
- 其他 (4)
- 单片机开发 (4)
- 数值算法/人工智能 (3)
- 通讯/手机编程 (3)
- 数学计算 (3)
- 人工智能/神经网络 (3)
- 文章/文档 (3)
- 论文 (2)
- 电源技术 (2)
- 操作系统开发 (2)
- Linux/Unix编程 (2)
- 多国语言处理 (2)
- 数据结构 (2)
- 单片机编程 (1)
- 学术论文 (1)
- 数据库系统 (1)
- 书籍源码 (1)
- 电子书籍 (1)
- Mentor (1)
- 可编程逻辑 (1)
- 压缩解压 (1)
- Java编程 (1)
- 金融证券系统 (1)
- 文件格式 (1)
- 系统设计方案 (1)
- 软件设计/软件工程 (1)
- VC书籍 (1)
- 行业发展研究 (1)
- 3G开发 (1)
技术资料 传感器资料scb10h
SCB10H series pressure elements are high performance absolute pressure sensors. The sensors are based  on Murata's proven capacitive 3D-MEMS technology. They enable exceptional possibility for OEM customers  to integrate pressure measurement function in an optimal way into their produc ...
通讯/手机编程 In this project we analyze and design the minimum mean-square error (MMSE) multiuser receiver for un
In this project we analyze and design the minimum mean-square error (MMSE) multiuser receiver for uniformly quantized synchronous code division multiple access (CDMA) signals in additive white Gaussian noise (AWGN) channels.This project is mainly based on the representation of uniform quantizer by ...
压缩解压 ) Compression using huffman code -with a number of bits k per code word -provide huffma
) Compression using huffman code
-with a number of bits k per code word
-provide huffman table
Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code table for encoding a source symbol. The table is d ...
matlab例程 MATSNL is a package of MATLAB M-files for computing wireless sensor node lifetime/power budget and s
MATSNL is a package of MATLAB M-files for computing wireless sensor node lifetime/power budget and solving optimal node architecture choice problems. It is intended as an analysis and simulation tool for researchers and educators that are easy to use and modify. MATSNL is designed to give the rough ...
电子书籍 The emphasis of this book is on real-time application of Synopsys tools, used to combat various pro
The emphasis of this book is on real-time application of Synopsys tools, used
to combat various problems seen at VDSM geometries. Readers will be
exposed to an effective design methodology for handling complex, submicron
ASIC designs. Significance is placed on HDL coding styles,
synthesis and optimi ...
其他书籍 Carrier-phase synchronization can be approached in a general manner by estimating the multiplicativ
Carrier-phase synchronization can be approached in a
general manner by estimating the multiplicative distortion (MD) to which
a baseband received signal in an RF or coherent optical transmission
system is subjected. This paper presents a unified modeling and
estimation of the MD in finite-alphabet d ...
其他书籍 The combinatorial core of the OVSF code assignment problem that arises in UMTS is to assign some no
The combinatorial core of the OVSF code assignment problem
that arises in UMTS is to assign some nodes of a complete binary
tree of height h (the code tree) to n simultaneous connections, such that
no two assigned nodes (codes) are on the same root-to-leaf path. Each
connection requires a code on a ...
电源技术 电源供应器与数字电位器校准应用笔记
Abstract: A resistive feedback network is often used to set the output voltage of a power supply. A mechanical potentiometer (pot)conveniently solves the problem of adjusting a power supply. For easier automatic calibration, a mechanical pot can be replaced witha digital pot. This application note ...
matlab例程 OTSU Gray-level image segmentation using Otsu s method. Iseg = OTSU(I,n) computes a segmented i
OTSU Gray-level image segmentation using Otsu s method.
Iseg = OTSU(I,n) computes a segmented image (Iseg) containing n classes
by means of Otsu s n-thresholding method (Otsu N, A Threshold Selection
Method from Gray-Level Histograms, IEEE Trans. Syst. Man Cybern.
9:62-66 1979). Thre ...
VC书籍 HMM(Hidden Markov Model)
HMM(Hidden Markov Model),狀態數目N=3,觀察符號數目M=2,時間長度T=3。
(a) Probability Evaluation: 給定狀態轉換機率A、狀態符號觀察機率B、和起始機率 ,求觀察序列 出現的機率。
(b) Optimal State Sequence: 給定狀態轉換機率A、狀態符號觀察機率B、起始機率 、和觀察序列 ,求一個狀態序列 使得O出現的機率最大。 ...