image thumbnail

updated 5 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 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 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 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 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

Continous Fractions Expansion by Mario Coutino

Computes the continous fractions expasion of a pulse transfer function. (control design, mathematics, signal processing)

cont_frac(num,den)

image thumbnail

updated 1 month ago

Fourier series of real signals by yoash levron

This function computes the fourier series of a signal (signal processing, mathematics)

construct_harmonic_signal( freq,amp,phase,dc,t )

fourier_series_real( t,x )

fourier_series_real_example.m

image thumbnail

updated 1 month ago

Comparison of Alamouti & MRC Schemes over Rayleigh Channel by Sourav Mondal

This code gives a relative comparison of performance of Alamouti & MRC schemes over Rayleigh channel (communications, control design, data export)

alamouti_new(M, frmLen, numPackets, EbNo)

mrc_new(M, frmLen, numPackets, EbNo)

alamouti_mrc_RUN_new.m

image thumbnail

updated 1 month ago

cofficients of fourier series by davood shaghaghi

This function is written to calculate the cofficients of fourier series. (control design, mathematics, image processing)

[]=fs(x,T0,n,type)

image thumbnail

updated 2 months ago

Spline2D or Piecewise Continuous 2D Polynomials by Mark Mikofski

Fit a 2D function with piecewise continuous polynomials (data exploration, interpolation, mathematics)

examples

splineFit2D(f,x,y,n,m,xb,yb,continuity,ngrid)

splineVal2D(pp,x,y,n,m,xb,yb)

image thumbnail

updated 2 months 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 2 months 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 3 months ago

polyVal2D and polyFit2D by Mark Mikofski

Evaluate 2D polynomials using Horner's method. Fit 2D polynomials to data using backslash operator. (mathematics, optimization, data exploration)

polyDer2D(p,x,y,n,m)

polyFit2D(f,x,y,n,m)

polyVal2D(p,x,y,n,m)

image thumbnail

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

Flauta by Edgar

flauta en matlab (signal processing, simulation, mathematics)

DoRe.m

image thumbnail

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

Digital Carrier Modulation by Arnav Goel

This submission contains basics of digital carrier modulation in any basic communication system usin (signal processing, mathematics)

Digital_modulations.m

image thumbnail

updated 4 months ago

Find values in a vector or function by Adrian Lara-Quintanilla

For a function y=f(x), this script looks for all the "x" values for a desired value of "y" (y0). (mathematics, data exploration, time series)

varargout=findvalues(vector,yvalue)

image thumbnail

updated 4 months ago

fspline.m by Mark Holmes

clamped (or fixed) cubic spline at equally spaced data points (mathematics, data exploration, interpolation)

fspline(xd,yd,dyd,x)

image thumbnail

updated 4 months ago

N-Dimensional Trapezoidal integral by Mohammed Sadeq Al-Rawi

See title. (communications, biotech, image processing)

trapezoidal_rule_nd_integral(x, mat, N)

image thumbnail

updated 4 months ago

3D Trapezoidal Rule by Mohammed Sadeq Al-Rawi

This program can be used to find any triple integral, even if one has some empirical data. (mathematics, simulation, image processing)

trapezoidal_rule_triple_integral(x, y, z, mat)

image thumbnail

updated 4 months ago

2D trapezoidal rule by Mohammed Sadeq Al-Rawi

Calculates a double integral using trapezoidal rule. (optimization, double integral, signal processing)

trapezoidal_rule_double_integral(x, y, mat)

image thumbnail

updated 4 months ago

nspline.m by Mark Holmes

natural cubic spline at equally spaced nodes (mathematics, data exploration, interpolation)

nspline(xd,yd,x)

image thumbnail

updated 4 months ago

Frequency domain filtering for grayscale images by Mohamed Athiq

Simple Matlab implementation of frequency domain filters on grayscale images (image processing, mathematics, signal processing)

bhp(im,thresh,n)

blpf(im,thresh,n)

ghp(im,thresh)

image thumbnail

updated 4 months ago

Homomorphic filtering by Mohamed Athiq

Matlab implementation of Homomorphic filetring using a gaussian high pass filter (image processing, mathematics, signal processing)

homomorph(im,lowg,highg)

homomorphfilter.m

image thumbnail

updated 4 months ago

Histogram Equilization by Amarjot

The above describes histogram equalization on a grayscale image (image processing, signal processing, communications)

Histeq.m

image thumbnail

updated 4 months ago

SM_ModelBasedv2_Order3_ChannelEstimation_3bits.m by hsuancheng chang

using Model Based channel estimation in MIMO (mathematics, signal processing, demo)

SM_ModelBasedv2_Order3_ChannelEstimation_3bits.m

image thumbnail

updated 5 months ago

Compressed Sensing MRI Phantom (v1.1) by David Smith

