Main Content

748 results in File Exchange

  • 1.5K (All time)
  • 5 (Last 30 days)
  • 4.7 / 5
  • Community
  • 11 Apr 2023

Volterrafaces Face Recognition System

Version 1.0.0.0 by Ritwik Kumar

Discriminant Analysis Using Volterra Kernels

was published in the following paper, please cite it if you find this code useful:Ritwik Kumar, Arunava Banerjee and Baba C. Vemuri, Volterrafaces: Discriminant Analysis using Volterra Kernels”, IEEE

  • 2.6K (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 26 Jun 2010

Fast Volterra Filtering

Version 1.7.0.0 by José Goulart

Fast algorithm for computing the response of a discrete Volterra model given a input sequence.

output of the % p-th homogeneous nonlinear system,% i.e., the multidimensional convolution% of the input with the kernel kp.% To get the overall output of the % Volterra filter, useyP = sum(y,1);Note: The

- fastVM Fast algorithm for computing the response of a discrete Volterra
  • 1.8K (All time)
  • 3 (Last 30 days)
  • 4.0 / 5
  • Community
  • 12 Oct 2011

Volterra Integral Equations Solver

Version 1.2.0.0 by Ankit Digarsey

Analytical Solutions of Volterra Integral Equations.

Solve Volterra Integral Equations with Difference Kernel (Convolution) using Laplace Transform.

  • 1K (All time)
  • 2 (Last 30 days)
  • 4.0 / 5
  • Community
  • 19 Feb 2015

Numerical Techniques for Volterra Equations

Version 1.4.0.0 by Hirak Doshi

Numerical Volterra Equation Solver

To solve the Volterra Integral Equation with DIFFERENCE KERNEL numerically using Trapezoidal Rule of Integration. You can also compare the numerical and exact solutions. Exact solution is obtained

  • 695 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 5 Mar 2015

Separate Kernel in 1D kernels

Version 1.2.0.0 by Dirk-Jan Kroon

Decompose an arbitrary N dimensional filtering kernel into 1D kernels, for faster filtering

This function SEPARATEKERNEL will separate ( do decomposition of ) any 2D, 3D or nD kernel into 1D kernels. Of course only a sub-set of Kernels are separable such as a Gaussian Kernel, but it

- This function SEPARATEKERNEL will separate ( do decomposition ) any
  • 1.3K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 27 Jul 2010

Violin Plot

Version 1.7.0.0 by Holger Hoffmann

Violin Plot based on kernel density estimation, using default ksdensity

This function creates simple violin plots by estimating the kernel density, using matlabs default ksdensity(). Given a matrix or table with m columns, you will get violins for each of the columns

  • 25.6K (All time)
  • 96 (Last 30 days)
  • 4.9 / 5
  • Community
  • 3 Nov 2015

Kernel decomposition

Version 1.0.0.0 by Cris Luengo

This function does the decomposition of a separable nD kernel into its 1D components.

This function does the decomposition of a separable nD kernel intoits 1D components, such that a convolution with each of thesecomponents yields the same result as a convolution with the full

- This function does the decomposition of a separable nD kernel into
  • 1.1K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 20 Jul 2010

Lotka-Volterra Predator Prey Model

Version 1.0.0.0 by James Adams

Plots a phase portrait and time series of the Lotka-Volterra model

Matlab program to plot a phase portrait of the Lotka-Volterra Predator Prey model. In addition, the user is given the option of plotting a time series graph for x or y. Equations are solved using a

  • 4.6K (All time)
  • 2 (Last 30 days)
  • 4.9 / 5
  • Community
  • 3 Apr 2014

kernel density estimation

Version 1.3.0.0 by Zdravko Botev

fast and accurate state-of-the-art bivariate kernel density estimator

fast and accurate state-of-the-art bivariate kernel density estimator with diagonal bandwidth matrix. The kernel is assumed to be Gaussian. The two bandwidth parameters are chosen optimally without

  • 25K (All time)
  • 13 (Last 30 days)
  • 4.4 / 5
  • Community
  • 30 Dec 2015

SVM using various Kernels

Version 1.0.0.0 by Bhartendu

Performance of various Kernels for SVM classification

Refer: An Introduction to Support Vector Machines and Other Kernel-based Learning Methods by Nello Cristianini and John Shawe-Taylor] The training algorithm only depend on the data through dot

