搜索资源列表
chap2_01_WhiteNoise_series
- 白噪声及有色噪声序列的产生,一个很小的.m文件-White noise and colored noise sequences
White-noise
- 在自适应控制中,用Matlab算法实现白噪声及有色噪声序列的产生-In adaptive control, white noise with Matlab algorithm and the generation of colored noise sequence
White-noise-and-colored-noise
- 系统辨识与自适应控制--白噪声及有色噪声序列的产生-White noise and colored noise sequence generation
22
- 白噪声及有色噪声序列的产生; white noise and colored noise sequences - white noise and colored noise sequences
white
- 白噪声及有色噪声序列的产生,有色噪声序列可以看成由白噪声序列驱动的线性环节的输出-White noise and colored noise sequence generated colored noise sequence can be seen as the output of the linear part of the sequence driven by white noise
白噪声及有色噪声序列的产生
- %白噪声及有色噪声序列的产生 clear all; close all; L=500; %仿真长度 d=[1 -1.5 0.7 0.1]; c=[1 0.5 0.2]; %D、C多项式的系数(可用roots命令求其根) nd=length(d)-1; nc=length(c)-1; %nd、nc为D、C的阶次 xik=zeros(nc,1); %白噪声初值,相当于ξ(k-1)...ξ(k-nc) ek=zeros(nd,
白噪声、M序列和噪信比程序
- 白噪声及有色噪声序列、M序列的产生程序,噪信比计算程序(White noise and colored noise sequence, M sequence generation procedure, noise to noise ratio calculation program)