image thumbnail

updated 21 days ago

AR filter + Minimum Entropy Deconvolution for Bearing Fault Diagnosis by Santhana Raj

AR Filter by YuleWalker method combined with Minimum Entropy Deconvolution for bearing fault diagnos (ar, filtermed, minimum entropy decon...)

med2d.m

y=ar_med_filter(signal,Fs)

image thumbnail

updated 29 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...)

mtfcalc.m

npscalc.m

SliceBrowser(varargin)

image thumbnail

updated 1 month ago

MatLab Solutions: "Introduction to Digital Signal Processing: A Computer Laboratory Textbook". by Ilias Konsoulas

These files are the MatLab solutions of exercises contained in the above DSP lab textbook. (digital signal proces..., gabor transform, chirp ztrans)

bench_dtft.m

bench_fft.m

ex213.m

image thumbnail

updated 1 month 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)

HRV_SDNN.m

TargetIBIs.m

TargetMeanHR.m

image thumbnail

updated 1 month ago

Agilent Infiniium and InfiniiVision Oscilloscopes – MATLAB Example by Vinod Cherian

MATLAB application example for Agilent Infiniium and InfiniiVision oscilloscopes (agilent, oscilloscope, instrument control)

ScopeConfig.m

AnalyzedDataPanel(parent, title)

DataSourcePanel(parent, title)

image thumbnail

updated 2 months ago

Trainable COSFIRE filters for keypoint detection and pattern recognition by George Azzopardi

A COSFIRE filter is used to detect features of interest. (feature detection, trainable, feature)

inhibfacil.m

COSFIRE_Application(trainingImage,testingImage)

