资源简介
利用频域的波形,将白噪声整形成为1/f噪声,并逆变换出时域噪声。
代码片段和文件信息
function x = f_alpha_tgaussian ( n q_d r alpha )
%*****************************************************************************80
%
%% F_ALPHA_TGAUSSIAN generates noise using a truncated Gaussian distribuion.
%
% Discussion:
%
% This function generates a discrete colored noise vector X of size N
% with a power spectrum distribution that behaves like 1 / f^ALPHA.
% The white noise used in the generation is sampled from a truncated
% Gaussian distribution with zero mean variance Q_D and
% a range of (-RANGE+RANGE).
%
% Licensing:
%
% This code is distributed under the GNU LGPL license.
%
% Modified:
%
% 30 March 2011
%
% Author:
%
% Miroslav Stoyanov
%
% Reference:
%
% Jeremy Kasdin
% Discrete Simulation of Colored Noise and Stochastic Processes
% and 1/f^a Power Law Noise Generation
% Proceedings of the IEEE
% Volume 83 Number 5 1995 pages 802-827.
%
% Miroslav Stoyanov Max Gunzburger John Burkardt
% Pink Noise 1/F^Alpha Noise and Their Effect on Solution
% of Differential Equations
% submitted International Journal for Uncertainty Quantification.
%
% Parameters:
%
% Input integer N the number of elements in the discrete noise vector.
%
% Input real Q_D the variance of the Gaussian distribution. A standard
% Gaussian distribution has a variance of 1. The variance is the square
% of the standard deviation.
%
% Input real R the upper va
相关资源
- TDOA_AOA定位的扩展卡尔曼滤波算法MA
- 大时滞系统的模糊控制MATLAB仿真\\大时
- 能量检测matlab代码
- 将二进小波变换用于图像增强的MATL
- matlab基于遗传算法实现的高效排课系
- matlab中ICP点云匹配算法
- 贝叶斯辨识的matlab程序
- 直接序列扩频的MATLAB仿真,以及对应
- 《数字信号处理matlab版》代码
- matlab车牌图像分割
- 多相滤波数字信道化MATLAB源码
-
用GUI实时更改simuli
nk仿真参数 - 基于RBF神经网络的PID控制仿真代码
- RBF插值算法Matlab代码
- DCT基函数图像_MATLAB版本
- Matlab实现M/M/1排队模型
- A率PCM编码MATLAB程序
- matlab三相桥式整流电路仿真模型
- 偏微分图像处理MATLAB程序
- 图像预处理MATLAB代码包括图像去孔洞
- 信号包络提取
- matlab编写的有关图像识别分类方法的
- 穷举法求解0-1整数规划的matlab程序
- 注水定理的算法和matlab仿真
- K最短路问题MATLAB实现
- 基于MATLAB的标准化降水指数SPI计算程
- 随机森林matlab代码
- svm分类器的实现 matlab
- zw_MATLAB程序.zip
- DE算法Matlab程序
评论
共有 条评论