-
SmithOfPan
说明: 多功能史密斯圆图,带单枝节,双枝节匹配,有动态演示效果。各种参数可调。程序调通了,没问题。(Multifunctional Smith map, with single side, double side match, the effect of dynamic presentation. Adjustable parameters. Transfer procedures had, no problem.)
- 2008-10-28 23:18:46下载
- 积分: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
-
Matlabenglishdemention
matlba的英文讲义,对初学者有很大帮助(It has a lot of benefits for learners)
- 2010-08-30 09:10:15下载
- 积分:1
-
GTS400-APP-V2a
固高控制卡程序,点到点运动,双轴插补,测试程序(GuGao Control Card Codes)
- 2014-11-22 11:18:23下载
- 积分:1
-
exchangeline
中国一号信令线路信令中国一号信令线路信令(digital channel associater exchange line signalling public network, standard)
- 2010-01-25 14:21:20下载
- 积分:1
-
matlab
it describes the basic matlab codes and commands
- 2010-10-16 17:35:23下载
- 积分:1
-
Boltzman
说明: 用matlab实现的神经网络Hopfield网络算法,初步编写,欢迎指正(nertural network)
- 2010-03-30 11:01:07下载
- 积分:1
-
CV_CPP
这个版本的代码,基于无边缘活动轮廓,即chan-vese模型,此代码中包含了C++版本和matlab版本(This version of the code, based on active contours without edges, that chan-vese model, this code contains C++ version and matlab version)
- 2015-11-16 11:54:41下载
- 积分:1
-
LsingleLPPGo
长周期光纤光栅透射谱,用来描述长长周期光纤光栅传输特性
(Long period fiber grating transmission spectra used to describe the characteristics of long period fiber grating transmission)
- 2012-08-20 14:32:47下载
- 积分:1
-
The-CPP-Programming-Language
The C++ Programming Language(Bjarne Stroustrup著) 书中第五部分附录及代码(The C++ Programming Language Calculation Codes)
- 2014-01-06 12:35:27下载
- 积分:1