A realistic phantom for compressed sensing MRI reconstruction. (image processing, mathematics, measurement)

csphantom (n, bandwidth, signalToNoiseRatio, b1scale, img_r...

example

image thumbnail

updated 5 months ago

Sliding Window for Matlab by Lukas Tencer

Moves sliding window around the image and gets a subwindow of it. (mathematics, image processing, signal processing)

get_subwindow( input_image, index, resx, resy, spacingx, sp...

image thumbnail

updated 5 months ago

One-Sided FFT by Aravazhi Anbarasu

More intuitive than built in function for simple operations.Useful for repetitive code and plotiing. (control design, physics, communications)

fft_calc(X,fs)

image thumbnail

updated 5 months ago

Linear regression for multiple category data with different slopes for each by Soumya Banerjee

The function does OLS and RMA regression on data that is categorized into two different categories (communications, optimization, aerospace)

regress_plot_twocategories_allslope

image thumbnail

updated 5 months ago

Law's Texture Filter by Lukas Tencer

Implementation of Law's texture filter from 1980, input is an image and output 6 filtered maps. (image processing, mathematics, signal processing)

laws( image , averWindSize)

image thumbnail

updated 5 months ago

Get subwindow of image by Lukas Tencer

Function for sampling of small images from big images. At x,y gets an image of sizex,sizey. (image processing, signal processing, mathematics)

get_subwindow( inputImage, y, x, sizey, sizex , borderPolic...

image thumbnail

updated 6 months ago

Trapezoidal Integration by Aravazhi Anbarasu

Simple and intuitive numerical integration based on trapezoidal rule. (data import, data export, control design)

int_trapz(X,Ts)

image thumbnail

updated 6 months ago

2-D Fast DOST Decompotion and Reconstruction by Yanwei Wang

This is the 2-D Fast DOST Decomposition and reconstruction. The computational complexity is O(NlnN) (image processing, signal processing, mathematics)

FOST_2D_DEC(S_input)

image thumbnail

updated 7 months ago

Changing the cosine sampling interval by Lazaros Moysis

Example of how changing the sampling interval can affect the cosine wave. Not done with z.o.h. (signal processing, mathematics, cosine)

cosine_sampling.m

image thumbnail

updated 8 months ago

Modified gradient for gpuArray's by boyexex

Slightly modified the gradient function of MATLAB that is usable for gpuArray. (image processing, signal processing, mathematics)

ggradient(f,varargin)

image thumbnail

updated 8 months ago

Plotting a .wav file by saqib fayyaz

Sound file loading in matlab and its time and frequency plot (signal processing, measurement, mathematics)

again.m

image thumbnail

updated 8 months ago

Linear regression with statistics for multiple category data by Soumya Banerjee

This function does linear regression with statistics for multiple category data (OLS and RMA) (aerospace, automotive, biotech)

regress_plot_twocategories

image thumbnail

updated 8 months ago

Linearly Interpolate Triangulation by Duane Hanselman

Interpolate a triangulation based on a given triangulation matrix TRI. (interpolation, mathematics)

zi=interptri(tri,x,y,z,xi,yi)

image thumbnail

updated 8 months ago

Fit Polynomial to Data with Constraints by Duane Hanselman

essentially polyfit with many added features (mathematics, data exploration, interpolation)

varargout=mmpolyfit(varargin)

image thumbnail

updated 8 months ago

Multi-dimensional (N-dimensional) Gaussian and gaussian derivative filters by boyexex

Parameters: number of dimension (D) filter size (fsize) SD of Gaussian (sigma) (image processing, mathematics, signal processing)

NDgaussian(D,fsize,sigma)

NDgaussian_dev(D,fsize,sigma)

image thumbnail

updated 9 months ago

Generating correlation matrices based on the boundaries of their coefficients. by Kawee Numpacharoen

Correlation can be generated using uniform random variable distribution within the boundaries. (statistics, simulation, mathematics)

[C,p]=RandomCorr(n,K)

image thumbnail

updated 9 months ago

Active geometric shape models by Quan Wang

The active geometric shape model is a novel approach for fitting a geometric shape in images. (shape model, image processing, optimization)

BoundMirrorEnsure(A)

BoundMirrorExpand(A)

BoundMirrorShrink(A)

image thumbnail

updated 10 months ago

Calculate Full width at half maximum (FWHM) of a peak by Ebo

Calculate Full width at half maximum (FWHM) of a peak. (fwhm, statistics, mathematics)

fwhm.m

image thumbnail

updated 10 months ago

barrel and pincushion lens distortion correction by Jaap de Vries

I = LENSDISTORT(I, k)corrects for radially symmetric distortions (image processing, mathematics, optics)

lensdistort(I, k, varargin)

Contact us