image thumbnail

updated 11 hours ago

Extended DFT by Vilnis Liepins

Program EDFT produce high-resolution N-point DFT for N greater than the length of data vector. (extrapolation, dft, fft)

image thumbnail

updated 12 hours ago

SELCTIVE RECURSIVE TEMPORAL FILTER for video denoising by debasish

Simple temporal filter for 3D video denoising based on motion estimation (video denoising, image processing, temporal filter)

recursive_temp(Y)

image thumbnail

updated 3 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 3 days ago

Light Field Toolbox v0.1 by Donald Dansereau

A set of tools for working with light field (aka plenoptic) imagery in Matlab (light field, plenoptic, lytro)

...

...

...

image thumbnail

updated 3 days ago

Rekursive Erweiterte Fehlerquadrate-Identifikationsmethode by Abdelmonem Dekhil

Die Rekursive Erweiterte Fehlerquadrate-Identifikationsmethode dient zur Systemparameterschaetzung. (system identification, modeling, data exploration)

rels_systemidentification(y,u,na,nb)

image thumbnail

updated 3 days ago

Gray-scale image segmentation using normalized graphcuts by Mohamed Athiq

Textbook implementation of Normalized graph cut segmentation of gray-scale or intensity images (signal processing, image processing, mathematics)

graphcuts.m

image thumbnail

updated 6 days ago

iPeak: Interactive Peak Detector (Version 5.3) by Tom O'Haver

Keypress operated interactive peak detector function. (peak detection, analytical chemistry, instrumental analysis)

