image thumbnail

updated 14 hours ago

Code for calculating root mean squared error for data by Kamlesh Pawar

This is a simple code which accurately calculates RMS error for real or complex data. (image processing, signal processing)

[er]=rms_error(A1,A2)

image thumbnail

updated 4 days ago

Interpolation by Iurist

Interpolation with griddata nearest, linear, v4 (interp2 griddata, interpolation)

interpolarefarav4pct_control.m

image thumbnail

updated 4 days ago

Oscillator and Signal Generator by W. Owen Brimijoin

A simple command-line function for generating standard waveforms, click trains and noise bursts. (signal generator, signal processing, oscillator)

oscillator(varargin)

image thumbnail

updated 4 days ago

evaluateAlphaBetaParam by Marco Borges

Function evaluateAlphaBetaParam evaluates alpha and beta parameters for alpha-beta filter (aerospace, alphabeta, automotive)

evaluateAlphaBetaParam(process, noisy, dt)

image thumbnail

updated 4 days ago

Histogram Equalization by Devinder

this file implements histogram Equalization on an image (image processing, signal processing, computer vision)

histeq.m

image thumbnail

updated 4 days ago

Empirical orthogonal function (PCA) estimation for EEG time series by DaveA Albers

Empirical orthogonal function (PCA) estimation for EEG time series (signal processing, statistics, data exploration)

distinguishable_colors(n_colors,bg,func)

distinguishable_colors(n_colors,bg,func)

