-
project2
读入文件,对文件进行无损预测编码和解码,然后对文件进行DM编码和解码(Read the file, the file lossless predictive coding and decoding, and then the file encoding and decoding DM)
- 2014-11-23 11:42:20下载
- 积分:1
-
MATLAB
初学者必备 完整的MATLAB入门到精通书本辅助实验程序 学后基本可以上手(Complete beginners MATLAB entry to the master book assisted experimental program learn basic can get started)
- 2012-07-22 17:28:18下载
- 积分:1
-
IRLS
IRLS不等距时窗,用于多次波自适应减去过程中,更加准确的处理(this is IRLS code)
- 2014-11-01 17:52:26下载
- 积分:1
-
example4_4
例4:在sinc(t)信号中叠加噪声,分析对应频谱
fs=100 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=2 时间窗大小
(
x=x+0.1*randn(1,N)
x=awgn(x,-10, measured )
figure
plot(t,x)
title( 时域信号图 )
xlabel( t /s )
y=fft(x,N)
figure
if mod(N,2)~=0
N=N-1
end
f=linspace(0,fs/2,N/2)
plot(f,abs(y(1:N/2))*2/N)
title( 叠加噪声的sinc(t)信号频谱 )
xlabel( f /Hz )
figure
y0=y(1:N/2)
P=y0.*conj(y0)/N
P=10*log10(P)
plot(f,P)
title( 功率谱 )
xlabel( f /Hz )
)
- 2010-05-25 20:59:03下载
- 积分:1
-
fenliangtiqu
在matlab环境中运用hsv空间对空间中的各种参数进行提取,并修改分量(Hsv space to extract the various parameters of space use in the Matlab environment, and modify the component)
- 2012-05-25 15:38:38下载
- 积分:1
-
TLBGmatlaabh
毕业设计做的...用LBG算法实现矢量量化的算法法..matlab ,经测试可直接使用。
(Graduation design ... vector quantization algorithm method using the LBG algorithm .. Matlab, has been tested and can be used directly.)
- 2012-07-18 11:29:00下载
- 积分:1
-
phasespace
matlab编程,关于相位同步的实现范例。(matlab programming examples on phase synchronization.)
- 2016-03-30 16:11:58下载
- 积分:1
-
3Ddaima
说明: 一段三维重建的MATLAB代码,拿来分享!(Three-dimensional reconstruction of the MATLAB code to be shared!)
- 2011-04-14 00:27:47下载
- 积分:1
-
boqingwen
对二阶rc等效电池模型运用matlab进行最小二乘法在线系统辨识的程序(Equivalent second-order rc battery model using least squares method matlab online system identification procedures
)
- 2020-09-12 16:28:01下载
- 积分:1
-
层次分析法
说明: 通过使用matlab,对层次分析法进行求解,从而进一步确定权重,更快的解决问题。(By using matlab, the analytic hierarchy process (AHP) is solved to further determine the weight and solve the problem more quickly.)
- 2019-04-18 08:56:05下载
- 积分:1