-
Matlab-Realization-of-a-special-matrix
使用Matlab实现特殊矩阵,对初学Matlab的人很有帮助(It has benefits for learners)
- 2010-08-30 09:58:40下载
- 积分:1
-
tname
说明: 大家好,本程序功能是VC环境下Matlab组件后绑定的实现,希望对大家有所帮助(Hello everyone, this program features is the VC environment Matlab after the binding components to achieve, I hope all of you to help)
- 2008-10-19 09:54:44下载
- 积分: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
-
ant_array_min_therm_noise
凸优化matlab工具箱cvx使用实例,自适应波束形成,斯坦福大学凸优化大牛S.Boyd编写(matlab toolbox for convex optimization ,written by S.Boyd from Stanford University)
- 2021-02-23 11:09:40下载
- 积分:1
-
A-capon-beamforming
MIMO 雷达波束设计方面的文献,有需要可以看看(A capon beamforming method for clutter suppression in MIMO radar)
- 2014-12-04 21:31:01下载
- 积分:1
-
MATLAB
matlab编写的一个递归应用,同时生成动态链接库(dll)。并用vc++测试(matlab generate dynamic link library (dll). And using vc++ test)
- 2013-11-27 15:11:36下载
- 积分:1
-
matlab
说明: matlab课件及程序例讲解以及matlab算法实例文件(PDF)格式(courseware and procedures matlab matlab algorithm cases and practical examples to explain (PDF) format)
- 2011-03-24 21:46:33下载
- 积分:1
-
sfsagfs
一种可以穿透还原卡和还原软件的代码......................................................................(mofeng)
- 2010-03-05 01:24:47下载
- 积分:1
-
MindVB_3Apr2K_Source
MATLAB,VB做成的神经网络计算程序(MATLAB, VB caused by the neural network program)
- 2007-05-04 18:03:21下载
- 积分:1
-
shudu
说明: 自己写的求解数度代码,喜欢的可以下来看看(Written several times to solve their own code, like you can look down)
- 2010-05-03 01:44:57下载
- 积分:1