-
duojin
说明: 多径传输的源程序
matlab程序示例(multipath transmission of the source Matlab procedures example)
- 2006-03-06 22:40:57下载
- 积分: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
-
第二部分演示程序及数据
说明: 使用yalmip调用CPLEX求解器求解优化问题(Using yalmip to call CPLEX solver to solve optimization problems)
- 2020-06-22 13:00:02下载
- 积分:1
-
mod16QAM
it`s a code of 16qam by matlab
- 2009-12-07 16:56:54下载
- 积分:1
-
Object_Gerak
Simple Object Detecting GUI
- 2012-08-06 13:59:58下载
- 积分:1
-
jDE
改进的差分进化算法jDE代码,MATLAB代码(Improved differential evolution algorithm jDE code, MATLAB code)
- 2020-09-20 18:47:51下载
- 积分:1
-
shanks
function [a,b,err] = shanks(x,p,q)
SHANKS Model a signal using Shanks method
----
Usage: [a,b,err] = shanks(x,p,q)
The sequence x is modeled as the unit sample response of
a filter having a system function of the form
H(z) = B(z)/A(z)
The polynomials B(z) and A(z) are formed from the vectors
b=[b(0), b(1), ... b(q)]
a=[1 , a(1), ... a(p)]
The input q defines the number of zeros in the model
and p defines the number of poles. The modeling error
is returned in err.
- 2012-04-18 09:58:03下载
- 积分:1
-
Matlab-application
matlab建模,在数学建模竞赛中的应用(matlab modeling, mathematical modeling contest in the application)
- 2013-09-29 08:20:49下载
- 积分:1
-
homer
HOMER is the global standard for microgrid optimization. Avoid costly mistakes by focusing on optimal hybrid power systems that meet your needs.
- 2014-12-10 21:55:59下载
- 积分:1
-
dqpsk
四进制差分相移键控(键控调制方法),樊昌信《通信原理》内容(Four M-ary differential phase shift keying (keying modulation method), Fan Changxin " Communication Theory" content)
- 2009-03-19 22:56:09下载
- 积分:1