CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - matlab toolbox w
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - matlab toolbox w - List
[
Special Effects
]
toolbox_signal
DL : 0
This toolbox implements the algorithm in a fairly general way in a C file that can be called from Matlab. It allows to perform the traditional NL-means for denoising (for both B&W and color images) but also to use an arbitrary set of patches to perform the denoising. -This toolbox implements the algorithm in a fairly general way in a C file that can be called f rom Matlab. It allows to perform the traditiona l NL-means for denoising (for both B
Update
: 2008-10-13
Size
: 1.34mb
Publisher
:
张文国
[
Speech/Voice recognition/combine
]
voice464
DL : 0
基于dtw算法的语音识别 1 ENFRAME.M和MELBANKM.M取自voicebox工具箱 2 vad.m实现端点检测 3 mfcc.m计算mfcc参数 4 dtw.m实现DTW算法[训练] dtw2.m实现DTW高效算法 5 testdtw.m测试程序-based speech recognition algorithm and a ENFRAME.M MELBANKM.M from v oicebox Toolbox 2 vad.m achieve endpoint detection three mfcc.m mfcc calculation parameters four dt w.m achieve DTW [training] dtw2.m DTW achieve efficient algorithm for measuring 5 testdtw.m test procedures
Update
: 2025-02-19
Size
: 751kb
Publisher
:
q024100404
[
Special Effects
]
toolbox_signal
DL : 0
This toolbox implements the algorithm in a fairly general way in a C file that can be called from Matlab. It allows to perform the traditional NL-means for denoising (for both B&W and color images) but also to use an arbitrary set of patches to perform the denoising. -This toolbox implements the algorithm in a fairly general way in a C file that can be called f rom Matlab. It allows to perform the traditiona l NL-means for denoising (for both B
Update
: 2025-02-19
Size
: 1.34mb
Publisher
:
张文国
[
matlab
]
MatlabToolbox1
DL : 0
matlab 应用数学工具箱的使用,包括概率统计、偏微分方程等。-matlab toolbox of applied mathematics, including probability and statistics, such as partial differential equations.
Update
: 2025-02-19
Size
: 3.07mb
Publisher
:
guo guo
[
Algorithm
]
HomLab10_Release
DL : 1
多项式同伦延拓的matlab工具箱以及练习程序 是以下书籍的matlab代码: Andrew J. Sommese and Charles W. Wampler, Numerical Solution of Systems of Polynomials Arising in Engineering and Science,World Scientific, 2005-Matlab programs to accompany the book: Andrew J. Sommese and Charles W. Wampler, Numerical Solution of Systems of Polynomials Arising in Engineering and Science, World Scientific, 2005. HomLab = a toolbox for polynomial homotopy continuation Exercise = application m-files for exercises in Sommese & Wampler
Update
: 2025-02-19
Size
: 100kb
Publisher
:
zihanhuang
[
matlab
]
DTFT
DL : 0
给出了x(n)=A*a^n*cos(w*n+theta),A,a,w,theta均为实数,程序中给出了如何不同过matlab的自带工具箱求解其DTFT的过程-Given x (n) = A* a ^ n* cos (w* n+ theta), A, a, w, theta, are real numbers, the procedure given how different matlab comes toolbox for solving itsthe process of DTFT
Update
: 2025-02-19
Size
: 13kb
Publisher
:
shujian
[
GUI Develop
]
Dig_Filter
DL : 0
Filter can be FIR or IIR. - Filter type can be lowpass, highpass, bandpass, or bandstop. - Direct methods or optimization ones can be used during the design procedure. In order to learn how you can use this toolbox, please copy all the codes included in the "Dig_Filter" folder into the current directory of your Matlab and type "help Dig_Filter". Note 1: At the moment, because of copyright issues, I removed bfgs , dfp , and inex_lsearch optimization algorithms. So, in the case of designing IIR filters using optimization algorithm, Optimization_Method in the toolbox just can work via fminunc which is a Matlab function. IMPORTANT NOTE: In the case of designing IIR filters using optimization methods, Dig_Filter uses MATLAB functions bfgs, dfp, and inex_lsearch. These functions are part of the MATLAB support materials of the following textbook: A. Antoniou and W.-S. Lu, "Practical Optimization: Algorithms and Applications", Springer, 2007-Filter can be FIR or IIR. - Filter type can be lowpass, highpass, bandpass, or bandstop. - Direct methods or optimization ones can be used during the design procedure. In order to learn how you can use this toolbox, please copy all the codes included in the "Dig_Filter" folder into the current directory of your Matlab and type "help Dig_Filter". Note 1: At the moment, because of copyright issues, I removed bfgs , dfp , and inex_lsearch optimization algorithms. So, in the case of designing IIR filters using optimization algorithm, Optimization_Method in the toolbox just can work via fminunc which is a Matlab function. IMPORTANT NOTE: In the case of designing IIR filters using optimization methods, Dig_Filter uses MATLAB functions bfgs, dfp, and inex_lsearch. These functions are part of the MATLAB support materials of the following textbook: A. Antoniou and W.-S. Lu, "Practical Optimization: Algorithms and Applications", Springer, 2007
Update
: 2025-02-19
Size
: 11kb
Publisher
:
anish
[
Special Effects
]
NL-Means
DL : 1
Non-local means算法由A. Buades, B. Coll, J.M Morel提出。该算法的主要参考文献为: A. Buades, B. Coll, J.M Morel, A review of image denoising algorithms, with a new one , Multiscale Modeling and Simulation (SIAM interdisciplinary journal), Vol 4 (2), pp: 490-530, 2005. 这个工具箱以一种相当普遍的方式可以被matlab调用的C文件上实现这个算法。它允许执行传统的NL-means进行去噪(对黑白图像和彩色图像均适用)并且使用任意一组补丁执行去噪。 -The non-local means is an algorithm introduced by A. Buades, B. Coll, J.M Morel. The main reference for the algorithm is A. Buades, B. Coll, J.M Morel, A review of image denoising algorithms, with a new one , Multiscale Modeling and Simulation (SIAM interdisciplinary journal), Vol 4 (2), pp: 490-530, 2005. This toolbox implements the algorithm in a fairly general way in a C file that can be called Matlab. It allows to perform the traditional NL-means for denoising (for both B&W and color images) but also to use an arbitrary set of patches to perform the denoising.
Update
: 2025-02-19
Size
: 1.74mb
Publisher
:
沙天飞
[
matlab
]
NMF-DTU-Toolbox
DL : 0
matlab源代码,是非负矩阵分解工具箱,包含乘法更新,最小二乘约束,投影梯度法等方法-Usage: [W,H] = nmf(X,K,alg,maxiter,speak) W: output matrix H: output matrix X: input matrix K: number of components alg: algorithm to use maxiter: maximum number of iterations speak: print to screen Algorithms: mm: Multiplicative updates method using euclidean distance measure. cjlin: Projected gradient method prob: Probabilistic non-negative matrix factorization. als: Alternating least squares. alsobs: Alternating least squares with optimal brain surgeon. Demonstrations: PET: NMF on a PET dataset Text: NMF used on a three different datasets Email, medical, and CNN. Algorithms mm: Multiplicative update method using euclidean distance measure. Described in Lee and Seung, 2001, Algorithms for Non-negative Matrix Factorization, Advances in Neural Information Processing Systems 13, 556-562. This algorithm is the most commonly used algorithm to solve NMF. cjlin: Alternative non-negative least squares using projected gradients. Author: Chih-Je
Update
: 2025-02-19
Size
: 15.02mb
Publisher
:
沈猴子
[
ARM-PowerPC-ColdFire-MIPS
]
MATLAB高阶谱分析信号处理工具箱(HOSA) Toolbox
DL : 0
kjkj jkaj kjlj jasofiu jojoa jlkj jkj j lkj klj jsfjoe oeuro jd jodiu ieu iueur dj oed fdfe ewe ewr wer t ret t w e
Update
: 2025-02-19
Size
: 104kb
Publisher
:
manny1
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.