How to exclude smallest of two narrow peaks if there is no valley of specified value between?

I have an array representing intracardiac activation including detected peak and valley data. I now want to exclude the smallest of two narrow peaks throughout the recording if there is no valley of <1/3 of the lowest peak between. LabView 7 Express/ Windows XP.

This can be solved with non-linear curve fitting, but it will not be a trivial solution. If you are unfamiliar with non-linear curve fitting techniques, find a copy of "Numerical Recipes in C" by Press et. al. and read the chapter on Modeling of Data. LabVIEW contains the building blocks you need to perform any of the methods mentioned in the book (e.g. Levenberg-Marquardt and downhill simplex). You may want to modify them for speed.
The general method is to model the two peaks as two gaussians (or whatever function they are) with an unknown distance between them. The curve fit will find the distance between the peaks and the peak parameters so you can subtract the small peak.
WARNING: This method (and most others) gets fuzzy when the peaks merge. Be sure
to use the techniques to find out how good your fit is, or you can run into many problems.
You can probably solve this problem using convolution and/or fourier transform techniques, but I have never done that, so cannot comment on it.
Good luck!
This account is no longer active. Contact ShadesOfGray for current posts and information.

Similar Messages

  • How to place two narrow portlets in the same row of a wide column

    Hi,
    How to place two narrow portlets in the same row of a wide column.
    Im using ALUI 6.1
    Thanks in advance
    sandeep

    As I understand there is no easy way to do it now. I guess in theory that can be done by customizing ALUI page layout source code, but this is significant efforts. Correct me if there is more easy way to do it.
    Edited by Bryazgin at 05/23/2007 7:32 AM

  • How to exclude two kind of files in the same folder in sender cc?

    Hi,gurus:
    Now we are using "advanced selection for source files" in sender file adapter.
    Our requirement is as below:
    The source directory is  c:\test and there are many files in the directory.
    We want to transfer all the files except aa.txt and bb.txt.
    We have to implement it in one scenario,but it couldn't work.
    It worked only when we transferred all the files except aa.txt or bb.txt,but not work when we want to transfer except aatxt and bb.txt.
    I checked the blog "XI/PI: how to exclude files in a sender File adapter?",but it is not the same issue.
    Any help will be appreciated.

    Hi,
    The only way to solve your purpose is
    Provide the list of file names like c. d. e. f. whatever possible number of file names in the "File Name Mask" column and provide the directory names by clicking on plus for additional rows. just dont use aa.* and bb. anywhere.This will do your purpose.
    Thanks!

  • How to exclude one or more than one member on report?

    Post Author: izhar
    CA Forum: WebIntelligence Reporting
    Hi all group members, I am working on BOXI R2. I have to ask that, How to exclude one or more than one member from the report. I know there is function of filter, through which we can see our desired members and other remaining will be excluded, but that's filter. In some of tools i have seen just do right click on a specific member and click on "Exclude" option to exclude the member. Suppose i have placed a Time dimension on the report and standing on "Month Level" which has data from 1, 2, ... 7,8, ... 11, 12 Now i just have to exclude member 7 from the report. Can any member guide me here. Regards, Izhar

    Post Author: jsanzone
    CA Forum: WebIntelligence Reporting
    Izhar,
    If you run the report in "modify" mode, then you have two options
    1) You can click on the "Show/Hide Filter Pane" button which opens up the "apply filter" pane.  From there you go to your Data panel and grab, drag, and drop an item from the Data panel into the apply filter pane and provide a constant or select a value to filter in or out from your report.
    2) You can highlight the column of data that you want to filter on, then click on the "Add Quick Filter" button.  Using the List of Values menu you either select one or multiple items that you want to include in the report.

  • How to exclude some tables from schema level replicatio????

    Hi,
    I am working on oracle10g stream replication.
    My replication type is "Schema Based".
    So can anyone assist me to undersatnd, how to exclude some tables from schema based replication.
    Thanks,
    Faziarain

    You can use rules and include them in the rule set, lets say you dont want LCR to be queued for table_1 in schema SALES, write two rules one for DDL and another for DML with NOT logical condition.
    DBMS_RULE_ADM.CREATE_RULE(
    rule_name => 'admin.SALES_not_TALBE_1_dml', condition => ' (:dml.get_object_owner() = ''SALES'' AND NOT ' ||
    ' :dml.get_object_name() = ''REGIONS'') AND ' ||
    ' :dml.is_null_tag() = ''Y'' ');
    DBMS_RULE_ADM.CREATE_RULE(
    rule_name => 'admin.hr_not_regions_dlll',
    condition => ' (:dml.get_object_owner() = ''SALES'' AND NOT ' ||
    ' :ddl.get_object_name() = ''table_!'') AND ' ||
    ' :dsl.is_null_tag() = ''Y'' ');
    just go through this document once, http://download.oracle.com/docs/cd/B28359_01/server.111/b28321/strms_rules.htm#i1017376
    Edited by: user8710159 on Sep 16, 2009 5:21 PM

  • How to exclude salary arrears from pension deduction?

    I have setup a pension retro element and its calculating the retro amount correctly.
    However, its using sum of salary arrears (say,arrears for the month of March and April) and adding that to May salary and deducting pension on the total sum.
    (we do not want this, we want only May salary to be considered for pension retro element)
    Does anyone know how to exclude salary arrears from pension deduction element? Is there any obvious step, which I am missing in while defining the element?

    Hi,
    While doing retro for arrears, it will give at a time in one payroll only, no standard for installment payments.
    2nd option:
    Calculate the Total Arrears amount and divide it by four installments and through IT 0014 with New wage type and give for 4 months as start and end date.
    * you have to create a new wage type which is taxable and assigned to IT 0014.
    * add this new wt in Remuneration form in Earnings side.
    Regards,
    Praneeth kumar

  • How to exclude open items by credit exposure calculation

    Dear all,
    as anybody idea about how to exclude by the credit exposure calculation some old items (in our case all items having document date lower than 01.10.2005).
    These are the basic assumptions:
    i cannot use a special G/L indicator because some of them already have one and i cannot change it;
    i cannot use the reason code field because it doesn't appear on all items (e.g., negative amount open items, and some others)
    some items are positive, some other are negative, some have a special g/l indicator and some others not.
    therefore i am forced to change rules of calculation. Is there any user exit o bte?
    thanks a lot!
    Edited by: Alessandro Casarico on Aug 31, 2010 8:36 PM

    Alessandro
    I think your only option is 'user exits for credit checks':
    LVKMPTZZ
    LVKMPFZ1: USER_CREDIT_CHECK1
    LVKMPFZ2: USER_CREDIT_CHECK2
    LVKMPFZ3: USER_CREDIT_CHECK3
    Good luck.

  • How to exclude stock of a particular storage type from collective availabil

    How to exclude stock of a particular storage type from collective availability check in MDVP.

    you can set the storage location as 'Storage location stock excluded from MRP' value '1' in the field
    Sloc MRP indicator , in MRP view $ when you enter a storage location accessing the material master.
    Thsi is the only way to exclude the storage location, you have to do it per each material and also it is excluded from the MRP.
    With this option the stock is not considered in ATP.
    IF you need the storage location in the MRP, then you should consider the use of MRP Areas.
    With the MRP Areas you define which plants/storage locations belong to each MRP area and the ATP is performed for eah area with the stocks that exist in each of them.
    Please if the issue is solved set the thread  as answered and provide the points to the useful replies.
    thanks for your cooperation

  • I have purchased a new iPad and given my old one to my husband.  How do I change the Apple ID over to him.  We are having continuous confusion between the two iPads

    I have purchased a new iPad and given my old one to my husband.  How do I change the Apple ID over to him.  We are having continuous confusion between the two iPads

    Hi Marg42,
    Thanks for visiting Apple Support Communities.
    First, your husband can create his own Apple ID via the web, computer, or iPad, if he hasn't already:
    My Apple ID
    https://appleid.apple.com
    iTunes: How to set up an Apple ID within iTunes
    http://support.apple.com/kb/ht2731
    Next, he can sign out of the Apple services that are currently using your Apple ID on your old iPad, and sign in with his own.
    This article has instructions for doing so for specific Apple services:
    Apple ID: What to do after you change your Apple ID
    http://support.apple.com/kb/HT5796
    Alternately, he can erase the device and set it up as new using the steps in this article:
    iOS: How to back up your data and set up your device as a new device
    http://support.apple.com/kb/ht4137
    Best Regards,
    Jeremy

  • How do I set up two separate iTunes accounts on one MacBook Pro in order to manage the wife's iPhone and my iPhone? Can this be done?

    How do I set up two separate iTunes accounts on one MacBook Pro in order to manage the wife's iPhone and my iPhone (with separate info on each of course) ? Can this be done? A little step by step would be greatly appreciated; just short step by step though, I can follow fairly well.
    Kindest Regards,
    Phil T.

    You would each need to use your own user account on the Mac, you can do this at system preferences > users & groups.

  • I created one iTunes account on one pc and another iTunes account on my current pc. How do I merge the two accounts?

    I created one iTunes account on one pc and another iTunes account on my current pc. How do I merge the two accounts?

    Csound1 wrote:
    iMatch works by matching or uploading the music in your iTunes account, it doesn't matter where the music came from as long as it now in your account, but if you purchased it with a different account you will need to be logged in
    No.
    As long as you computer is authorized for that iTunes account, the songs will work with iTunes Match. The user does not need to be logged in on that computer.
    Husband's computer and husband's iTunes account signed in.
    Songs from wife's iTunes account on computer and computer authorized for wife's account. Songs from both will work with iTunes Match.

  • How do you set up two different ipads on one computer ?

    I purchased a new ipad for my wife and want to get her started but we both use one imac as our desktop system.  How do you set up two different uses on one computer.
    Thanks,
    Dave

    Other options not covered in the article:
    1) You can plug both in under the same computer username and same iTunes Apple ID and give each device it's own name. You should be able to manage them as separate devices with different media, apps and screen layouts. All of your media would be in a common pool, though.
    2) Under one computer username, you can login and logout of two different iTunes Apple IDs. This option is cleaner with two computer usernames but it can be done with one.

  • How can I set up two iPhones with the same contact, photos, music etc... but a different sim card and phone number. They will both be my phones, but one will be for use in other countries.

    How can I set up two iPhones with the same contact, photos, music etc... but a different sim card and phone number. They will both be my phones, but one will be for use in other countries.

    Phone A = phone with information you want duplicated
    Phone B = phone that you want to copy from A
    Backup Phone A.
    Wipe Phone B using these instructions. What to do before selling or giving away your iPhone, iPad, or iPod touch - Apple Support
    Phone B should be on the 'Hello' screen. Do not swipe it. Launch iTunes. Plug in Phone B.
    When iTunes asks if you want to set up as new phone or restore from backup, choose restore from backup of Phone A.
    After this setup, any changes to one phone (i.e. adding a contact, downloading an app) will have to be manually duplicated on the second phone, if that is your desire). Making changes to one phone will not affect the other after setup.

  • HT5620 How can I set up two separate accounts on one iPad?

    How can I set up two separate accounts on one shared iPad?

    The iPad is meant to be a single user device.
    It is possible to use multiple ID's on an iOS device, but when you switch ID's and download content with another ID, you associate the device with that ID for 90 days and lock yourself out of the other ID for that 90 day period.
    So while it is possible, it's not advisable.

  • HT201272 I have two iTunes account.  How do I combine the two??

    I have two iTunes account.  How do I combine the two??

    Did you recieve any response on your questions?  I have teh same one can we load two itunes accounts onto one device?  It seems apple should have some fix to address this...thanks for any insight you can provide.

Maybe you are looking for

  • Error while initializing CZ parameters in CO

    Hi I have an OAF page, where I select the model and launch Configurator on submitButton. I'm writing all the logic in Controller. I got some success intially, but Im stuck here. My initmsg is : String initmsg ="<initialize> " + "<param name='database

  • ITunes won't open on updated IOS 7.0.2

    Since updated to IOS 7.2 my iphone will not open itunes. It provides no error message. The app simply will not open. Flashes for a second then returns to home screen. I have tried signing in and out of itunes, turning phone on and off, and nothing ha

  • Poor quality downloaded photos

    Hi all, Can anyone explain me why photo's taken with my N96 look good as thumbnails in any viewer - I have tried several to see if the difference is caused by that ( Windows Picture Viewer, Visere, Irfanview etc) - but come out very lousy when enlarg

  • Why does my camera take foggy pics at night?

    my camera takes pics fine during the day, but takes foggy pics at night.

  • Installer for JWS 1.2 for Windows

    Hi All, Can anyone of you give me pointers on how to get the JWS 1.2 installer (i.e. JRE 1.4.1 suite minus the actual JRE !) I need to run JWS with an older version of JRE, 1.3.1 Does anyone know if this can cause a problem or not ? Thanks, Piyush