Main Content

6,271 results in File Exchange

Find Peak Value

Version 1.0.0.0 by Geng Jun

Help you find peak value from a lot of data.

It's a simple function. Can help you find peak value from a lot of datas. It contains some demos.It's my first time to submit file, thanks for your using.

  • 28.5K (All time)
  • 2 (Last 30 days)
  • 4.3 / 5
  • Community
  • 12 Dec 2003

peaks2 - find peaks in 2D data without additional toolbox

Version 1.1.3 by Kristupas Tikuišis

Find peaks in 2D data just as with Matlab's 'findpeaks' function

Fast and effective 2D peak finding algorithm returning peak locations and values. Accepts 2D arrays as an input (for instance, image acquired with a camera from some optics experiment). Various

  • 1.3K (All time)
  • 13 (Last 30 days)
  • 4.3 / 5
  • Community
  • 12 Apr 2023

PeakSeek

Version 1.2.0.0 by Peter O'Connor

Find peaks in vector

Specify a vecter, a minimum peak separation, and a minimum peak height, and this function will find the peaks.. about 250 times faster than findpeaks

  • 4.1K (All time)
  • 1 (Last 30 days)
  • 4.4 / 5
  • Community
  • 17 Jan 2011

Satellite Orbit Computation

Version 1.3.0.0 by Charles Rino

Modified SGP4 code for GPS interface

- peaks=findPeaks(datas,thresh,iSubset,minHits,dXmax,dYmax)
- Find 2D peak clusters above threshold with size truncation
- llh_test=findIntercept(h_intercept,u_sat,origin_llh)
- Find a highly composite even number >= n
  • 10.8K (All time)
  • 5 (Last 30 days)
  • 5.0 / 5
  • Community
  • 18 Oct 2010

Beacon Satellite Propagation Simulation

Version 1.3.0.0 by Charles Rino

Simulate satellite beacon signal propagation

- peaks=findPeaks(datas,thresh,iSubset,minHits,dXmax,dYmax)
- Find 2D peak clusters above threshold with size truncation
- Find a highly composite even number >= n
  • 2K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 18 Oct 2010

Fast 2D peak finder

Version 1.13.0.0 by Adi Natan

Find local maxima \ peak positions in noisy 2D arrays

fastpeakfindA simple and fast 2D peak finder. The aim was to be faster than more sophisticated techniques yet good enough to find peaks in noisy data. The code analyzes noisy 2D images and find peaks

  • 17.6K (All time)
  • 7 (Last 30 days)
  • 4.9 / 5
  • Community
  • 21 Apr 2023

findAllPeaks

Version 1.0.5 by Daniel

Complements find peaks function with the possibility to find all peaks, both local maximums, and local minimums.

Besides complementing find peaks function with the possibility to find all peaks, both local maximums, and local minimums.This also provides a possible workaround for the findpeaks bug pointed out by

