Results 1 to 13 of 13

Interesting problem finding peak to peak values in a dataset

Threaded View

  1. #1
    Registered User
    Join Date
    06-08-2017
    Location
    London, UK
    MS-Off Ver
    Excel 2013
    Posts
    5

    Interesting problem finding peak to peak values in a dataset

    Hi,
    I have a waveform which contains a series of five samples.
    original.PNG
    I need to get the max peak-to peak value from each of the samples.
    original.PNG

    So at the moment my idea is to filter the flat lines between each sample to break them up, then scan through each individually.
    I' managed to filter the flat lines though a comparison:
    C3=ABS(B4-B3) etc
    then
    =IF(AND(C3<0.01,C4<0.01),NA(),B3) etc
    filtered.PNG

    but I'm stuck as to how I can determine the peak to peak of what remains.

    Any ideas guys?
    Attached Images Attached Images

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Large function: finding the values of the 3rd and 4th peak with duplicates
    By fionafiona in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 03-16-2017, 08:16 AM
  2. Replies: 6
    Last Post: 05-01-2015, 12:02 PM
  3. Electricity Calculations based on Peak and Off Peak Rate
    By mrwrighty in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-11-2014, 07:43 AM
  4. Counting the peak & non peak hours between two dates?
    By zeroprobe in forum Excel General
    Replies: 3
    Last Post: 12-09-2013, 06:53 AM
  5. Replies: 5
    Last Post: 05-18-2013, 11:59 AM
  6. Formulas - converting dBdsx to Volts peak to peak
    By alex148 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-11-2007, 09:49 AM
  7. Replies: 1
    Last Post: 03-13-2006, 07:27 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1