搜索结果
找到约 168 项符合
gaussian-Markov 的查询结果
3G开发 无线通信的各种运动模型。适用于移动通信、无线传感器网络等领域。 包括:Random walk、random waypoint、random direction、boundless simulation
无线通信的各种运动模型。适用于移动通信、无线传感器网络等领域。 包括:Random walk、random waypoint、random direction、boundless simulation area、 gauss-markov等运动模型
- probabilistic random walk
其他 This m file simulates a differential phase shift keyed (DPSK) ultra wide bandwidth(UWB) system using
This m file simulates a differential phase shift keyed (DPSK) ultra wide bandwidth(UWB) system using a fifth derivative waveform equation of a Gaussian pulse.
数学计算 完全的二维数值积分程序 给出自变量和函数值的矩阵
完全的二维数值积分程序
给出自变量和函数值的矩阵,便可以计算其二重积分。这里采用simpson积分法
比matlab自带的dblquad好用多了,霍霍!
同时附有口径场用Gaussian-Lagurrer函数展开程序
通讯/手机编程 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 ...
Java编程 Generate Possion Dis. step1:Generate a random number between [0,1] step2:Let u=F(x)=1-[(1/
Generate Possion Dis.
step1:Generate a random number between [0,1]
step2:Let u=F(x)=1-[(1/e)x]
step3:Slove x=1/F(u)
step4:Repeat Step1~Step3 by using different u,you can get x1,x2,x3,...,xn
step5:If the first packet was generated at time [0], than the
second packet will be generated at time ...
电子书籍 硕士论文
硕士论文,基于强背景噪声下的语言端点检测算法及实现。本文总结了现有的典型语音端点检测算法,深入分析了各算法的基本原理,比较
其优缺点,并给出了仿真结果。在此基础上,分析了现有语音信号的结构特点和特征参
数,提出了在较强背景噪声环境下的两种语音端点检测新算法。分别是基于多子带墒的
语音端点检测算法和基于G ...
其他书籍 介绍回归问题中高斯过程的应用
介绍回归问题中高斯过程的应用,C. E. Rasmussen & C. K. I. Williams, Gaussian Processes for Machine Learning,
数学计算 The Kalman filter is an efficient recursive filter that estimates the state of a linear dynamic syst
The Kalman filter is an efficient recursive filter that estimates the state of a linear dynamic system from a series of noisy measurements. It is used in a wide range of engineering applications from radar to computer vision, and is an important topic in control theory and control systems engineerin ...
matlab例程 Consider a BPSK and a QPSK system for the following two cases: 1) The probability that the symbol 1
Consider a BPSK and a QPSK system for the following two cases: 1) The probability that the symbol 1 is sent and the probability that the symbol 0 is sent are all the same. 2) The probability that the symbol 1 is sent is two times than the probability that the symbol 0 is sent. Assume that the noise ...
其他 SiftGPU is an implementation of SIFT [1] for GPU. SiftGPU processes pixels parallely to build Gaussi
SiftGPU is an implementation of SIFT [1] for GPU. SiftGPU processes pixels parallely to build Gaussian pyramids and detect DoG Keypoints. Based on GPU list generation, SiftGPU then uses a GPU/CPU mixed method to efficiently build compact keypoint lists. Finally keypoints are processed parallely to ...