- SVM using various Kernels
  • 2.2K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 20 May 2017

Kernel Density Estimator

Version 1.5.0.0 by Zdravko Botev

Reliable and extremely fast kernel density estimator for one-dimensional data

Reliable and extremely fast kernel density estimator for one-dimensional data; Gaussian kernel is assumed and the bandwidth is chosen automatically; Unlike many other implementations

- Reliable and extremely fast kernel density estimator for one-dimensional data;
  • 30.1K (All time)
  • 13 (Last 30 days)
  • 4.7 / 5
  • Community
  • 30 Dec 2015

Kernel Smoothing Regression

Version 1.2.0.0 by Yi Cao

A non-parametrical regression (smoothing) tool using Gaussian kernel.

expectation of a random variable:E(Y|X) = f(X)where f is a non-parametric function.Based on the kernel density estimation technique, this code implements the so called Nadaraya-Watson kernel regression

- KSR Kernel smoothing regression
  • 19K (All time)
  • 3 (Last 30 days)
  • 4.5 / 5
  • Community
  • 24 Dec 2008

Kernel PCA

Version 1.0.0.0 by Ambarish Jash

Non-linear dimension reduction using kernel PCA.

This technique takes advantage of the kernel trick that can be used in PCA. This is a tutorial only and is slow for large data sets.In line 30 the kernel can be changed. Any Kernel should do it.Ref :

  • 13.3K (All time)
  • 3 (Last 30 days)
  • 4.5 / 5
  • Community
  • 20 Apr 2010

Kernel Ridge Regression in Matlab

Version 1.0.0.0 by Joseph Santarcangelo

Kernel Ridge Regression

This code implements Kernel Ridge Regression, just run main.m, there is also a function to generate some polynomial toy data and randomly partition the data into training and validation data. Create

- This function randomly partitions data into training, validation and testing data using Cross Validation.
- This Function generates some polynomial toy data
  • 1.4K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 12 Mar 2015

Fractional Order Chaotic Systems

Version 1.3.0.0 by Ivo Petras

Numerical solutions of the fractional order chaotic systems.

's system,-Newton-Leipnik's system,-Rossler's system,-Lotka-Volterra system,-Duffing's system,-Van der Pol's oscillator,-Volta's system,-Lu's system,-Liu's system,-Chua's systems,-Financial system,-3 cells CNN.The functions

- % Numerical Solution of the Fractional-Order Lotka-Volterra System
  • 10.9K (All time)
  • 4 (Last 30 days)
  • 4.9 / 5
  • Community
  • 26 Mar 2016

Second Order Volterra-LMS Filter

Version 1.0.1 by Dwaipayan Ray

Nonlinear System Identification using Second-Order Adaptive Volterra Filters: A #Generic Code

In this code, we will identify a nonlinear system using the traditional second-order adaptive Volterra filter. These type of filters are also known as linear-in-the-parameters nonlinear adaptive

  • 741 (All time)
  • 2 (Last 30 days)
  • 4.0 / 5
  • Community
  • 30 Nov 2018

Bivariate kernel density and regression

Version 1.0.0.0 by Richard Tol

Bivariate kernel density, kernel regression, and kernel quantile regression

Returns, for two data series:Marginal kernel densitiesBivariate kernel densityConditional kernel densityNadaraya-Watson kernel regressionkernel quantile regressionMethod: Gaussian kernel, Silverman

  • 377 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 13 Sep 2013

  • 1.3K (All time)
  • 24 (Last 30 days)
  • 5.0 / 5
  • Community
  • 18 Aug 2023

Volterra-Wiener Characterization

Version 1.0.9 by Ayad Al-Rumaithi

Volterra-Wiener characterization of non-linear dynamic systems

function:function y=Volterra_Wiener_Forecast(x,h0,h1,h2)Inputx: input signal of size (N*1)h0: zero order kernelh1: first oder kernel of size(MaxLag1+1,1)h2: second order kernel of size(MaxLag2+1,MaxLag2+1)outputy

  • 232 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 14 Sep 2024

Kernel Kmeans

Version 1.8.0.0 by Mo Chen

kernel kmeans algorithm

This function performs kernel kmeans algorithm. When the linear kernel (i.e., inner product) is used, the algorithm is equivalent to standard kmeans algorithm. Several nonlinear kernel functions are

