搜索结果
找到约 121 项符合
gaussian 的查询结果
按分类筛选
- 全部分类
- matlab例程 (37)
- 数学计算 (14)
- 人工智能/神经网络 (12)
- 通讯/手机编程 (7)
- 其他 (7)
- 通讯编程文档 (5)
- 其他书籍 (4)
- 数值算法/人工智能 (3)
- DSP编程 (3)
- 书籍 (3)
- 生物技术 (2)
- 书籍源码 (2)
- 文件格式 (2)
- 文章/文档 (2)
- 行业发展研究 (2)
- 源码 (2)
- 学术论文 (1)
- 中间件编程 (1)
- 邮电通讯系统 (1)
- 压缩解压 (1)
- 3G开发 (1)
- *行业应用 (1)
- Java编程 (1)
- 系统设计方案 (1)
- 电子书籍 (1)
- 微处理器开发 (1)
- 编辑器/阅读器 (1)
- 交通/航空行业 (1)
- 驱动编程 (1)
- 论文 (1)
人工智能/神经网络 Probability distribution functions. estimation - (dir) Probability distribution estimation. dsam
Probability distribution functions.
estimation - (dir) Probability distribution estimation.
dsamp - Generates samples from discrete distribution.
erfc2 - Normal cumulative distribution function.
gmmsamp - Generates sample from Gaussian mixture model.
gsamp - Generates sample from Gaussian dist ...
压缩解压 Image Compression A collection of simple routines for image compression using different techniqu
Image Compression
A collection of simple routines for image compression using different techniques.
图象压缩的不同方法
BTCODE:
Image compression Using Block Truncation Coding.
PYRAMID:
Image compression based on Gaussian Pyramids.
DCTCOMPR:
Image compression based on Discrete Cosine Transform.
...
数学计算 数值线性代数的Matlab应用程序包 共13个程序函数
数值线性代数的Matlab应用程序包
共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名
程序名称 用途 Method 方法
GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特
MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特
househol ...
通讯编程文档 Abstract-The effect of the companding process on QAM signals has been under investigation for the p
Abstract-The effect of the companding process on QAM signals
has been under investigation for the past several years. The
compander, included in the PCM telephone network to improve
voice performance, has an unusual affect on digital QAM data
signals which are transmitted over the same channel. The ...
人工智能/神经网络 这是一个非常简单的遗传算法源代码
这是一个非常简单的遗传算法源代码,是由Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正。代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码 的设计是求最大值,其中 ...
其他 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 ...