-
MelodySteppingstone
This is dialog program.
for use playing the music through the serial interface.
So, this program is included RS-232.
- 2014-08-18 19:42:08下载
- 积分:1
-
258mimo_ofdm
信道建模的大牛Laurent Schumacher的MIMO信道MATLAB仿真程序的使用方法说明文件(PDF格式),完整的图像显示和分析,对MIMO研究工作很有帮助。(The result is an IS-95CDMA forward link software simulation package ,which mimics real-time data communication from a basestation to a cellular unit)
- 2009-05-11 01:20:54下载
- 积分:1
-
drawfunction_for_ppcandpc
可用于pocket pc 和 pc上的轨迹描绘程序,通过给出坐标描绘出轨迹。并可以进行移动缩放,以及坐标显示等功能。(Can be used for pocket pc and pc on the track of the procedures described by the coordinates given depict the trajectory. And can move the zoom, as well as the coordinates display functions.)
- 2007-12-04 13:55:01下载
- 积分:1
-
ColorInvariance
自己做的程序中的一部分,颜色不变量模型的实现,一个函数(Own program part, color invariant model for the realization of a function)
- 2013-01-22 11:05:30下载
- 积分: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
-
matrix
说明: C++矩阵运算,可以像matlab那样轻松使用(C++ matrix computation)
- 2010-04-20 10:09:02下载
- 积分:1
-
tuxiangfenli
说明: 通过对独立分量分析算法的研究,介绍了该算法的基本模型及目前应用最广泛的快速定点ICA算法的数学原理.通过仿真试验结果表明,用该算法对随机混合的3幅图像进行盲分离,取得了理想的效果.(By independent component analysis algorithm, introduced the algorithm for the basic model and is currently the most widely used fast fixed-point ICA algorithm of mathematical principles. Through the simulation test results show that the algorithm to a random mixture of three images in blind source separation, and achieved the desired results.)
- 2008-10-10 12:56:13下载
- 积分:1
-
SPP
卫星导航的单点定位程序,设计简单,原理清楚,是学习编程的好资料。(Single point positioning satellite navigation application, simple design, the principle is clear, is good reference to learn programming.)
- 2015-01-23 22:15:00下载
- 积分:1
-
图形输出
一个vc+matlab混合编程的例程(a mixed vc+ Matlab programming routines)
- 2004-09-28 11:37:03下载
- 积分:1
-
bp
说明: 基于MATLAB完成的神经网络源程序,可以利用该程序完成有关神经网络的应用。(MATLAB based on the completion of the neural network source code, you can use the program to complete the neural network applications.)
- 2009-02-12 13:54:26下载
- 积分:1