-
saveppt1207
SAVEPPT(filespec,title,prnopt) saves the current Matlab figure window or Simulink model window to a PowerPoint file designated by filespec.(SAVEPPT (filespec, title, prnopt) saves the current Matlab figure window or Simulink model window to a PowerPoint file designated by filespec.)
- 2007-12-17 00:09:25下载
- 积分:1
-
MatlabSimuLinkToCode
Matlab_Simulink模型到C_C_代码的自动实现(Matlab_Simulink model to C_C_ code automatically)
- 2010-10-10 10:45:17下载
- 积分:1
-
Windowing
In this letter, we propose anovel family of windowing
technique to compute mel frequency cepstral coefficient (MFCC)
for automatic speaker recognition from speech. The proposed
method is based on fundamental property of discrete time Fourier
transform (DTFT) related to differentiation in frequency domain.
Classical windowing scheme such as Hamming window
- 2013-02-11 00:33:16下载
- 积分:1
-
pls
这个程序是基于MATLAB实现的偏最小二乘算法(MATLAB implementation is based on partial least squares algorithm)
- 2013-08-02 18:49:18下载
- 积分:1
-
Mel
应用matlab实现梅尔倒谱系数的提取,通过采用不同样本进行数据对比(Application matlab realize extract Mel cepstral pedigree data by comparing different samples)
- 2013-11-26 16:31:53下载
- 积分:1
-
matlab-import-dxf
用matlab读取.dxf文件。本站原有代码dxf2coord_20.m中对于圆弧只能读出其圆心坐标及半径,缺少圆弧起始角及终止角,并不能在应用中实际用起来。修改后可以读出圆弧的起始角和终止角(the script can offer start angle and end angle of an arc,which are unable to access in an earlier script dxf2coord_20.m 。)
- 2020-06-30 07:00:02下载
- 积分:1
-
AP
说明: 近邻传播是一种较新颖的聚类方法,运算量少,聚类速度快。(Affinity Propagation is a new clustering method, which has a low calculation and high clustering speed.)
- 2014-04-04 15:42:07下载
- 积分:1
-
DPD_example
預失真是一種用於改善無線電發射機放大器線性度的技術。大多數電信系統中的無線電發射機放大器需要是“線性的”,因為它們必須準確地再現其輸入端存在的信號。 壓縮其輸入或具有非線性輸入/輸出關係的放大器導致輸出信號濺到相鄰的射頻上。 這會對其他無線電信道造成乾擾。(Predistortion is a technique used to improve the linearity of radio transmitter amplifiers. Radio transmitter amplifiers in most telecommunications systems are required to be "linear", in that they must accurately reproduce the signal present at their input. An amplifier that compresses its input or has a non-linear input/output relationship causes the output signal to splatter onto adjacent radio frequencies. This causes interference on other radio channels.)
- 2019-02-21 23:04:45下载
- 积分:1
-
polar_ber.m
polar baseband transmission in matlab
- 2013-03-08 16:18:54下载
- 积分:1
-
GM_EM
不错的GM_EM代码。用于聚类分析等方面。( GM_EM- fit a Gaussian mixture model to N points located in n-dimensional
space.
Note: This function requires the Statistical Toolbox and, if you wish to
plot (for k = 2), the function error_ellipse
Elementary usage:
GM_EM(X,k)- fit a GMM to X, where X is N x n and k is the number of
clusters. Algorithm follows steps outlined in Bishop
(2009) Pattern Recognition and Machine Learning , Chapter 9.
Additional inputs:
bn_noise- allow for uniform background noise term ( T or F ,
default T ). If T , relevant classification uses the
(k+1)th cluster
reps- number of repetitions with different initial conditions
(default = 10). Note: only the best fit (in a likelihood sense) is
returned.
max_iters- maximum iteration number for EM algorithm (default = 100)
tol- tolerance value (default = 0.01)
Outputs
idx- classification/labelling of data in X
mu- GM centres)
- 2013-03-28 12:26:37下载
- 积分:1