搜索结果
找到约 184 项符合
Estimation 的查询结果
按分类筛选
- 全部分类
- matlab例程 (44)
- 通讯编程文档 (23)
- 其他书籍 (17)
- 其他 (17)
- 数学计算 (11)
- 文章/文档 (10)
- 通讯/手机编程 (8)
- 人工智能/神经网络 (7)
- 文件格式 (5)
- 软件工程 (4)
- 行业发展研究 (3)
- 论文 (3)
- 书籍 (3)
- 电子书籍 (2)
- 嵌入式/单片机编程 (2)
- 邮电通讯系统 (2)
- 数值算法/人工智能 (2)
- 源码 (2)
- 技术资料 (2)
- 单片机编程 (1)
- 工控技术 (1)
- 书籍源码 (1)
- VC书籍 (1)
- 交通/航空行业 (1)
- 单片机开发 (1)
- VHDL/FPGA/Verilog (1)
- Java编程 (1)
- 系统设计方案 (1)
- 3G开发 (1)
- 金融证券系统 (1)
- 其他行业 (1)
- 编辑器/阅读器 (1)
- DSP编程 (1)
- 驱动编程 (1)
- 学术论文 (1)
- VIP专区 (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 ...
matlab例程 This template file is used to completely describe a system in a generalized % state space format us
This template file is used to completely describe a system in a generalized
% state space format useable by the ReBEL inference and estimation system.
% This file must be copied, renamed and adapted to your specific problem. The
% interface to each function should NOT BE CHANGED however.
通讯/手机编程 Computes BER v EbNo curve for convolutional encoding / soft decision Viterbi decoding scheme assum
Computes BER v EbNo curve for convolutional encoding / soft decision
Viterbi decoding scheme assuming BPSK.
Brute force Monte Carlo approach is unsatisfactory (takes too long)
to find the BER curve.
The computation uses a quasi-analytic (QA) technique that relies on the
estimation (approximate on ...
文件格式 This project aim was to build wireless software modem for data communication between two computers
This project aim was to build wireless software modem for data communication
between two computers using an acoustic interface in the voice frequency range (20Hz–
20,000Hz). The transmitting antenna is a speaker (frequency response of: 90Hz –
20,000Hz) and the receiving antenna is a microphone (fr ...
人工智能/神经网络 On-Line MCMC Bayesian Model Selection This demo demonstrates how to use the sequential Monte Carl
On-Line MCMC Bayesian Model Selection
This demo demonstrates how to use the sequential Monte Carlo algorithm with reversible jump MCMC steps to perform model selection in neural networks. We treat both the model dimension (number of neurons) and model parameters as unknowns. The derivation and deta ...
matlab例程 在DAB系统中的频率同步
在DAB系统中的频率同步,载频同步,参考一下Carrier frequency offset estimation of DAB receiver based on phase reference symbol
matlab例程 In this demo, I use the EM algorithm with a Rauch-Tung-Striebel smoother and an M step, which I ve r
In this demo, I use the EM algorithm with a Rauch-Tung-Striebel smoother and an M step, which I ve recently derived, to train a two-layer perceptron, so as to classify medical data (kindly provided by Steve Roberts and Will Penny from EE, Imperial College). The data and simulations are described in: ...
数学计算 This demo nstrates how to use the sequential Monte Carlo algorithm with reversible jump MCMC steps t
This demo nstrates how to use the sequential Monte Carlo algorithm with reversible jump MCMC steps to perform model selection in neural networks. We treat both the model dimension (number of neurons) and model parameters as unknowns. The derivation and details are presented in: Christophe Andrieu, N ...
数学计算 runs Kalman-Bucy filter over observations matrix Z for 1-step prediction onto matrix X (X can = Z)
runs Kalman-Bucy filter over observations matrix Z
for 1-step prediction onto matrix X (X can = Z)
with model order p
V = initial covariance of observation sequence noise
returns model parameter estimation sequence A,
sequence of predicted outcomes y_pred
and error matrix Ey (reshaped) for y and Ea ...
其他 Kalman filter toolbox written by Kevin Murphy, 1998. See http://www.ai.mit.edu/~murphyk/Software/ka
Kalman filter toolbox written by Kevin Murphy, 1998.
See http://www.ai.mit.edu/~murphyk/Software/kalman.html for details.
Installation
------------
1. Install KPMtools from http://www.ai.mit.edu/~murphyk/Software/KPMtools.html
3. Assuming you installed all these files in your matlab directory, In ...