- Perform kernel kmeans clustering.
- Linear kernel (inner product)
- Prediction for kernel kmeans clusterng
  • 6.9K (All time)
  • 2 (Last 30 days)
  • 3.9 / 5
  • Community
  • 11 Mar 2017

Kernel Density Estimator for High Dimensions

Version 1.0.0.0 by Zdravko Botev

fast multivariate kernel density estimation for high dimensions

Fast adaptive kernel density estimation in high dimensions in one m-file. Provides optimal accuracy/speed trade-off, controlled via a parameter "gam"; To increase speed for "big data" applications

- adaptive kernel density estimation in high dimensions;
  • 1.9K (All time)
  • 4 (Last 30 days)
  • 5.0 / 5
  • Community
  • 21 Jul 2016

Kernel PCA and Pre-Image Reconstruction

Version 3.2 by Quan Wang

standard PCA, Gaussian kernel PCA, polynomial kernel PCA, pre-image reconstruction

Kernel PCA and Pre-Image Reconstruction OverviewIn this package, we implement standard PCA, kernel PCA, and pre-image reconstruction of Gaussian kernel PCA.We also provide three demos:Two concentric

  • 18K (All time)
  • 1 (Last 30 days)
  • 4.7 / 5
  • Community
  • 15 Jun 2023

Kernel PCA

Version 1.0.0.0 by Bhartendu

Kernel PCA analysis with Kernel ridge regression & SVM regression

Refer to 6.2.1 KPCA, Kernel Methods for Pattern Analysis, John Shawe-Taylor University of Southampton, Nello Cristianini University of California at Davis Refer to 6.2.2 Kernel Ridge Regression, An

  • 1K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 26 May 2017

Kernel Ridge Regression

Version 1.0.0.0 by Bhartendu

Kernel Ridge Regression using various Kernels

Refer to 6.2.2 Kernel Ridge Regression, An Introduction to Support Vector Machines and Other Kernel-based Learning Methods, Nello Cristianini and John Shawe-Taylor Refer to 7.3.2 Kernel Methods for

  • 1.1K (All time)
  • 2 (Last 30 days)
  • 4.2 / 5
  • Community
  • 25 May 2017

Kernel Adaptive Filtering Toolbox

Version 2.0.0.0 by Steven Van Vaerenbergh

A Matlab benchmarking toolbox for kernel adaptive filtering

Kernel adaptive filters are online machine learning algorithms based on kernel methods. Typical applications include time-series prediction, nonlinear adaptive filtering, tracking and online learning

  • 2.7K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 5 May 2023

Chebpack

Version 1.8.0.0 by Damian Trif

The MATLAB package Chebpack solves specific problems for differential or integral equations.