Gabor(img, lambda, aspectratio, bandwidth, orientation, shi...

image thumbnail

updated 3 months ago

ECC image alignment algorithm (image registration) by Georgios Evangelidis

This is a Matlab implementation of the ECC image alignment (image registration) algorithm. (enhanced correlation ..., image processing, subpixel accuracy)

ecc_demo.m

ecc_demo_partial_overlap.m

ecc(image, template, levels, noi, transform, delta_p_init)

image thumbnail

updated 3 months ago

Analog / Mixed Signal Examples by Dick Benson

Extensive collection of examples for analog and mixed signal design work. (analog, pll, flyback)

BPF_88_108.m

Thermo_Couple_1.m

VCO_plot_dbc_per_hz.m

image thumbnail

updated 4 months ago

Generation of deterministic signals by Patrik Flegner

Generation of deterministic signals (generation of signals, signal processing, modeling of signals)

GenSig_Determin_2013.m

image thumbnail

updated 4 months ago

Generation of random signals by Patrik Flegner

Generation of random signals (signal processing, random signals, modeling of signals)

GenSig_Random_2013.m

image thumbnail

updated 4 months ago

Generate of special signals by Patrik Flegner

Generate of special signals (signal processing)

GenSig_Special_2013.m

image thumbnail

updated 4 months ago

Generating of impulse signals by Patrik Flegner

Generating of impulse signals (signal processing, impulse signals, generation of signals)

GenSig_Impulse_2013.m

image thumbnail

updated 5 months ago

correlation between two sequences by Deepak Kumar Rout

Program to find the correlation between two sequences without using the inbuilt xcorr function (correlation, signal processing, xcorr)

test1.m

image thumbnail

updated 7 months ago

Sound analysis with Matlab Implementation by Hristo Zhivomirov

Time and frequency analysis, measurement of the crest factor, the dynamic range, etc. (signal processing, sound analisys, measurement)

Sound_Analysis.m

image thumbnail

updated 8 months ago

Animation *.wav to *.avi spectrum animation generator. by Héctor Corte

This script takes an audio file in *.wav and converts it into an *.avi animation using its spectrum. (signal processing, data exploration, image processing)

wav2mov.m

image thumbnail

updated 9 months ago

Real-Time Audio Processor by Tucker McClure

Simplifies streaming or generating audio in real time. (audio, realtime, synthesis)

handle_driver.m

midi_driver.m

midi_interface.m

image thumbnail

updated 9 months ago

Sigma Delta Test Bench by Aravind VJ

A test bench to simulate and analyse Sigma Delta modulators (delta sigma, sigma delta, communications)

DAC_Test.m

DWA_Trial.m

Run_Me.m

image thumbnail

updated 10 months ago

MATLAB/Simulink for Digital Signal Processing by Won Yang

Many MATLAB codes for Digital Signal Processing (signal processing, simulation, simulink)

CIC_filter.m

DoA_Estimation.m

DoA_Estimation_with_UCA.m

image thumbnail

updated 10 months ago

Noise Measuremet with PCSGU250 and Matlab Implementation by Hristo Zhivomirov

Noise measurement using data from the Velleman PCSGU250 measurement complex. (measurement, signal processing)

Noise_measurement_PCSGU250.m

filterA(f, x)

image thumbnail

updated 12 months ago

Plotter for PSD objects by German Gomez-Herrero

Allows to overlay and easily compare multiple Power Spectral Density estimates on a single figure (psd, power spectral densit..., plot)

demo_psd.m

test_psd.m

blackbg(h, varargin)

image thumbnail

updated 1 year ago

Flat fading channel by M R Avendi

Flat fading channel is generated using two methods and compared (rayleigh fading, flat fading, filter method)

channelEvaluate.m

out=cxn(N,sig2)

out=flat_filter(Ns,fD,fDTs)

image thumbnail

updated 1 year ago

Measures of Analysis of Time Series toolkit (MATS) by Dimitris Kugiumtzis

MATS computes many measures of scalar time series analysis on many time series in one go. (nonlinear dynamics, time series analysis, finance)

gdfdatatype.m

imgfreeplotbutton.m

imgmea1_2_3plotbutton.m

image thumbnail

updated 1 year ago

Generating video signal by Krishna Kumar P

Generating video signal from frames. Both sampled & without sampled signal generated (video signal plot, video sampling)

VideoSignalGeneration.m

image thumbnail

updated 1 year ago

High Speed ADC Models by Dick Benson

Interleaved, Successive Approximation, and Pipelined Sub-Ranging ADC models. (analog to digital con..., a to d, adc)

adc.m

example_sel2html(fn,new)

adc_with_impairments

image thumbnail

updated 1 year ago

Spectrogram, STFT, with varied kinds of Plots by Shreyes

Plots STFT using line, Stem, Surface, Image. STFT calculation done using in built function (plotting stft, plotting spectrogram, signal processing)

spectrogram_multiplot_demo.m

spectrogram_multiplot(plot_type, data, varargin)

image thumbnail

updated 1 year ago

Bregman Cookbook by Jerome Gilles

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

Test_2D.m

Test_3D.m

R=AddCurveletArray(A,B)

image thumbnail

updated 1 year ago

Simulink model for Fetal ECG extraction (HDL Compatible algorithm) by Igal

This is an HDL Coder compatible Fetal ECG extraction algorithm. (biotech, demo, signal processing)

mom_and_fetus.m

FECG_hdl_fix1

image thumbnail

updated 1 year ago

Equalizer, audioplayer, GUI by Maxim Vedenyov

Possible to change equalizer during playing (dsp, eq, equalizer)

display_time_script.m

zz_test_high_shelving.m

zz_test_read_audio.m

image thumbnail

updated 1 year ago

Using MATLAB for Bearing Fault Analysis by Roni Peer

Ball Bearings can have several faults, which result in different signals. This program shows this. (system response, frequency, fault)

bearingAnalysis_help.m

[K1, K2, K3]=kurtpar(Y,t)

bearing(P, t)

image thumbnail

updated 1 year ago

Delta Sigma Toolbox by Richard Schreier

High-level design and simulation of delta-sigma modulators (dac, adc, deltasigma)

Contents.m

dsdemo1.m

dsdemo2.m

image thumbnail

updated 1 year ago

MIRtoolbox by Olivier Lartillot

An innovative environment, on top of Matlab, for music and audio analysis (signal processing, music information ret..., music analysis)

Contents.m

demo0grandbuffet.m

mirdemo.m

image thumbnail

updated 1 year ago

ATSC: From RF to Video by Dick Benson

A set of models to process an ATSC RF signal and output an MPEG II video transport stream. (atsc, video, advanced television s...)

atsc.m

example_sel2html(fn,new)

ATSC_1

image thumbnail

updated 1 year ago

Using S-Parameters in MATLAB & Simulink by Dick Benson

Example of rf amplifier design using S parameters in both MATLAB and Simulink. (wireless, rf, network)

Verify_Amp.m

flowgraph_1.m

make_model.m

image thumbnail

updated 1 year ago

A Synchronized Mil-Std-188-110B Receiver by Dick Benson

Extends the shipping "188" modem. Features a synchronized 1200 bps / short interleave receiver. (communications, synchronization, equalizer)

mil_188.m

example_sel2html(fn,new)

mil_188_gui(varargin)

image thumbnail

updated 1 year ago

EXPO 2011 Signal Processing Workflow Demo Files by Atsushi Matsumoto

MATLAB EXPO 2011 Signal Processing Workflow Demo Files (expo 2011 signal proc...)

fi_nts_demo.m

filter_farrow.m

filter_fir_dsp.m

image thumbnail

updated 1 year ago

2-D FIR filter Design by YUBIN MA

Chebycheve Polynomial, McClellan Transformation & 2-D FIR filter Design (image processing, mathematics, simulation)

df6.m

image thumbnail

updated 1 year ago

anti podal by Widya

show antipodal signal binary (signal processing)

cb3Tugas1.m

image thumbnail

updated 1 year ago

HTK MFCC MATLAB by Kamil Wojcicki

Mel frequency cepstral coefficient feature extraction that closely matches that of HTK's HCopy. (cepstral ceofficients, mfcc, mel frequency cepstra...)

compare.m

example.m

startup.m

image thumbnail

updated 1 year ago

AM Radio Receiver by John Jendzurski

Heavily commented simulation of the heterodyne section and demodulating section of an AM receiver (rf, am, receiver)

AM_radio.m

image thumbnail

updated almost 2 years ago

face recognition by Arjun j s

face recogntion technology. (image processing)

HGPPing.m

Untitled.m

Face_Recognition(varargin)

image thumbnail

updated almost 2 years ago

Find Zero crossing per frame by deepa

find zero crossing for winow of specified length(here 100) (zero crossing, signal processing)

ZCRnew.m

image thumbnail

updated 2 years ago

GPS Receiver using Xilinx FPGA and TI DSP by Dick Benson

These model files move from a system level GPS receiver channel to actual operating hardware. (gps, acquisition, timing)

GPS_Capture.m

gps.m

ca=ca_fpga;

image thumbnail

updated 2 years ago

Demos from "Computer Vision with MATLAB" webinar by Bruce Tannenbaum

Demo files for the "Computer Vision with MATLAB" webinar held on April 19, 2011. (computer vision, video processing, image processing)

FeatureBasedRegistration.m

StereoDisparityMap.m

TextureClassification.m

image thumbnail

updated 2 years ago

INTERFACE BETWEEN MATLAB AND CADENCE FOR MACRO-MODEL EXTRACTION by Philippe BENABES

launch cadence analog simulations from Matlab and extract a macromodel of linear analog functions (analog design, cadence, gui)

SIMECT.m

SIMECT.m

SIMECT.m

image thumbnail

updated 2 years ago

B-spline tools by Jan Tore Korneliussen

Basic toolbox for polynomial B-splines on a uniform grid. OO overloading of common operators. (splines, approximation, interpolation)

pyramid_example.m

B-spline toolbox

bspline0( x )

image thumbnail

updated 2 years ago

Transfer Function by Star

Represent a given set of values into a transfer function form. (signal processing, instrumentation, electronics)

Transfer_func.m

image thumbnail

updated 2 years ago

Motion Detection by Harsha Vardhan

Motion Detection using videos recorded still camera (cricket, camera, motion detection)

motio.m

motion(A,B)

image thumbnail

updated 2 years ago

SigPlot by Yannis Agiomyrgiannakis

An advanced interface for 1-D signal visualization & editing. (visualization, plotting, signal processing)

corresponding.m

sigplotFrameBrowserCustomScriptExample.m

sigplotFrameBrowserFrequencyScriptExample.m

image thumbnail

updated 2 years ago

Time-domain scrambling of audio signals by Dan Ellis

Scramble audio signals by shuffling short-time windows (signal processing, audio, speech)

demo_scramble.m

ERBFilterBank(x, fcoefs)

ERBSpace(lowFreq, highFreq, N)

image thumbnail

updated 2 years ago

Model-Based Design for Electrical Automobile Chassis Control by Hitoshi Takeshita

You will be able to understand MBD process with Lego R/C car. (control design, automotive, embedded code)

design_TCS1.m

design_TCS2.m

nxtGTHi_Ctrl_param.m

Contact us