eof_unlimited_time(x, N, T, number_of_measurements_per_bloc...

image thumbnail

updated 4 days ago

Easy Sensitivity (Tornado) Plot Function by Richard McCulloch

This function makes a tornado sensitivity plot and returns the sensitivity values. (aerospace, biotech, data export)

TorPlot(data,names,sensitivity,save)

image thumbnail

updated 4 days ago

performance of a digital transmission in the presence of the error correction coding by SBAIH Nizar

This M-file gives you the importance of digital transmission with the presence of the correction (signal processing)

DecodeSyndromique( data_rx, H )

coded( data, G, n, k )

Simulation.m

image thumbnail

updated 4 days ago

Easy 'n fast smoothing for 1-D to N-D data by Damien Garcia

SMOOTHN allows automatized and robust smoothing in arbitrary dimension w/wo missing values (image processing, signal processing, statistics)

smoothn(varargin)

image thumbnail

updated 4 days ago

Fast Calcium spike interpolation. by Barbara

Calcium activity normalisation and fast Ca spike interpolation. (signal processing, enhanced signaling)

normandCalciumspikeanalyse.m

image thumbnail

updated 6 days ago

Angle calculator from sin and cos values by Disi A

This function uniquely determines the angle (-180,180] in degree or(-pi, pi] in radian (mathematics, measurement, signal processing)

theta=angleCalc(S,C,out_mode)

image thumbnail

updated 6 days ago

Comparison between unipolar and bipolar digital transmission by SBAIH Nizar

this M-file gives you the performance of a bipolar transmission over a unipolar transmission. (image processing, signal processing)

Bipolar_vs_Unipolar.m

image thumbnail

updated 6 days ago

Adaptive Track Engine by W. Owen Brimijoin

Determines what changes you should make to the signal during a psychoacoustic adaptive track. (psychoacoustics, adaptive track, experiment design)

adaptive_track_engine(varargin)

interleaved_adaptive_track_example(starting_levels,n_rev_ba...

image thumbnail

updated 6 days ago

Newton form for interpolating polynomials by Ehsan Behnam

newton_interpolation.m provides a simple tool for interpolating any function. (interpolation, newton polynomial, divided difference)

newton_interpolation(eq, degree, interval, verbose)

image thumbnail

updated 8 days ago

An Easy Efficient Pure Algebraic Method for Partial Fraction Expansion by MA Youneng

A matlab code for partial expansion of rational functions with multiple high-order poles. (mathematics, system identification, signal processing)

pfe.m

image thumbnail

updated 8 days ago

Bregman Cookbook by Jerome Gilles

This toolbox provides signal/image/3D processing based on Bregman Iterations (signal processing, bregman, sparse)

R=AddCurveletArray(A,B)

R=AddFrameletArray(A,B)

R=ShrinkComplexCurvelet(A,tau)

image thumbnail

updated 8 days ago

Filter for discrete time signal by itamar luzon

input: signal, Fs, filter: specific frequency, # of harmonics, shape, width output : a clean signal (fft, filter, signal)

[y_fl, Y_fl, f, Y, f_fl, fl_function, filter]=f4ts(y,Fs,fil...

image thumbnail

updated 8 days ago

NeuLoud (Calculates Loudness Level) by Victor Espinoza

Calculates Loudness Level according to ISO-226:2003 using Artificial Neural Networks for any SPL. (loudness level, psychoacoustic, acoustic)

L=NeuLoud(f1,SPL1)

image thumbnail

updated 8 days ago

Date Vector or Serial Date Number to ISO 8601 Date String by Stephen Cobeldick

Convert a Date Vector/Number to an ISO 8601 Date String. Tokens control the date/time notation. (date, timestamp, datevec)

datestr8601(DVN,varargin)

image thumbnail

updated 8 days ago

ISO 8601 Date String to Serial Date Number by Stephen Cobeldick

Convert an ISO 8601 Date String to a Serial Date Number. Auto-detect or select timestamp style. (calendar date, date, datenum)

datenum8601(str,tok)

image thumbnail

updated 14 days ago

Empirical Wavelet Transforms by Jerome Gilles

This toolbox proposes the original implementation of Empirical Wavelet Transforms (signal processing, image processing, mathematics)

AnglesLocalMax(f,N)

AnglesLocalMaxMin(f,N)

Angular_sector(theta,radius,theta0,theta1,r0,r1,gammaw,Dthe...

image thumbnail

updated 15 days ago

Add Visible Line over Images (Modifed Version of the one in Doug's MATLAB Video Tutorials) by Anand P

This is a modified version of the one shared in Doug's MATLAB Video Tutorials (image processing, signal processing, data export)

cursorLine(x,y,innerThickness, outerThickness)

image thumbnail

updated 15 days ago

Despiking Acoustic Doppler Velocimeter (ADV) Data by Rashedul Islam

This code removes spikes from the Acoustic Doppler Velocimeter (ADV) measurements. (signal processing, measurement, statistics)

despikeADV(u, hx, hy)

image thumbnail

updated 18 days ago

find pulsed trigger events by Deborah

The function finds the start of pulsed events in a signal via a trigger limit. (trigger, signal processing, trigger level)

get_trigger(sig, level, fs, prate, rf)

image thumbnail

updated 18 days ago

alphaBetaFilter by Marco Borges

alpha-beta filter for linear state estimation (alphabeta, filter, automotive)

alphaBetaFilter(xm, dt, xk, vk, alpha, beta)

image thumbnail

updated 19 days ago

Radix 2 Fast Fourier Transform Decimation In Time/Frequency by Nazar Hnydyn

Implementation of Radix 2 FFT Decimation In Time/Frequency without inbuilt function (signal processing)

FFT_DIF_R2( x )

FFT_DIT_R2( x )

image thumbnail

updated 20 days ago

PCA by Devinder

this implements the PCA algorithm. User can choose/input the no.of features in the reduced Dataset. (pca, image processing, computer vision)

featureNormalize(X)

pca(X,n)

main.m

image thumbnail

updated 20 days ago

Communications System Toolbox Support Package for USRP Radio by MathWorks Communications System Toolbox Team

Support package installer file for USRP radio. (communications, signal processing)

image thumbnail

updated 20 days ago

A speech/music discriminator based on RMS and zero-crossings by Costas Panagiotakis

This code implements a method for a speech/music discriminator based on RMS and zero-crossings. (signal processing, speechmusic discrimin..., zerocrossings)

RMS(y)

Zero_Crossings(y)

[classif, segments]=trmszc(start,finish,filename)

image thumbnail

updated 20 days ago

Spectral analysis with Matlab Implementation by Hristo Zhivomirov

Spectral analysis including amplitude and phase spectrum as well as their graphical representation. (signal processing)

spectrum(x, fs, varargin)

example1.m

example2.m

image thumbnail

updated 20 days ago

Simulink Support for Kinect by Takashi Chikamasa

Simulink Support for Kinect is a set of Simulink blocks interfaced with OpenNI and Kinect SDK. (image processing, instrument driver, demo)

checkDeviceBlock(model, maskType)

checkIMAQBlock(model, blk)

corner_detection_viewer(block)

image thumbnail

updated 21 days ago

Blind Modal Identification with Hankel Matrices (BMIDHM) toolbox by Scot McNeill

This toolbox is for performing modal identification from ambient random data. (aerospace, automotive, signal processing)

[C]=cstdcov(x,tau)

[W,R,V,L,ord,cost]=hmsobi(x,nhank,dec,ord,nbrc)

[eve_r]=real_ms2(eve);

image thumbnail

updated 22 days ago

Pulse Width Modulation by Sourangsu Banerji

PLots the waveform of Pulse Width Modulated Signal (communications, signal processing)

Pulse_Width_Modulation.m

image thumbnail

updated 22 days ago

Pulse Code Modulation by Sourangsu Banerji

Plots the waveform of a Pulse Code Modulated signal. (signal processing, communications)

Pulse_Code_Modulation.m

image thumbnail

updated 22 days ago

Contour detection by CORF operator by George Azzopardi

The CORF contour operator is based on a computational model of a simple cell in visual cortex. (edge detection, contour detection, visual cortex)

CORF(I, sigma, t)

image thumbnail

updated 22 days ago

HybridVel by Pratik Chhatbar

Improved blood velocity measurements with a hybrid image filtering and iterative Radon transform (red blood cells, rbc, radon transform)

hybridvel(inputimg,showimg,saveimg,delx,delt,hi,lineskip,xr...

image thumbnail

updated 25 days ago

Unscented Hellinger distance between GMMs by Matej Kristan

The code calculates a metric between a pair of multivariate Gaussian Mixture Models. (signal processing, statistics, gaussian mixture mode...)

col_sum(x)

cols(a)

conf2mahal(c, d)

image thumbnail

updated 25 days ago

Volumetric Data Explorer by Adam Filion

App for exploring higher dimensional data using volumetric visualizations and animation. (4d, movie, visualization)

Data Explorer

image thumbnail

updated 26 days ago

Fast 2D peak finder by natan

Find local maxima \ peak positions in noisy 2D arrays (peakfind, peak, local maxima)

[cent, varargout]=FastPeakFind(d, threshold, filt ,edg, fid...

image thumbnail

updated 27 days ago

Reading Philips MR Physiolgy logfiles by Paul Groot

ReadPhilipsScanPhysLog.m reads Philips scanphyslog files, which are created by Philips MRI scanners. (mri, philips, physiological)

ReadPhilipsScanPhysLog(filename, channels, skipprep)

image thumbnail

updated 27 days ago

3D Surface Plot For Data Visualization by Yehonatan Peleg

Easy to use function for 3d surface plotting of sample data. (3d, 3d sample data visual..., 3d plot)

vecsurf_demo

vecsurf(varargin)

vecsurf_testmain.m

image thumbnail

updated 28 days ago

Linear Smooth by Brunno Machado de Campos

Alternative linear smooth function (smooth, smoothing, signal processing)

smoothLNI(Vet,n)

image thumbnail

updated 29 days ago

MATLAB Time-Lapse Creator by Alessandro Masullo

Create time-lapse video from your images (timelapse, time, lapse)

time_lapse.m

image thumbnail

updated 1 month ago

WTSI Mutational Signature Framework by Ludmil Alexandrov

Framework for deciphering signatures of mutational processes from a set of mutational catalogues (cancer genomics, mutagenesis, mutational signatures)

...

...

ThousandSep(in)

image thumbnail

updated 1 month ago

Zernike Moments by Amir Tahmasbi

MATLAB Code for the Fast Calculation of Zernike Moments of order n and repetition m on NxN images. (image processing, signal processing, mathematics)

Zernikmoment(p,n,m)

radialpoly(r,n,m)

Zernike_main.m

image thumbnail

updated 1 month ago

Oblique Subspace Decomposition by Josh Carmichael

Given subspace bases H and S, this finds their oblique projections. (oblique, projection, subspace)

proj2Obliq(H,S)

image thumbnail

updated 1 month ago

Carrier & Symbol Timing Recovery for N QAM by Dick Benson

This model implements a contemporary symbol timing and carrier recovery scheme for 2-256 QAM. (16qam, qam, carrier)

QAMx_Synchronization_DT

QAMx_Synchronization_Mixed_CT_DT

image thumbnail

updated 1 month ago

The carpetplot class by Matthias

Create carpet plots and cheater plots easily (plotting, carpet, carpet plot)

Carpetplot Class Example Plots

arrow(varargin)

h=hatchedline(xc,yc,linespec,theta,ar,spc,len,varargin)

image thumbnail

updated 1 month ago

Spectral Estimation by Abdelmonem Dekhil

Spectral Estimation of a Dynamic System (signal processing, modeling, system identification)

spektrale_schaetzung.m

image thumbnail

updated 1 month ago

Fit 2D Gaussian with Optimization Toolbox by Nathan Orloff

Fit a 2D rotated gaussian. http://en.wikipedia.org/wiki/Gaussian_function (image processing, optimization, signal processing)

fmgaussfit(xx,yy,zz)

Contact us