-
Radio_resource_managment
Matlab based Radio Resource Management for Wireless Networks. Normalized enteries calculated in matrix.
- 2009-10-20 22:16:50下载
- 积分:1
-
KnapsackProblem
这是用MATLAB编写的模拟退火算法求解背包问题的程序(This is prepared using MATLAB algorithm simulated annealing procedure for Knapsack Problem)
- 2009-06-28 16:56:24下载
- 积分:1
-
SOME-RADAR-TOPICS
一些雷达的波形设计理论和方法介绍,有一些matlab源代码(Radar waveform design theory and method of introduction, matlab source code)
- 2013-03-05 21:59:26下载
- 积分:1
-
Chapter5
现代通信系统matlab第五章基带数字传输源代码(Modern communications systems Chapter matlab source code baseband digital transmission)
- 2014-01-11 16:16:16下载
- 积分:1
-
PF_codes_boat
粒子滤波,采用matlab与vc共同编写,注意在运行之前需要 在matlab环境下,运行
- 2014-09-11 16:11:27下载
- 积分:1
-
MATLAB
采用MATLAB进行图像的轮廓提取,此为最简单的提取程序。(Using MATLAB contour extraction of the image, this is the most simple extraction procedure.)
- 2015-03-21 21:20:38下载
- 积分:1
-
algorithmictradingstrategy
algorithmic trading strategy backtesting for MATLAB
- 2011-01-12 04:08:25下载
- 积分:1
-
math_exp
Matlab classic program about match experiment
- 2013-12-28 03:56:00下载
- 积分:1
-
IMU-Integrator-master
1. SOH的关于IMU算法的源代码和测试工程,效果非常不错!是SOH硕士论文的代码!(1. SOH source code and test engineering on the IMU algorithm, the effect is very good! Thesis is SOH code!)
- 2021-04-01 23:19:07下载
- 积分: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