-
15-07-0648-00-003c-channel-model-matlab-code-relea
说明: 最新UWB 60GHz tg3c channel model(newest UWB 60GHz tg3c channel model)
- 2010-05-04 17:32:00下载
- 积分:1
-
bvhReadFile
用于运动捕获数据的读取,所读取的数据是96维度的矩阵(Motion capture data for reading data, the read-dimensional matrix is 96)
- 2015-01-19 16:58:13下载
- 积分:1
-
functionz
说明:
在三次样条中,要寻找三次多项式,以逼近每对数据点间的曲线。在样条术语中,这些数据点称之为断点。因为,两点只能决定一条直线,而在两点间的曲线可用无限多的三次多项式近似。因此,为使结果具有唯一性。在三次样条中,增加了三次多项式的约束条件。通过限定每个三次多项式的一阶和二阶导数,使其在断点处相等,就可以较好地确定所有内部三次多项式。此外,近似多项式通过这些断点的斜率和曲率是连续的。然而,第一个和最后一个三次多项式在第一个和最后一个断点以外,没有伴随多项式。因此必须通过其它方法确定其余的约束。最常用的方法,也是函数spline所采用的方法,就是采用非扭结(not-a-knot)条件。这个条件强迫第一个和第二个三次多项式的三阶导数相等。对最后一个和倒数第二个三次多项式也做同样地处理。
(the Cubic Spline, to find three polynomial, approaching every right to point the data curve. The kind of terms, these data points called breakpoints. Because only two points a straight decisions, and in between the two curves can be used an infinite number of cubic polynomial approximation. Therefore, in order for the outcome of uniqueness. The Cubic Spline, add the cubic polynomial bound by the conditions. By limiting each cubic polynomial of the first order and second-order derivative, it breakpoint in the same Department, we can better identify all internal cubic polynomial. In addition, the polynomial approximation of these breakpoints slope and curvature is continuous. However, the last one and a cubic polynomial in a breakpoint and the final one, not accompanied by polynomials. There)
- 2006-03-15 21:19:29下载
- 积分:1
-
AZIMUTHANGLE
Determines azimuth angle in all sky imager images.
- 2014-08-21 17:16:06下载
- 积分:1
-
SEP
matlab code for SEP protocol
- 2015-01-03 13:34:06下载
- 积分:1
-
matlabPaint
说明: 使用matlab中的多个命令来画出二维、三维的图像(Using matlab multiple commands to draw two-dimensional, three-dimensional images)
- 2010-04-24 21:02:48下载
- 积分: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
-
SimpleSolarCellAndPanelModel
this file descpribe pv cell model for photovoltaic system
- 2011-09-15 15:12:57下载
- 积分:1
-
circonv-cirshift
说明: 循环卷积 循环移位 matlab 编程
circonv,cirshift(circular convolution cyclic shift Matlab programming circonv, cirshift)
- 2006-03-12 10:59:48下载
- 积分:1
-
power-system-signal
这是一个电力系统信号,其中频率为200和300.应用付立叶变换并求频谱图
(This is a power system signal, including frequency of 200 and 300 apply Fourier transform and spectrum requirements)
- 2011-06-30 08:23:51下载
- 积分:1