-
zgx
MATLAB的GUI制作例子,用MATLAB7.0打开.(MATLAB GUI examples produced using MATLAB7 open.)
- 2007-04-23 18:02:05下载
- 积分:1
-
FFTandIFFT
利用matlab进行FFT和IFFT计算线性卷积,并得到其曲线(Using matlab FFT and IFFT calculations for linear convolution, and get the curve)
- 2011-07-08 22:21:32下载
- 积分:1
-
music-player
audio player USING MATLAB AND GUI TO RUN THIS FILE USE THE FILE A.M
- 2013-11-22 14:18:43下载
- 积分:1
-
beamforming
本人自己编写的最坏性能最优稳健波数形成算法程序,使用非线性约束优化算法进行加载量的求解。另外一个为主程序,测试用。(It s a worst-case-optimal-robust-beamformer for array signal beamforming.)
- 2020-08-16 01:08:23下载
- 积分:1
-
How-to-access-parallel-port-in-MATLAB
How to access parallel port in MATLAB
- 2013-12-04 14:29:25下载
- 积分:1
-
mphtxt_read
读入COMSOL软件所生成的三维mphtxt四面体网格文件,读入相关网格的节点、四面体单元,边界信息。调用此函数时应将包含相关的路径与文件名的字符串作为输入参数。包中包含了一个m函数文件与一个示例网格数据文件。(read the information of 3-d tetrahedron mesh file--*.mphtxt generated by COMSOL. The input parameter is the path and name of mesh file. A matlab source file and mesh file is included in it.)
- 2021-03-20 22:39:18下载
- 积分:1
-
SFH_MFSK
高速跳频,调制样式为MFSK(MFSK/FH),包括信号的发射接收模型,自己写的代码,仅供参考。(err)
- 2008-01-11 20:21:53下载
- 积分:1
-
用MATLAB来实现3个通道的语音盲源分离
盲分离算法,处理声音信号的分离,供语音识别使用(Blind separation algorithm, which handles the separation of sound signals, is used for speech recognition.)
- 2020-12-12 14:39:16下载
- 积分:1
-
肌电信号处理
说明: 肌电信号的处理及MATLAB图形可视化。主要是在MATLAB平台实现的。(EMG signal processing and MATLAB graphics visualization, Mainly in the MATLAB platform to achieve.)
- 2021-03-27 13:49:12下载
- 积分:1
-
svcm_run
support vector classification machine
% soft margin
% uses "kernel.m"
%
% xtrain: (Ltrain,N) with Ltrain: number of points N: dimension
% ytrain: (Ltrain,1) containing class labels (-1 or +1)
% xrun: (Lrun,N) with Lrun: number of points N: dimension
% atrain: alpha coefficients (from svcm_train on xtrain and ytrain)
% btrain: offest coefficient (from svcm_train on xtrain and ytrain)
%
% ypred: predicted y (Lrun,1) containing class labels (-1 or +1)
% margin: (signed) separation from the separating hyperplane (Lrun,1(support vector machine classification% s oft margin% uses "kernel.m"%% xtrain : (Ltrain, N) with Ltrain : number of points N : % ytrain dimension : (Ltrain. 1) containing class labels (-1 or 1)% xrun : (Lrun, N) with Lrun : number of points N : % atrain dimension : alpha coefficients (from svcm_train on xtrain and ytrain)% btrain : offest coefficient (from svcm_train on xtrain and ytrain)%% ypred : predicted y (Lrun. 1) containing class labels (-1 or 1)% margin : (signed) separation from the separating hyper plane (Lrun, 1)
- 2007-03-03 10:59:12下载
- 积分:1