PURPOSE
[half_width, center, amplitude, baseline] = peaks(s, dim, m) : peak position and width of iData
SYNOPSIS
function [sigma, position, amplitude, baseline] = peaks(a, dim, m)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
- abs b = abs(s) : absolute value of iData object
- camproj s = camproj(a,dim) : projection/radial integration of iData objects elements
- ceil b = ceil(s) : upper integer round of iData object
- cell [content,fields]=cell(s) : convert iData objects into cells
- circshift b=circshift(a, rank, shift): shifts the axis of specified rank by a value
- copyobj b = copyobj(s) : makes a copy of iData object
- diff b = diff(s) : computes the difference long 1st axis of iData object
- end b = end(s,index,n) : end value for iData objects
- find d = find(s) : find iData signal non zeros values
- get [...] = get(s, 'PropertyName', ...) : get iData object properties
- getaxis [val, lab] = getaxis(s, AxisIndex) : get iData axis value and label
- interp [b...] = interp(s, ...) : interpolate iData object
- isempty isempty(s) : true for empty iData object
- isreal b = isreal(s) : True for real iData object elements
- isvector b = isvector(s) : True for vector iData object
- log b = log(s) : natural logarithm value of iData object
- max [m,id] = max(a,b, dim) : computes the maximum value of iData object(s)
- min [m,id] = min(a,b, dim) : computes the maximum value of iData object(s)
- ndims d = ndims(s) : get the dimensionality of iData object
- ones s = ones(s,N,M,P,...) : initialize an iData array
- peaks [half_width, center, amplitude, baseline] = peaks(s, dim, m) : peak position and width of iData
- prod s = prod(a,dim) : computes the product of iData objects elements
- reshape c = reshape(a) : reshape the object Signal
- round b = round(s) : upper integer round of iData object
- set [s,...] = set(s, 'PropertyName', Propertyvalue, ...) : set iData properties
- size size(s) : get iData object size (number of elements)
- sqrt b = sqrt(s) : square root value of iData object
- std [half_width, center] = std(s, dim) : standard deviation of iData
- sum s = sum(a,dim) : computes the sum of iData objects elements
- zeros s = zeros(s,N,M,P,...) : initialize an iData array
This function is called by:
- peaks [half_width, center, amplitude, baseline] = peaks(s, dim, m) : peak position and width of iData
Generated on Tue 27-Nov-2018 10:56:24 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1