-
fircheb
matlab fir chebshev LPF
- 2013-11-21 21:36:36下载
- 积分:1
-
Turbo-MATLAB
这个turbo码的matlab仿真程序~~希望对大家会有用~~谢谢~~我只想要和大家分享一下(The turbo code matlab simulation program we hope will be useful ~ ~ ~ ~ ~ I just want to thank you and share with you)
- 2020-06-30 02:20:01下载
- 积分:1
-
Search-in-Rotated-Sorted-Array
LeetCode OJ:Search in Rotated Sorted Array
- 2014-06-01 15:49:43下载
- 积分: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
-
ZhaoEtal07JSAC-Matlab
说明: 最优化理论 认知无线电 功率控制方面的资料,写得很详细。( Probability-based optimization of inter-sensing duration and power control in cognitive radio
)
- 2011-02-20 21:17:44下载
- 积分:1
-
jiaoniruheyongmatlab_simulink
教你如何使用matlab语言环境下simulink模块设计(Teach you how to use the language environment matlab simulink module design)
- 2011-05-09 16:02:49下载
- 积分:1
-
SkeletonPruningDCE
AppWizard创建了这个skeletonpruningdce应用你。这个应用程序
不仅表明了使用微软基础类的基本知识
但也编写应用程序的起点。(AppWizard has created this SkeletonPruningDCE application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.)
- 2014-10-14 10:06:52下载
- 积分:1
-
Pos_Sat
运用matlab程序进行GPS卫星定位的matlab代码(Matlab program for the use of GPS satellite positioning matlab code)
- 2011-09-14 11:05:12下载
- 积分:1
-
1
说明: 电力系统潮流上机程序,已知线路结构,pq节点,pv节点和平衡节点,求各点的未知量。(Power System Power program, known line structure, pq node, pv nodes and balancing node, find the unknown amount of points.)
- 2011-05-13 22:11:28下载
- 积分:1
-
hilbert
这段代码是用来求希尔伯特变换的,希望对大家有用(The Hilbert transform
)
- 2014-08-24 09:28:12下载
- 积分:1