The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum for Programming
 Forum for Origin C
 how to find Multiple Peak Fit details

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
a722a126 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.
2   L A T E S T    R E P L I E S    (Newest First)
greenbergmethew 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
jasonzhao Posted - 02/18/2016 : 9:19:36 PM
Hello,

If you are using Origin 2016, (with demo version here: http://www.originlab.com/demodownload.aspx) the parameter mean and standard deviation will output in the parameter table, as Derived Parameters, please check this page for details:
http://www.originlab.com/doc/Origin-Help/LogNormal-FitFunc

Besides, what do you mean by g(x) = x1 f1(x) +x2 f2(x)?

Best regards!
Jason
OriginLab Technical Service

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000