Author |
Topic |
|
a722a126
Taiwan
1 Posts |
Posted - 02/18/2016 : 09:49:29 AM
|
Hi
Got a problem 1.why i can't see two lognormal distribution their mean and standard deviation 2.How to connect two distribution like g(x) = x1 f1(x) +x2 f2(x)
Thanks in advance. |
Edited by - a722a126 on 02/18/2016 09:51:40 AM |
|
jasonzhao
China
262 Posts |
|
greenbergmethew
India
1 Posts |
Posted - 03/09/2016 : 05:39:11 AM
|
function P=findpeaksG(x, y, SlopeThreshold, AmpThreshold, SmoothWidth, FitWidth, smoothtype) This is my basic command-line function to locate and measure the positive peaks in a noisy data sets. It detects peaks by looking for downward zero-crossings in the smoothed first derivative that exceed SlopeThreshold and peak amplitudes that exceed AmpThreshold, and determines the position, height, and approximate width of each peak by least-squares curve-fitting the top part of the peak. Returns a list (in matrix P) containing the peak number and the estimated position, height, width, and area of each peak. It can find and measure over 1000 peaks per second in very large signals. Version 5.0 has improved error catching for very noisy data. The related function findpeaksL.m does the same, assuming a Lorentzian peak shape.
http://goo.gl/maoapk | http://goo.gl/8Ur2QK |
|
|
|
Topic |
|
|
|