- Summary of this function goes here
- Summary of this function goes here
  • 690 (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 18 Jan 2020

Nucleus Toolbox

Version 5.0.0 by Brett Swanson

Sound processing for Nucleus cochlear implant systems

  • 248 (All time)
  • 5 (Last 30 days)
  • 5.0 / 5
  • Community
  • 15 Feb 2024

Peaks and Dips

Version 1.1.0 by Sergio Yanez-Pagans

Easily allows you to automatically find, plot, and label local maxima (peaks) and local minima on MATLAB

Easily allows you to automatically find, plot, and label local maxima (peaks) and local minima on MATLABThis code requires the MATLAB Signal Processing Toolbox, which can be downloaded here

  • 779 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 10 Jun 2022

Snag

Version 1.0.0.0 by Sergio Frasca

A signal analysis toolbox aimed to especially to gravitational wave detection

- GD_PEAKS finds peaks
- NS_PEAK non-stationary peak finder
- PEAK_PDF distribution of spectral peaks
- NS_PEAK non-stationary peak finder
- PEAK_EXP histogram of simulated spectral peaks
- PEAK_CDF cumulative distribution of spectral peaks
- PEAK_PD_GDF distribution of spectral peaks
- CREA_PEAK_VECT creates a spectral peak vector
- PEAK_P density of spectral peaks (not normalized)
- PEAK_RCDF reverse cumulative distribution of spectral peaks
- PEAK_POT probability of spectral peaks over a threshold
- study_peak_pdf
- LIN_PEAK_GD2 peak map with a straight line
- Spectral peak and bin number
- FIND_MAXS finds the maxima of a matrix
- FIND_MAX finds the absolute maximum of a matrix
- CP_PM_2SBL converts a Cristiano peak map to a sbl peak map
- SP_FIND_FPEAKS finds events in a gd or an array with non-linear procedure
- SP_FIND_FPEAKS finds events in a gd or an array with non-linear procedure
- PSS_SIM_PM peak map simulation, low resolution
- CP_PM_READ reads a Cristiano peak map
- binomial prob, in case of peak and all
- PSS_PEAKMAP creates a power spectrum test peak map
- PSS_PEAKMAP creates a power spectrum peak map (interlaced)
- PSS_W_PM_0 writes a peak map in easy format
- PSC_COIN finds coincidences in psc-db (type 2)
- PSC_COIN finds coincidences in psc-db (type 2)
- GD_FINDEV finds events in a gd or an array
- PSC_COIN_1 finds coincidences in psc-db (basic way)
- INDEXOFARR finds the index of an array nearest to a certain value
- FMNL_OPEN opens a frame file, reads the file header, finds the fid and format
- GD_FINDEV_NL finds events in a gd or an array with non-linear procedure
  • 2.2K (All time)
  • 2 (Last 30 days)
  • 4.0 / 5
  • Community
  • 20 Jan 2006

1D Non-derivative Peak Finder

Version 1.7.0.0 by Tristan Ursell

Up-sample and filter noisy data to find peaks without using derivatives.

, 2013.peakfind(x_data,y_data)peakfind(x_data,y_data,upsam)peakfind(x_data,y_data,upsam,gsize,gstd)peakfind(x_data,y_data,upsam,htcut,'cuttype')peakfind(x_data,y_data,upsam,gsize,gstd,htcut,'cuttype')[xpeaks]=peakfind()[xout,yout,peakspos]=peakfind()This function finds peaks without taking first or second derivatives, rather it uses local slope features in a given data set. The function has four basic modes. Mode 1: peakfind(x_data,y_data) simply

- %PEAKFIND general 1D peak finding algorithm
  • 2.8K (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 9 Jul 2013

iPeak

Version 7.7.1.0 by Tom O'Haver

Keypress operated interactive peak detector function.

ipeak(DataMatrix,PeakD,AmpT,SlopeT,SmoothW,FitW,xcenter,xrange,MaxError,positions,names)iPeak is a keyboard-operated Interactive Peak Finder for time series data. Expected input forms: ipeak(y); %

- A simple self-contained demonstration of the findpeak function (line 54)
- A simple self-contained demonstration of the findpeaksnr function (line 54)
- A self-contained demonstration of the iPeak function. In this example,
- A simple self-contained demonstration of the findpeaksb function (line 54)
- Demonstration of the findpeaksb3 function (in line 60)
- Comparison of the peak detection functions findpeaksG, findpeaksb,
- ipeak is a keyboard-operated Interactive Peak Finder for time series
- Comparison of the accuracy of peak measurement between findpeaks and
- Demonstration script for iPeak function. It generates a test signal
- Demonstration script for iPeak function. It generates a test signal
- Demonstration script for iPeak function. It generates a test signal
- Demonstration script for iPeak function. It generates a test signal
- Demonstration script for iPeak function. It generates a test signal
- Demonstration script for iPeak function. It generates a test signal
- Demonstration script for iPeak function. It generates a test signal
- A variant of findpeaksG that measures the peak parameters by constructing
- A variant of findpeaksG that measures the peak parameters by constructing
- Script that tests for the proper installation and operation of iPeak by
  • 7.3K (All time)
  • 1 (Last 30 days)
  • 4.8 / 5
  • Community
  • 4 May 2016

Separability filter for detecting circular shape

Version 1.0.0.0 by CVLAB Tsukuba

Detection of circular objects in a given image using Fisher criterion

the Fisher criterion with a circular shape of a mask filter all over the image by sliding window. From the computation of the Fisher criterion, we obtain a separability map where the local peaks are

- Function to find local peak
  • 295 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 3 Mar 2016

2D Finite Element Global Digital Image Correlation (FE-DIC)

Version 1.2.3 by Jin Yang

Finite-element-based global DIC method (guarantee global kinematic compatibility and decrease noise by adding regularization penalties).

- Find extremum of matrix.
  • 2.5K (All time)
  • 9 (Last 30 days)
  • 5.0 / 5
  • Community
  • 20 Jan 2024

Augmented Lagrangian Digital Image Correlation and Tracking

Version 4.2.2 by Jin Yang

2D-AL-DIC(Augmented Lagrangian DIC) is a fast, parallel-computing DIC algorithm which also considers global kinematic compatibility.

- Find extremum of matrix.
  • 4.2K (All time)
  • 21 (Last 30 days)
  • 5.0 / 5
  • Community
  • 26 Mar 2024

3-D Ray Trace

Version 1.0.0.0 by Charles Rino

3-D Ray Trace function for refractive propagation

- peaks=findPeaks(datas,thresh,iSubset,minHits,dXmax,dYmax)
- Find 2D peak clusters above threshold with size truncation
- Find a highly composite even number >= n
  • 5.6K (All time)
  • 1 (Last 30 days)
  • 4.0 / 5
  • Community
  • 27 Sep 2010

IMF for Bearing Fault Diagnosis

Version 1.0.0.0 by Santhana Raj

performs HHT on signal & IMF is plotted for Condition monitoring of vibration based bearing fault

- Find peaks.
  • 4.8K (All time)
  • 7 (Last 30 days)
  • 4.8 / 5
  • Community
  • 19 Jun 2012

Automated Failure Boundary Mapping

Version 1.1.0.1 by Stuart Kozola

Demo files from July 21, 2009 webinar

- Helper function to find peaks
- Copyright 2009 The MathWorks, Inc.
  • 2.2K (All time)
  • 2 (Last 30 days)
  • 4.0 / 5
  • Community
  • 1 Sep 2016

Finding Dominant Peaks and Valleys of an Image Histogram

Version 1.0.0.0 by Varuna De Silva

This function finds dominant peaks and local valleys of an image histogram

This function finds dominant peaks and valleys of an image histogram. Minimum peak distance and averaging filter size can be changed to suit your need. Although, the function is originally written

  • 1.7K (All time)
  • 1 (Last 30 days)
  • 4.4 / 5
  • Community
  • 25 May 2011

Hilbert-Huang Transform

Version 1.1.0.0 by Alan Tan

This submission is a realization of the Hilbert-Huang transform (HHT).

- Find peaks.
  • 43.3K (All time)
  • 2 (Last 30 days)
  • 4.7 / 5
  • Community
  • 31 Mar 2016

Peak Interpolation

Version 1.0.0.0 by Travis Wiens

Estimates the location and magnitude of the peak of a continuous function between samples.

Sometimes it is important to be able to estimate the peak of a sampled continuous function between the samples. This is called subsample peak interpolation and is used in radar, delay estimation, and

- Example demonstrating peak interpolation (finds the peak of a function,
- Example demonstrating peak interpolation (finds the peak of a function,
  • 3.1K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 17 Jun 2009

Real-Valued Spherical Harmonics

Version 1.0.0.0 by Bing Jian

some useful spherical harmonics routines

function valuesf(theta,phi) and the derivativesof f w.r.t theta and phi. Can be usedfor finding peaks of spherical functions[4] implement the spherical harmonics rotation algorithm of Ivanic and Ruedenberg

- Search the peaks of a spherical function represented by SH coefficients
  • 3.3K (All time)
  • 1 (Last 30 days)
  • 4.0 / 5
  • Community
  • 10 Apr 2016

glerny/Finnee2016

Version 1.0.0.0 by Guillaume Erny

Matlab toolbox for separation techniques hyphenated high resolution mass spectrometry

a software, it is a collection of classes and functions that allow recovering MS scans from mzML files and performed transformation (baseline drift correction, peak picking, centroid algorithms…), As

  • 224 (All time)
  • 2 (Last 30 days)
  • 4.0 / 5
  • Community
  • 21 Apr 2022

Localpeaks

Version 1.7.0.0 by Christopher Hummersone

Find local peaks or troughs in a vector

NOTE: this function is now available from the IoSR Matlab Toolbox as iosr.dsp.localpeaks. ------------------------- LOCALPEAKS Find local peaks and troughs in a vector SYNTAX peaks =

- Find local peaks and troughs in a vector
  • 3.2K (All time)
  • 1 (Last 30 days)
  • 4.9 / 5
  • Community
  • 11 Aug 2016

peakfinder(x0, sel, thresh, extrema, includeEndpoints, interpolate)

Version 2.0.2.0 by Nathanael Yoder

Quickly finds local maxima (peaks) or minima (valleys) in a noisy signal.

This function quickly finds local peaks or valleys (local extrema) in a noisy vector using a user defined magnitude threshold to determine if each peak is significantly larger (or smaller) than the

- PEAKFINDER Noise tolerant fast peak finding algorithm
  • 38.7K (All time)
  • 4 (Last 30 days)
  • 4.8 / 5
  • Community
  • 2 Oct 2016

Impulsive Noise Meter

Version 1.8.0.0 by Edward Zechmann

Calculates Impulsive noise metrics for hazardous acoustic noise assessment.

- % peak_index: Finds the highest data point centered about center_bin
- % localpeaks: Finds impulsive peaks and returns the amplitudes and indices
- % peak_ix: Locates peaks for acoustic impulsive noise
- % snd_peak_metrics: Calculates impulsive sound metrics including Nth octave band Leqs and peak levels
- % peak_threshhold_function2: Calculates a threshold for finding peaks
- % find_nums: Finds floating point complex, real, integer, and currency (dollars) numbers in a string
- % find_previous_crossing: finds previous crossing above or below p_value
- PEAKFINDER Noise tolerant fast peak finding algorithm
- % analytic_impulse: Impulsive noise with known peak level, frequency, duration
- % Leq_all_calc: Calculates levels and peaks for A, C, and linear weighting
- FINDEXTREMA - finds minima and maxima of data
- findjobj Find java objects contained within a specified java container or Matlab GUI handle
  • 2.3K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 25 Sep 2012

peaks - 1D peak finding without Signal Processing Toolbox

Version 1.0.2 by Kristupas Tikuišis

Find peaks in 1D data | Matlab findpeaks equivalent

Peak finding algorithm for essential signal processing. Returns peak amplitudes and locations. Various filters can be selected such as minimal absolute value, threshold above the immediate

  • 97 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 3 Apr 2023

Image correspondences using cross-correlation

Version 1.3.0.0 by David Young

Find matching features in pairs of images using normalised cross-correlation: class file and demo.

patch of one image, compute its sliding cross-correlation with the other image, and find a peak. This submission supplies a class which implements this method.There are many other ways of finding

- CORRPEAK Find peak of correlation.
- varPeaks Get set of distinctive points in image
- MAX2 Find maximum of 2-D array
- FINDPEAKS Finds the local maxima of an array.
  • 9.9K (All time)
  • 1 (Last 30 days)
  • 4.9 / 5
  • Community
  • 9 Dec 2011

Find Peaks of the Signal

Version 1.0.0.0 by Saurabh

Find Peaks of the signal and stores the answer in excel

find peaks program to find peaks i have faced problem in findpeaks.m so i have made my code to find peaks of the signal. it find peaks of the signal from excel file and stores peaks value in excel

- program to find peaks of the signal of excel file named 6000.xlsx and store the solution in excel file
  • 631 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 29 Jul 2013

Visual Bak-Tang-Wiesenfeld Sandpile Model for Matlab

Version 1.0.0.0 by Florian Roscheck

Matlab library to visualize the avalanche and power law characteristics of the sandpile model Edit

- - Find all peaks in a sandpile
- - Resolve all peaks in a pile
  • 282 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 24 Feb 2017

Auto Peak Finder & Analyser

Version 1.0.0.0 by Martin Gorjan

Finds peaks, locations, fwhms and area in signal.

Very lean an simple code that automatically finds major peaks, their locations, fwhms and area in a given signal y versus x. Requires no input parameters. The output is a matrix with peaks sorted in

- AUTO PEAK FINDER & ANALYSER
  • 6.6K (All time)
  • 2 (Last 30 days)
  • 4.0 / 5
  • Community
  • 10 Jun 2008

Easy clustering of a vector into groups

Version 1.0.0.0 by Antoine Liutkus

Automatic find peaks and associate each point to a peak in a vector

function [peaks,groups,criterion] = peaksandgroups(V,select,display)% -------------------------------------------------------------% Find peaks and link each data point to a peak, in effect

  • 795 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 12 Nov 2013

Find peaks (maxima and minima) of a function

Version 1.1.0.0 by Shoaibur Rahman

This function detects the transition points (maxima and minima) in a function like y = f(x)

function [nmax,maxAt,maxValues,nmin,minAt,minValues] = peak(y,x,threshold,stepsize)This function detects the transition points (maxima and minima) of a function like y = f(x), where x is indpendent

- This function detects the transition points (maxima and minima) of a
  • 708 (All time)
  • 2 (Last 30 days)
  • -- / 5
  • Community
  • 28 Jan 2016

Respiratory Rate Estimation

Version 3.0.0.0 by Peter H Charlton

Algorithms for estimation of respiratory rate from the electrocardiogram and photoplethysmogram

- detects PPG pulse peaks
- estimates the RR using peak detection.
- detects PPG pulse peaks in PPG signals.
- detects Fiducial Points from PPG peak and trough annotations
- identifies the subjects for each group (YHVs, EHVs and
- measures features from peak and trough values as specified in
- fuses RR estimates using Spectral Peak Averaging, modified from the method described in:
- perform adaptive pulse segmentation and artifact detection
- calculates the autocorrelation function, and finds the RR.
- calculates the frequency spectrum of a signal using the FFT, and finds
- iden_resp_sig_file_ending - finds out what the appropriate file ending is for this resp sig file
  • 3.2K (All time)
  • 1 (Last 30 days)
  • 4.0 / 5
  • Community
  • 29 Mar 2022

Estimate arrival time of extensional and flexural wave modes

Version 1.0.0.0 by Arnab Gupta

Use wavelet decomposition data to automatically estimate arrival of wave modes in ultrasonic signals

- findPeaksTroughs. Find local maxima and minima.
- findSignalThreshold. Identify threshold value where signal amplitude changes.
  • 168 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 20 Jun 2017

An econometric investigation of the sunspot numbers since the year 1700

Version 1.0.0.0 by Guido Travaglini

Econometric analysis of the properties of sunspot numbers from 1700 through the 22.d century

- Finds peaks and throughs of time series x, after Nagi Hatoum, Matlab File Exchange, copyright 2005
- % Code that produces largest peaks and troughs of time series X, stationary or nonstationary.
- Finds the Daubechies Discrete Wavelet Transform (DWT) that closest approaches the original series X (savop=1)
  • 221 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 13 Aug 2015

lpc frame

Version 1.4.0.0 by Speech Processing

This exercise shows how the method of linear predictive coding (LPC) models a speech frame.

- % function to find peaks (formant frequencies) and bandwidths (formant
  • 1.4K (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 2 Jun 2015

VUS-Voiced/Unvoiced/Silence_Training

Version 1.0.0.0 by Lawrence Rabiner

This exercise utilizes four programs to train a Bayesian classifier and classify frames of signals.

- % function to find peaks (formant frequencies) and bandwidths (formant
  • 1.2K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 14 Jul 2015

p Tube Vocal Tract

Version 1.4.0.0 by Speech Processing

This exercise computes the frequency response of a p-tube model of a human vocal tract.

- % function to find peaks (formant frequencies) and bandwidths (formant
  • 977 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 23 Jun 2015

2-D Propagation Code for Bounded Media

Version 1.0.0.0 by Charles Rino

2-D Propagation Code for propagation in refractive media over irregular surface.

- peaks=findPeaks(datas,thresh,iSubset,minHits,dXmax,dYmax)
- Find 2D peak clusters above threshold with size truncation
- Find a highly composite even number >= n
  • 1.1K (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 4 Oct 2010

2-D Propagation Simulation

Version 1.1.0.0 by Charles Rino

Simulate Propagation in 2-D

- peaks=findPeaks(datas,thresh,iSubset,minHits,dXmax,dYmax)
- Find 2D peak clusters above threshold with size truncation
- Find a highly composite even number >= n
  • 2.1K (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 24 Sep 2010

Scintillation Channel Modeling Utilities

Version 1.0.0.0 by Charles Rino

A library for scintillation channel modeling applications.

- peaks=findPeaks(datas,thresh,iSubset,minHits,dXmax,dYmax)
- Find 2D peak clusters above threshold with size truncation
- % Find signal and estimate initial frequency
- Find a highly composite even number >= n
  • 1.5K (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 3 Oct 2010

3-D Propagation Code

Version 1.1.0.0 by Charles Rino

3-D Propagation simulator for turbulent media

- peaks=findPeaks(datas,thresh,iSubset,minHits,dXmax,dYmax)
- Find 2D peak clusters above threshold with size truncation
- Find a highly composite even number >= n
  • 2.6K (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 4 Oct 2010

PeroxisomesTool

Version 1.0.0 by Michael Deeks

Package of scripts used to track organelles as described in Valente et al. 2022

  • 8 (All time)
  • 2 (Last 30 days)
  • -- / 5
  • Community
  • 10 Jul 2022

Stacked line plot

Version 2.1.1.0 by Christopher Hummersone

Stacked line plots from a matrix or vectors

- Find local peaks and troughs in a vector
  • 2K (All time)
  • 2 (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.

- Find local peaks and troughs in a vector
  • 3K (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).

- Find local peaks and troughs in a vector
  • 1.2K (All time)
  • 2 (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

align=true, fine structure and envelope alignment is applied so that the impulse response peaks occurs at t=0.[bm,env] = gammatoneFast(...) returns the instantaneous envelopes env for each filter.[bm,env,delay

- Find local peaks and troughs in a vector
  • 3.4K (All time)
  • 1 (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.

- Find local peaks and troughs in a vector
  • 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.

; imagesc(peaks(1000)); colormap(CMRmap(256)); axis image; colorbarREFERENCE[1] Rappaport, C. 2002: "A Color Map for Effective Black-and-White Rendering of Color Scale Images", IEEE Antenna's and Propagation Magazine

- Find local peaks and troughs in a vector
  • 807 (All time)
  • 1 (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.

- Find local peaks and troughs in a vector
  • 986 (All time)
  • 1 (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

- Find local peaks and troughs in a vector
  • 901 (All time)
  • 1 (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

) will be returned for each channel. The function returns a 1xN vector of RTs, where N is the number of channels in the audio file. The function determines the direct sound as the peak of the squared

- Find local peaks and troughs in a vector
  • 4.4K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 Aug 2016

Find peaks for a given 2D curve.

Version 1.0.3 by Peter Seibold

The code is very simple and needs only two lines of code.

Full call: PeakValues=FindPeaksSimple(x,y,PeakType,Interpolate) INPUT: 1 x: x-values. Vector with numbers. 2 y: y-values. Vector with numbers. Optional values: You may omit all off them or the

  • 57 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 21 Jul 2022

Collecting data from RSA6100A

Version 1.0.0.0 by Tektronix RF Development Team

Data import and peak search

MATLAB script which can be used to complete a peak search on a spectrum trace extracted from an RSA6100A Real-Time Spectrum Analyzer. Definable Parameters - Start Frequency- Stop Frequency- RBW

- A self-contained interactive demonstration of FindPeakSliders
- Interactive findpeaks script with peak-zoom feature,
- A self-contained interactive demonstration of FindPeakSliders applied
- A simple self-contained demonstration of the findpeak function (line 48)
- Interactive findpeaks script for pre-defined data in x,y.
- Interactive demo of findpeaks function with peak-zoom feature.
- % 2007 Tektronix RTSA Demo program
- Redraws graph for FindPeakSliders when Peak slider is moved.
- Redraws graph for FindPeakSliders when slider are moved.
- Changes PeakNumber when the Peak slider is moved.
- Function to locate the positive peaks in a noisy x-y data
- Interactive Peek Find function, P=ipf(x,y,WidthPoints),
  • 1.3K (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 26 Oct 2007

Sub-Sample Peak Fitting 2D

Version 1.0.0.0 by Eric

Find sub-sample location of global maximum in a 2-dimensional numerical matrix.

This small contribution is useful in cases where you search for the position of a peak within an intensity matrix (correlation or energy fields) of low resolution. Since this is only a 2nd-order-fit

- Find sub-sample location of a global peak within 2D-matrix by applying
  • 1.3K (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 28 Jan 2010

Xsembles2P

Version 1.0.0 by Jesus Perez

Tool to analyze two-photon calcium imaging videos, extract neuronal activity, and identify neuronal ensembles (ONsembles and OFFsembles).

Xsembles_2P.m.The algorithm performs the following computations:Read raw video(s).Read external voltage recording file(s).Perform registration (based on animal locomotion).Find active neurons.Get calcium signals.Do

  • 22 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 24 Apr 2024

camera-Intrinsic-Validation-Tool

Version 1.0.0 by xingxingcui

相机内参验证工具APP

  • 12 (All time)
  • 2 (Last 30 days)
  • -- / 5
  • Community
  • 2 Oct 2024

Alternative box plot

Version 3.2.1.0 by Christopher Hummersone

Draw a box plot with various display options

- Find local peaks and troughs in a vector
  • 10.9K (All time)
  • 4 (Last 30 days)
  • 4.7 / 5
  • Community
  • 28 Jun 2017

Load more