-
dsp-matlab
用matlab进行数字信号处理,简单易学,实用性强(matlab dsp)
- 2009-12-09 09:16:31下载
- 积分:1
-
bartlett
This is a DoA estimation algorithm named BARTLETT.
- 2015-03-07 15:39:30下载
- 积分:1
-
amdem
自动目标识别仿真程序,希望能对大家有所帮组!(Automatic target recognition simulation program, hoping it' ll be to help a group!)
- 2011-01-06 19:26:46下载
- 积分:1
-
3D-PLOT-USING-MATLAB-IN-PSCAD
3D PLOT USING MATLAB IN PSCAD
WARNING
* This case only works if you use the Compaq/Intel Fortran Compiler.
A T_D_PLOT component.
It provides the interface to a MATLAB function t_d_plot . It is a user-defined function and the m-file T_D_plot.m contains its definition. This component plots a 3-dimensional curve.
Input: X, Y and Z values of the point to be plot
Output: a dummy output of value zero
Parameters of T_D_PLOT component.
- 2014-01-04 09:39:02下载
- 积分:1
-
QPSK4_Weitongbu
在实现QPSK的系统时,用到的位同步部分的程序(QPSK in the realization of the system, used part of the process-bit synchronous)
- 2009-07-02 21:35:09下载
- 积分:1
-
Renderingindex
自己写的计算色坐标的小程序,内附白炽灯的光谱数据,可供参考。(himself wrote the calculation of color coordinates of small programs, enclosing incandescent spectral data for reference.)
- 2020-12-14 22:19:14下载
- 积分: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
-
16QAM
16QAM源程序,通过噪声信道 用于OFDM通信系统估计(16QAM)
- 2010-05-11 11:05:16下载
- 积分:1
-
LFM_pc_MTI_MTD
雷达系统仿真分析,实现MTI,MTD脉压等各项操作(simulation of radar system)
- 2021-04-28 19:58:44下载
- 积分:1
-
diqiuyi
绘制一个地球仪,挺有趣的,程序简单易懂,主要是里面的数据听宝贵。wrldmatr.mat
wrldcmap.mat
diqiuyi.m(Draw a globe, very interesting, the program easy to understand, which is mainly to listen to valuable data. wrldmatr.mat wrldcmap.mat diqiuyi.m)
- 2011-11-08 16:01:28下载
- 积分:1