-
MATLAB-in-electronics
<matlab在电子信息中的应用>一书中个章节的配套源代码。(1 )
- 2007-07-02 13:37:36下载
- 积分:1
-
hough2
用MATLAB编程,进行二维图像的哈夫变换直线检测(Using MATLAB programming for two-dimensional image of the Hough transform line detection)
- 2009-03-10 18:06:01下载
- 积分:1
-
a1
说明: 2011数学建模a题,运用地理统计学内梅洛指数法,和综合指数法,简单实用(2011 Mathematical modeling of a problem, the use of geographic statistical Neimei Luo index method, and the composite index method, simple and practical)
- 2011-09-11 08:39:37下载
- 积分:1
-
5
说明: matlab SIMULINK Arabic tutorial part 5
- 2014-10-10 14:04:12下载
- 积分:1
-
segymat-1.08
matlab源程序,可以读写segy,sgy,su等标准地震记录文件,读写文件中可以包含道头信息,道头字,工区等信息(matlab source code, you can read and write segy, sgy, su seismic records and other standards documents, read and write file header information may contain Road, Road, the first word, work area and other information)
- 2008-03-16 16:56:35下载
- 积分:1
-
chepaishibia
说明: 对于初学者学习matlab很有帮助,尤其在图像处理方面更是很好的啊。(For beginners learn matlab ® helpful, especially in the image processing is very good.)
- 2010-03-28 20:46:25下载
- 积分:1
-
lec4
We prop ose d a simple relaxe d optimizatio n problem for finding the maxim um margin s ep
ar ator when some of the examples may b e misclassified
- 2013-12-02 14:32:38下载
- 积分:1
-
Matlab-FFT
使用Matlab对采样数据进行频谱分析的理论和方法(Theory and method of spectrum analysis of sampled data using Matlab)
- 2018-07-31 11:35:37下载
- 积分: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
-
svm
基于支持向量机的人脸年龄估计matlab仿真。(Face Age estimated based on support vector machine matlab simulation.)
- 2013-02-19 16:31:29下载
- 积分:1