-
HandbookofMathematicalMATLAB6.0
MATLAB6.0数学手册MATLAB6.0数学手册(MATLAB6.0 Handbook of Mathematical Handbook of Mathematical MATLAB6.0)
- 2009-05-20 11:15:30下载
- 积分:1
-
VTRM_image
该源程序可直接用于对原始时域信号VTRM成像的信号分析领域。(The source signal analysis can be used directly in the original time-domain signal VTRM imaging.)
- 2014-09-01 11:12:44下载
- 积分:1
-
mcnemar_test
Mcnemar Test in Matlab
- 2015-03-29 05:57:13下载
- 积分:1
-
xinhaochuli123
(一)时域采样及其频谱
一.实验目的:1.熟悉Matable的实验环境,并学会 如何利用其进行对信号处理进行图形分析.
2.编程计算于模拟信号的连续频谱和离散采样信号的连续频谱,实现时域采样及其频谱分析,充分理解时域采样的特点及定理,并在实验过程中体会奈奎斯定理.
二.实验环境: MATABE软件平台
((1) domain and a spectrum. Experimental purposes : 1. Matable familiar with the experimental environment, and learn how to use their right for signal processing graphics for analysis. 2. Programming from the calculation of continuous analog signal spectrum and from the San continuous sampling signal spectrum to achieve sampling and time-domain analysis of the spectrum, the time-domain fully understand the characteristics and sampling theorem. and the experimental process Experience Naikuishi theorem. 2. Experimental environment : MATABE software platform)
- 2006-12-23 01:32:43下载
- 积分:1
-
gp
说明: 关联维数计算程序,包括关联维数计算,相空间重构,关联积分计算(Correlation dimension calculation program, including calculation of correlation dimension, phase space reconstruction, correlation integral calculation)
- 2011-09-13 09:57:19下载
- 积分:1
-
costas
经典载波跟踪环costas环simulink建模仿真,采用QPSK调制,包含上下变频以及三种不同鉴相方式。(Classic costas loop carrier tracking loop simulink modeling and simulation, using QPSK modulation, including the upper and lower frequency, as well as phase three different ways.)
- 2009-01-09 00:58:17下载
- 积分:1
-
Yuv2Mov
将yuv格式的图像转换成jpg格式的和avi格式(turn the image of .yuv to .jpg and .avi)
- 2012-05-28 21:17:46下载
- 积分:1
-
windowedsync
high pass windowed sync filter / plot/develop input output filter response
- 2014-08-10 07:48:13下载
- 积分:1
-
Numerical-Analysis-Using-MATLAB-and-Excel---Steve
Numerical Analysis Using MATLAB and Excel - Steven T. Karris
- 2013-07-24 22:56:25下载
- 积分:1
-
kmeans
function [L,C] = kmeans(X,k)
KMEANS Cluster multivariate data using the k-means++ algorithm.
[L,C] = kmeans(X,k) produces a 1-by-size(X,2) vector L with one class
label per column in X and a size(X,1)-by-k matrix C containing the
centers corresponding to each class.
Version: 07/08/11
Authors: Laurent Sorber (Laurent.Sorber@cs.kuleuven.be)
References:
[1] J. B. MacQueen, "Some Methods for Classification and Analysis of
MultiVariate Observations", in Proc. of the fifth Berkeley
Symposium on Mathematical Statistics and Probability, L. M. L. Cam
and J. Neyman, eds., vol. 1, UC Press, 1967, pp. 281-297.
[2] D. Arthur and S. Vassilvitskii, "k-means++: The Advantages of
Careful Seeding", Technical Report 2006-13, Stanford InfoLab, 2006.
- 2011-12-22 19:38:16下载
- 积分:1