P=findpeaks(x,y,SlopeThreshold,AmpThreshold,smoothwidth,pea...

P=findpeaksnr(x,y,SlopeThreshold,AmpThreshold,smoothwidth,p...

P=findpeaksplot(x,y,SlopeThreshold,AmpThreshold,smoothwidth...

image thumbnail

updated 8 days ago

Calculation of CT MTF and NPS using the ACR accreditation phantom by Saul

This code enables measurements of CT MTF and NPS from images of an ACR accreditation phantom. (computed tomography, ct, modulation transfer f...)

SliceBrowser(varargin)

mtfcalc.m

npscalc.m

image thumbnail

updated 10 days ago

Edge Detection by Dhaval Gondaliya

This is simple method of edge detection. (image processing, signal processing)

edgedetectionnormal.m

image thumbnail

updated 10 days ago

Closing by Dhaval Gondaliya

It is a basic of image processing tool which consist opening and closing. (image processing, signal processing)

closing.m

image thumbnail

updated 10 days ago

K means clustering for Image Compression by Vinay Kumar Tadepalli

K-means clustering is a popular vector quantization method for data compression. (image processing, demo, mathematics)

Kmeans_Pre_Post.m

kmeans_clustering.m

Image_kmeans_main.m

image thumbnail

updated 13 days ago

binning a point cloud, 3D scattered data, in the X-Y plane by Stephan Koehler

Take a set of XYZ points, and returns average Z values for corresponding bins in X & Y planes. (image processing, signal processing, statistics)

binXYZonXY( x_bin_edges, y_bin_edges, x, y, z, flag4std, to...

image thumbnail

updated 13 days ago

Probabilistic Non-Local Means by Yue Wu

This code implements the probabilistic non-local means algorithm for image denoising. (kernel estimation, denoising, signal processing)

PNLM(ObsImg,PatchSizeHalf,WindowSizeHalf,EstSigma,RhoSq)

image thumbnail

updated 15 days ago

Continous Fractional Fourier Transform FrFT by Ashish Soni

The FrFT, which is a generalization of the ordinary Fourier transform. (fractional fourier tr..., signal processing, fourier transform)

Untitled4.m

image thumbnail

updated 16 days ago

Covert polynomial roots to coefficients by Oren

Converts a list of a polynomials roots to the polynomials coefficients, using FFT. (signal processing, mathematics)

Roots2Coeff(R)

R2C_demo.m

image thumbnail

updated 16 days ago

Block Convolution using Overlap Save Method by Sourangsu Banerji

Performs block convolution using the Overlap Save Method. (signal processing, communications)

OSM.m

image thumbnail

updated 16 days ago

Block Convolution using Overlap Add Method by Sourangsu Banerji

Performs block convolution using the Overlap Add Method. (signal processing, communications)

OAM.m

image thumbnail

updated 16 days ago

Overlap Save Method by Sourangsu Banerji

Performs convolution using the Overlap Save Method. (communications, signal processing)

Overlap_Save_Method.m

image thumbnail

updated 16 days ago

Polynomial roots to coefficients by Oren

Converts a list of a polynomials roots to the polynomials coefficients (mathematics, signal processing)

Roots2Coeff(R)

R2C_demo.m

image thumbnail

updated 17 days ago

IEF, Image enhancement factor by Suraj Kamya

Image enhancement factor (ief, image enhancement fac..., image processing)

[out]=IEF(orgimg,nimg,dimg)

image thumbnail

updated 17 days ago

BER, Bit error rate by Suraj Kamya

Bit Error Rate (ber, bit error rate, quality measure)

[out]=Biter(orgsig,exsig)

image thumbnail

updated 17 days ago

TAF,Tamper Assessment Function by Suraj Kamya

Tamper Assessment Function (taf, tamper assessment fun..., quality measure)

[T]=TAF(w,wex)

image thumbnail

updated 17 days ago

Fast Kernel Density Estimator (Multivariate) by Matej Kristan

A very fast multivariate bandwidth calculation for KDE that can even be calculated from a GMM. (kernel density estima..., gaussian mixture mode..., bandwidth)

applyForScaleTransformToPdf( pdf0, Mu, T )

applyInvScaleTransformToPdf( pdf0, Mu, T )

checkcompiledBWestimator()

image thumbnail

updated 17 days ago

PSNR, Peak Signal to Noise Ratio by Suraj Kamya

Peak Signal to noise ratio (psnr, peak signal to noise ..., quality measure)

[out]=PSN(orgimg,mimg)

image thumbnail

updated 17 days ago

quadratic equation interpolation by Sherif Omran

assume you have a quadratic equation y=ax^2+bx+c.This script determines a, b , c (s, mathematics, measurement)

[a,b,c]=Quadratic(x,y)

image thumbnail

updated 17 days ago

detect the Peak or valley in a 1 D signal by pang jianfei

%To detect the Peak or valley in a 1 D signal;with some parameter for select (signal processingpeak..., peak, valley)

ind=Peak_Valley(y,T,d,p_v)

image thumbnail

updated 18 days ago

UD Factorization & Kalman Filtering by Gerard Van Willigenburg

UD and LD factorization of nonnegative matrices and associated Kalman filter implementations. (ldl factorization, control design, kalman filter)

[P,K,xhat]=kmfmu(c,w,P,xhat,y)

[P,xhat]=kmftu(Phi,V,P,xhat,Gam,u)

[l,d]=ld2ld(ld)

image thumbnail

updated 20 days ago

FeatureFinder 2.4.1 by Feature Finder

A user-friendly tool for signal filtering and feature extraction. Well-suited to large data sets! (gui, data import, data export)

Comm_Alert(sMessage)

Comm_Exit()

Comm_Help(sTitle,sMessage)

image thumbnail

updated 21 days ago

Time-frequency coherency by Tjeerd

Computes the complex-valued time-frequency coherency between two signal vectors (signal processing, timefrequency analysi..., coherence)

tfcohf(x,y,nfft,spec_win,sm_win,tstep,fs)

tfcohf2(x,y,nfft,spec_win,tstep,fs)

tfcohf3(x,y,nfft,spec_win,sm_win1, sm_win2,tstep,fs)

image thumbnail

updated 21 days ago

deOliveira wavelets by Hélio de Oliveira

cdeo is the complex wavelet (type 5), deo is an orthogonal infinitely regular wavelet (type 3) (signal processing, wavelet toolbox)

cdeoinfo

cdeowavf(varargin);

deoinfo

image thumbnail

updated 22 days ago

Overlap Save Method using Circular Convolution Technique by Sourangsu Banerji

Performs convolution using the Overlap Save Method with the Circular convolution. (communications, signal processing)

y=mycirconv1(x,h)

Overlap_Save_Method.m

image thumbnail

updated 22 days ago

Analog Modulation Technique:FM by Sourangsu Banerji

Plots the waveform of FM modulated signal. (communications, signal processing)

FM_Modulation_Technique.m

image thumbnail

updated 22 days ago

Overlap Add Method using Circular Convolution Technique by Sourangsu Banerji

Performs convolution using the Overlap Add Method with the Circular convolution. (communications, signal processing)

y=mycirconv(x,h)

Overlap_Add_Method.m

image thumbnail

updated 22 days ago

Flauta by Edgar

flauta en matlab (signal processing, simulation, mathematics)

DoRe.m

image thumbnail

updated 22 days ago

Fourier series with taper by Hélio de Oliveira

Compute Fourier series with Tukey tapers and standard Fourier series for a number of signals (signal processing, mathematics, communications)

Contato(varargin)

ProjetoMM1C(varargin)

Sobre(varargin)

image thumbnail

updated 22 days ago

DFT and IDFT by HKG

finds DFT and IDFT of the discrete signal without using in built functions. (signal processing, communications)

Untitled3.m

image thumbnail

updated 22 days ago

Capon-Like Algorithm for NarrowBand Direction of Arrival Estimation. by Youssef KHMOU

Computing the Angles of Arrival of Narrow-band sources using Capon-Like algorithm(2011). (directional antennas, doa, signal processing)

Capon_like_Estimator.m

demo.m

image thumbnail

updated 22 days ago

Canny Edge Detector by Mohamed Athiq

Simple implementation of Canny edge detector in matlab and c++ from textbook algorithm. (image processing, signal processing, mathematics)

CannyEdgedetector.m

image thumbnail

updated 23 days ago

Marr-Hildreth Edge detector by Mohamed Athiq

Simple matlab implementation of Marr-Hildreth Edge detector and also c++ implementation (image processing, signal processing, mathematics)

mhdetector.m

image thumbnail

updated 23 days ago

Understanding DELTA and ADAPTIVE DELTA MODULATIONS by Hélio de Oliveira

A graphical interface to understand the functioning of delta modulation. (signal processing, communications)

modula_delta.m

image thumbnail

updated 23 days ago

CellSort by Eran Mukamel

Toolbox for automated sorting of cellular calcium signals from optical imaging data. (independent component..., signal processing, image processing)

CellsortApplyFilter(fn, ica_segments, flims, movm, subtract...

CellsortChoosePCs(fn, mixedfilters)

CellsortFindspikes(ica_sig, thresh, dt, deconvtau, normaliz...

image thumbnail

updated 24 days ago

face by NIT

by this code we can use face recognition concept (signal processing)

86bd78ab6679.m

image thumbnail

updated 24 days ago

BETA WAVELETS by Hélio de Oliveira

Compactly Supported One-cyclic Wavelets Derived from Beta Distributions (signal processing, wavelet toolbox)

betainfo.m

betawavf.m

image thumbnail

updated 25 days ago

2D Bandwidth Estimator for KDE by Matej Kristan

2D kernel density estimator from weighted data. (statistics, signal processing, kernel density estima...)

col_sum( a )

cols(a)

conf2mahal(c, d)

image thumbnail

updated 25 days ago

Analog Modulation Technique:DSB-SC by Sourangsu Banerji

Calculates & Plots the Waveform for the DSB-SC Modulated Signal. (signal processing, communications)

DSB_SC_Modulation_Technique.m

image thumbnail

updated 28 days ago

nnmodel by Maryam

A modified version of the original nnmodel. (simulation, signal processing)

nnFunction

image thumbnail

updated 29 days ago

Tapering of 2D matrices by Christian Jensen

Performs gradual tapering of matrices (image processing, signal processing, statistics)

mattaper(X,tf,w,s)

image thumbnail

updated 29 days ago

Sound file converter GUI by Christopher

The program converts MATLAB supported soundfiles with the use of GUI. (converter, gui, audioread)

ConverterPanel(varargin)

image thumbnail

updated 29 days ago

Analog Modulation Technique:AM by Sourangsu Banerji

Calculates & Plots the Waveform for the Amplitude Modulated Signal (signal processing, communications)

AM_Modulation_Technique.m

image thumbnail

updated 1 month ago

3D Turbulent Wind Field Simulation by means of Sandia Method for wind energy applications by Francesco Perrone

3D turbulent wind field generator with Kaimal model (turbulence wind field..., statistics, signal processing)

wind_gen.m

Contact us