- Solves Volterra integral equations
- Solves Volterra integral equations
- solves nonlinear Volterra integral equations of the type
  • 1.9K (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 3 Jul 2014

Lotka Volterra & Oregonator Using GUI

Version 1.0.0.0 by Housam Binous

Use GUI to present the solution of nonlinear dynamic problems

Solves the Lotka Volterra and Oregonator problems using GUI to present the results. The results show a limit cycle typical of nonlinear dynamic problems. This work was performed as a small three

- LOTKA_VOLTERRAGUI M-file for Lotka_VolterraGUI.fig
  • 3.4K (All time)
  • 1 (Last 30 days)
  • 4.3 / 5
  • Community
  • 9 Dec 2005

Kernel Wiener Filter (Kernel Dependency Estimation)

Version 1.0.0.0 by Makoto Yamada

The kernel Wiener Filter (kernel Dependency Estimation) algorithm in MATLAB.

The kernel Wiener Filter (kernel Dependency Estimation) in MATLAB.Note: The algorithm dependes on the eigenvalue decomposition, thus only a few thousand of data samples for training dataset is

- Kernel Wiener Filter (Kernel Dependency Estimation) using Canonical
  • 3.4K (All time)
  • 1 (Last 30 days)
  • 4.5 / 5
  • Community
  • 18 Feb 2008

Kernel Learning Toolbox

Version 1.0 by Mo Chen

Machine Learning with kernels

This package provides functions that manipulate data in kernel space, such as centerization in kernel space, computing distance from kernel, etc. Many kernel algorithms for machine learning are

- Kernel PCA
- Linear kernel (inner product)
- Gaussian process (kernel) regression
- Perform kernel k-means clustering.
- Prediction for kernel PCA
- Centerize the data in the kernel space
- Prediction for kernel kmeans clusterng
- Prediction for Gaussian Process (kernel) regression model
- Transform a squared distance matrix to a kernel matrix.
- Transform a kernel matrix (or inner product matrix) to a squared distance matrix
- Written by Mo Chen (sth4nth@gmail.com).
- Principal component analysis
- Perform k-means clustering.
- Pairwise square Euclidean distance between two sample sets
- Prediction for kmeans clusterng
- Generate samples from a Gaussian mixture distribution with common variances (kmeans model).
- Compute log pdf of a Gaussian distribution.
- Plot 1d curve and variance
- Compute linear regression model reponse y = w'*X+w0 and likelihood
  • 1.2K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 8 Mar 2016

Local Linear Kernel Regression

Version 1.0.0.0 by Yi Cao

A function to provide local linear estimator of Gaussian kernel regression

This is the local linear version of the kernel smoothing regression function: http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=19195&objectType=FILEThe local linear

- KSRLIN Local linear kernel smoothing regression
  • 8.6K (All time)
  • 1 (Last 30 days)
  • 4.5 / 5
  • Community
  • 14 Apr 2008

MATLAB-Kernel-PCA

Version 2.0.1 by Masaki Kitayama

MATLAB Kernel PCA: PCA with training data , projection of new data

KernelPca.m is a MATLAB class file that enables you to do the following three things with a very short code. 1.fitting a kernel pca model with training-data with the three kernel functions (gaussian

  • 1.3K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 30 Nov 2021

Essential MATLAB

Version 1.0.0.0 by Brian Hahn

Companion software for Essential MATLAB for Scientists and Engineers

  • 6.4K (All time)
  • 3 (Last 30 days)
  • 4.3 / 5
  • Community
  • 7 Mar 2003

Kernel Ridge Regression

Version 1.0.0.0 by Ambarish Jash

This is ridge regression implemented using the Gaussian Kernel.

The Gaussian Kernel can be changed to any desired kernel. However such a change will not dramatically improve results. This is a variant of ridge regression using the kernel trick (Mercers Theorem).

- % This function performs the kernel ridge regression using the Gaussian
  • 2.4K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 14 Apr 2010

gibbonCode/GIBBON

Version 3.5.0 by Kevin Moerman

GIBBON: The Geometry and Image-Based Bioengineering add-ON for MATLAB

- Below is a demonstration of the features of the gauss_kernel function
  • 4K (All time)
  • 26 (Last 30 days)
  • 5.0 / 5
  • Community
  • 15 Jul 2024

Weisfeiler-Lehman Optimal Assignment Kernel

Version 1.0.0.0 by Pierre-Louis Giscard

Suit of algorithms implementing the Weisfeiler-Lehman Optimal Assignment kernel on graphs

Ensemble of algorithms implementing the Weisfeiler-Lehman Optimal Assignment kernel for graph classification tasks. The algorithms are based on the publication, N. Kriege, P.-L. Giscard, R. C. Wilson

- HIKernelM Compute the kernel matrix using the histogram intersection
- Example use of WL-OA functions
- WLLabellingSet Construct the labeltree for the set of graphs A up to depth
- Compute the vector representation of a set of labels from a labelling
  • 103 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 12 Oct 2017

Kernel density estimation for circular functions

Version 1.5.0.0 by Dylan Muir

Performs kernel density estimates over arbitrary periodic domains.

See also http://dylan-muir.com/articles/circular_kernel_estimation/circ_ksdensity - Compute a kernel density estimate over a periodic domainUsage: [vfEstimate] = circ_ksdensity(vfObservations

- circ_ksdensity FUNCTION - Compute a kernel density estimate over a periodic domain
  • 722 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 16 Aug 2017

adaptive kernel density estimation in one-dimension

Version 1.0.0.0 by Zdravko Botev

fast and reliable adaptive kernel density estimator

Fast adaptive kernel density estimation in one-dimension in one m-file; Provides optimal accuracy/speed trade-off. To increase speed when dealing with "big data", simply reduce the "gam" parameter

- fast adaptive kernel density estimation in one-dimension;
  • 817 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 21 Jul 2016

Rotating Kernel Transformation (Lee & Rhodes)

Version 1.0.0.0 by Florian Bazant-Hegemark

Filter emphasising the shape of the kernel (eg straight line) within an image

The Rotating Kernel Transformation convolves an image with several orientations of a kernel.For a line-kernel, straight lines are emphasized. For larger kernels, it becomes computationally

- rktfilt filters image using rotating kernel method
- rktkern creates quadratic matrix pages with a linear kernel
  • 2K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 18 May 2007

Kernel Principal Component Analysis (KPCA)

Version 2.2.1 by Kepeng Qiu

MATLAB code for dimensionality reduction, fault detection, and fault diagnosis using KPCA.

Kernel Principal Component Analysis (KPCA)MATLAB code for dimensionality reduction, fault detection, and fault diagnosis using KPCAVersion 2.2, 14-MAY-2021Email: iqiukp@outlook.comMain

  • 3.5K (All time)
  • 4 (Last 30 days)
  • 5.0 / 5
  • Community
  • 21 Feb 2022

gypsilab

Version 1.41.0.0 by Aussal Matthieu

Fast numerical method for protyping in matlab (FEM, BEM, H-Matrix, ray-tracing, etc.)

  • 826 (All time)
  • 5 (Last 30 days)
  • 5.0 / 5
  • Community
  • 17 Sep 2021

Efficient Kernel Smoothing Regression using KD-Tree

Version 1.0.0.0 by Yi Cao

Efficiency improved multivariant kernel regression using kd-tree

Kernel regression is a power full tool for smoothing, image and signal processing, etc. However, it is computationally expensive when it is extented for multivariant cases. The efficiency can be

- KDTREE_KSRMV Multivariate kernel smoothing regression with kd-tree acceleration
  • 4.5K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 25 Mar 2008

Magic kernel resizing

Version 1.3.0.0 by Jan Motl

The “magic kernel” is a method of resampling images that gives clear results free of artifacts.

The “magic kernel” is a method of resampling images that gives amazingly clear results (free of “aliasing” artifacts, free of “ringing”, and free of “width beat” for thin features) yet is lightning

- Magic Kernel enlarging
  • 901 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 7 Mar 2018

The kernel-based grey system model

Version 1.0.2.0 by Marshal ( Xin Ma)

The kernel-based grey system model published in "Applied Mathematical Modelling"

The full publication information is:Xin Ma, Zhi-bin Liu, The kernel-based nonlinear multivariate grey model, Applied Mathematical Modelling, 2018, 56, 217-238. The publication is available at the

- GAUSSIAN Summary of this function goes here
- step 1: set the sample data, notice that all should be column vectors
  • 490 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 15 Jun 2018

Matrix-Regularized Multiple Kernel Learning via (r,p) Norms.

Version 1.0.1 by Yina Han

This code implements a matrix-regularized multiple kernel learning (MKL) technique based on a notion of (r, p) norms.

This code implements a matrix-regularized multiple kernel learning (MKL) technique based on a notion of (r, p) norms. This extends vector ℓ p-norm regularization and helps explore the dependences

  • 234 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 22 Dec 2018

Relevance Vector Machine (RVM)

Version 2.1.2 by Kepeng Qiu

MATLAB code for Relevance Vector Machine using SB2_Release_200.

(RVR)Multiple kinds of kernel functions (linear, gaussian, polynomial, sigmoid, laplacian)Hybrid kernel functions (K =w1×K1+w2×K2+...+wn×Kn)Parameter Optimization using Bayesian optimization, Genetic Algorithm

  • 1.5K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 21 Feb 2022

Kernel graph cut image segmentation

Version 1.0.0.0 by Ismail Ben Ayed

Kernel graph cut segmentation according to the formulation in M. Ben Salah et al., IEEE TIP, 2011.

This code implements multi-region graph cut image segmentation accordingto the kernel-mapping formulation in M. Ben Salah, A. Mitiche, andI. Ben Ayed, Multiregion Image Segmentation by Parametric

  • 9.2K (All time)
  • 4 (Last 30 days)
  • 4.6 / 5
  • Community
  • 11 Oct 2012

Kernel-Based Mixture of Experts Models For Linear Regression

Version 1.2.0.0 by Joseph Santarcangelo

Kernel-Based Mixture of Experts Models For Linear Regression

This code implements a novel kernel-based mixture of experts model for linear regression. The method is novel in that it formulates the mixture of experts model for linear regression so that kernel

- This function provides the output for the mixture of expert as well as the most likely expert generated
- With Fast Computation of the RBF kernel matrix
- This function trains kernel based mixture of experts, including the expert parameters and the gate values
  • 453 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 16 Jan 2015

Edge detection methods based on oriented half kernels

Version 1.0.0.0 by Baptiste Magnier

Edge detection methods based on oriented half kernels

Thin filters, rotated in all the desired directions are usefulto detect edges, or extract precisely their orientations. These kernels are easy to use and reliable in image analysis.Different filters

  • 295 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 10 Apr 2018

Support Vector Regression

Version 1.0.0.0 by Bhartendu

On-line support vector regression (using Gaussian kernel)

On-line regression On-line learning algorithms are not restricted to classification problems. The update rule for the kernel adatron algorithm also suggests a general methodology for creating on-line

- Kernel Adatron using Gaussain Kernel Dataset:data1
  • 3.4K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 22 May 2017

Stacked line plot

Version 2.1.1.0 by Christopher Hummersone

Stacked line plots from a matrix or vectors

- Calculate the kernel density of a data set
  • 2K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 Aug 2016

ISO 226:2003 Normal equal-loudness-level contours

Version 1.2.0.0 by Christopher Hummersone

Return sound pressure levels of pure tone frequencies at specified loudness level(s).

- Calculate the kernel density of a data set
  • 1.2K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 Aug 2016

Quantile-quantile plot

Version 1.1.1.0 by Christopher Hummersone

Quantile-quantile plot with patch option

- Calculate the kernel density of a data set
  • 900 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 Aug 2016

Impulse response acoustic information calculator

Version 1.5.4.0 by Christopher Hummersone

Calculate RT, DRR, Cte, and EDT for impulse response file

- Calculate the kernel density of a data set
  • 4.4K (All time)
  • 5 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 Aug 2016

Sinc filter

Version 1.1.0.0 by Christopher Hummersone

Apply a near-ideal low- or band-pass filter.

, with 1.0 corresponding to half the sample rate.The filtering is performed by FFT-based convolution of x with the sinc kernel.y = sinc_filter(x,Wn,N) allows the filter length to be specified. The default

- Calculate the kernel density of a data set
  • 3K (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 Aug 2016

Subplot position calculator

Version 1.0.0.0 by Christopher Hummersone

Calculate subplot positions by specifying figure margins and axis scaling.

- Calculate the kernel density of a data set
  • 985 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 Aug 2016

Gammatone filterbank

Version 1.17.0.0 by Christopher Hummersone

Produce an array of responses from a fourth-order Gammatone filter via FFT

- Calculate the kernel density of a data set
  • 3.4K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 Aug 2016

Check whether mex file is compiled for system

Version 1.5.0.0 by Christopher Hummersone

Check if mex file is compiled for the OS or if the source was modified since it was compiled.

- Calculate the kernel density of a data set
  • 1.2K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 Aug 2016

Modified CMRmap

Version 1.1.0.0 by Christopher Hummersone

Produces a colour colormap, of arbitrary length, that is monochrome-compatible.

- Calculate the kernel density of a data set
  • 806 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 Aug 2016

Statistical Learning Toolbox

Version 1.0.0.0 by Dahua Lin

Functions for statistical learning, pattern recognition and computer vision, covering many topics.

learning and vision, including classification, regression, statistical modeling, finite mixture model, graph theory-based learning, subspace learning, kernel learning, manifold learning, tensor algebra

- SLDISTS2KERNELS Computes the inner products from distances
- SLKERNEL Computes the kernel for samples
- SLCENKERNEL Compute the centralized kernel matrix
- SLPCA Learns a Kernel PCA model from training samples
- SLKERNELFEA Extracts kernelized mapped features
- SLKFD Perform Kernelized Fisher Discriminant Analysis
- SLKERNELSCATTER Compute the kernelized scatter matrix
- SLGDA Performs Baudat's Generalized Discriminant Analysis
- SLGETINTERPKERNEL Gets the interpolation kernel function
- SLKERNELS2DISTS Computes Euclidean distances from inner products
- SLGABORBANDS Generates a set of Gabor kernels
  • 19.5K (All time)
  • 3 (Last 30 days)
  • 4.8 / 5
  • Community
  • 25 Sep 2006

Load more