搜索资源列表
g729_audio_encode
- ITU-T G.729语音压缩算法。 descr iption: Fixed-point descr iption of commendation G.729 with ANNEX B Coding of Speech at 8 kbit/s using Conjugate-Structure Algebraic-Code-Excited Linear-Prediction (CS-ACELP) with Voice Activity Decision(VAD), Discontinuo
pieflab
- % PIEFLAB Main Directory % ---------------------- % % .m - files % ---------- % Contents.m : this file % startup.m : startup file: sets Matlab path executed automatically when % Matlab command is performed in this directory % % s
Perlin-Noise-Generator
- 简单的Perlin噪声发生器:PeilinNoise函数生成,根据PerlinNoise生成高程图-Simple Perlin noise generator: PeilinNoise function generation, according to PerlinNoise elevation map generated
DSP2
- DSB-SC信号的生成与解调 1) 用离散(DSP)的方法生成DSB信号 2) 载波频率为150KHz,音频为500Hz和2000Hz的混合音。 3) 加入高斯白噪声 (4) 语音信号 的传输。 改变抽样频率和量化台阶大小,观察重建信号以及量化噪声信号的波形;对于语音信号主观评价声音质量的变化。 -DSB-SC signal generation and demodulation 1) Discrete (DSP) methods to generate
DataProcess
- 单片机基本数据处理常用函数,主要处理对于AD采集的数据的处理操作。 函数的操作单位大多为数组。 包含浮点求和、平方和、均值、方差、协方差、自相关函数、正弦信号产生、白噪声产生、数据类型转换等功能。-SCM basic data processing commonly used functions, dealing mainly with the data collected for the AD processing operations. Function is mostly an a
78225289LDPC
- 应用C语言对ldpc进行仿真,包含信噪比以及误码率的产生-Application of C language ldpc simulation, including the generation of signal to noise ratio and bit error rate
colored-noise
- 色噪声的产生,并对色噪声的频谱做出相应的分析与研究-The generation of colored noise, and color noise spectrum analysis and research to make appropriate
final31
- 高斯白噪声的生成程序,是我做毕设时编的。大家可以参考!-Gaussian white noise generation process is complete for me to do when the series. Members can refer to!
OFDM
- 本文在分析移动无线信道衰落特性的基础上,阐述了OFDM系统的基本原理,主要研究了OFDM通信系统中的基于导频符号的信道估计问题,分析了几种经典的信道估计算法以及相关的关键技术环节。 在此基础上介绍了OFDM技术在现实中的一个应用——WLAN IEEE802.11a系统模型,利用Matlab仿真软件完成OFDM系统信号生成、噪声生成、导频插入、循环前缀、调制、解调等部分的设计,最后结合计算机仿真对系统关键技术(导频、循环前缀、估计算法)的有效性和可行性进行了全面的分析与比较。适合matlab研究-
impulsenoise
- Impulse noise Generation
PartialDischarge
- 局部放电指数衰减信号产生程序,加噪声程序以及除噪声程序-Exponential decay of partial discharge signal generation program, plus noise process and procedures, inter-noise
matlab
- 【1】随机序列产生程序 【2】白噪声产生程序 【3】M序列产生程序 【4】二阶系统一次性完成最小二乘辨识程序 【5】实际压力系统的最小二乘辨识程序 【6】递推的最小二乘辨识程序 【7】增广的最小二乘辨识程序 【8】梯度校正的最小二乘辨识程序 【9】递推的极大似然辨识程序 【10】Bayes辨识程序 【11】改进的神经网络MBP算法对噪声系统辨识程序 【12】多维非线性函数辨识程序的Matlab程序 【13】模糊神经网络解耦M
PNG
- here is the maltlab file of pseudo noise generation
test6
- matlab实验 用给定的多项式,y=x3-6x2+5x-3,产生一组数据(xi,yi,i=1,2,…,n),再在yi上添加随机干扰(可用rand产生(0,1)均匀分布随机数,或用rands产生N(0,1)分布随机数),然后用xi和添加了随机干扰的yi作的3次多项式拟合,与原系数比较。 如果作2或4次多项式拟合,结果如何? -matlab experiment with a given polynomial, y = x3-6x2+5 x-3, generated a set of da
Intestinaltexture
- 基于Perlin噪声的纹理绘制研究 器官表面的纹理绘制是医学手术仿真的重要内容。本设计尝试利用Perlin噪声生成器官纹理。进行了多种病变肝脏的纹理的生成实验 -Texture mapping based on Perlin Noise texture rendering the surface of organs is an important part of medical surgery simulation. This design tried to use Perlin noi
noise-generation
- matlab code to generate various type of noise- poisson, gaussian, impulse noise.
impulse-and-gausiion-noise
- this used to generate the impulse and gaussion noise generation-this used to generate the impulse and gaussion noise generation
Array-signal-and-noise-generation
- 综合应用阵列信号模型及随机矢量产生方法,对数字波束形成技术进行原理性仿真。 建立等间距线性阵列模型,针对远场点目标窄带回波信号,产生阵列回波矢量及接收机噪声矢量,并进行数字波束形成仿真,定性分析不同因素变化对阵列方向图的影响。 -Comprehensive application of array signal model and random vector generation method, the principle of simulation of digital beamf
white-noise-and-coloured-noise
- 白噪声和有色噪声的生成方法,参数可以由用户自己设定-White noise and colored noise generation method, the parameters can be set by the user
Gaussian-noise-generation
- 用c++成功生成高斯噪声,数据输出到txt文件中。-This file is to generate the Gaussian noise successfully via C++, and the data is stored in a txt file.