Aligning a Waveform with its post filtered self

How do you align a waveform with its filtered waveform after you filter it?  I need to create an upper and lower limit using a filtered version of a waveform and then use the resulting limits to test it.
Attachments:
LIMIT Testing.vi ‏158 KB

What behavior are you observing when you say it does not work as advertised?  
Also, the function that Mikhail is different than the one you are using.  There is an example listed for this function on your computer in this location labview\examples\measure\resample_align_xmpl.llb
Ryan
Applications Engineer
National Instruments

Similar Messages

  • How can I align a checkbox with its label?

    hello,
    I am making a quizz in flash, and I want the checkbox to be vertically aligned with its label. I don't want it to be in the middle. What should I do? I searched for hours and hours and didn't find an answer
    I wish that you could help me
    thank you in advance
    P.S: the checkboxes are inserted via actionscript

    I would just use a separate textfield instead of the checkbox's label.

  • Issue with the Posting Date of the Purchase Order.

    Hi All,
    There are fields in BW like SSL1: Time OK, SSL2: Qty OK, SSL3: Time & Qty Ok, SSL4: Days Late (Routines are written to calculate). These fields will indicate whether the delivery against a GR is OK or not with respect to Time, Quantity and the No. of Days..
    But here the issue I am facing is
    If there is only1 delivery/ GR against a single item the calculation in BW are correct - i.e. for a particular PO if there is only one delivery the above fields like SSL1: Time Ok, SSL2: Qty OK will show like the delivery is done within the specified time and everything is OK (in case if it is delivered within the allotted time)
    But if there are multiple deliveries or multiple GR's  posted for one PO item, the calculations are going wrong i.e. even if the delivery is done well within the specified time it is showing the wrong calculations like it is delievered too late. Because in this case the earlier dates are overwritten.
    Can anyone throw me some light on how can I go about solving this issue.
    I am thinking of declaring the Posting Date as the KeyField of the DSO as of now it is a Data field  I also want to know the impact of assigning this as a Keyfield.
    Thanks in advance,
    Prasapbi

    Hi,
    As I understand, you have a DSO based on Purchase Order and your key field is PO and its line item. The problem as you stated will always be there if you have multiple deliveries/GRs created for a single line item because the system will overwrite the entries for same key.
    Problem with adding Posting date as keyfield will be that then your key will be PO-PO Lineitem-Date. When PO will be created, the Posting date will be blank(correct me here if I am wrong), therefore you will have one entry for same PO-line item combination. One without date and other with date, which again would be incorrect. If my assumption about Posting date was wrong, even then your data may not be correct because then you may have many entries with same posting date which again would overwrite each other.
    If there is any direct link between PO line item and number of deliveries that will get created for them, then you can bring that field in DSO as keyfield. But I don't think there is any such field.
    Looking at your report requirement, I would suggest that you make a DSO based on Goods Receipts and then calculate these keyfigures by comparing the dates between GR posting date and PO line item date.
    Else you can change the way your datasource works(if its generic one based on function module). Since your main requirement is to check whether the GR posting date has met your SLA or not, you should fetch all the details only when GR is created and make your key field as PO-PO Line item-GR

  • 2lis_02_scl extract records with wrong posting date for Good Receipts.

    Hi Experts,
    We are currently having issue of mismatch between BW Schedule Line data with R/3 values for the Goods Receipts posting date updating incorrectly in to BW.
    Example.
    In table EKBE purchase order history we have following records.
    MANDT EBELN        EBELP   ZEKKN VGABE GJAHR BELNR      BUZEI BEWTP BWART BUDAT      MENGE
    501   5600453404   00010   00    1     2010  5012473031 0001  E     101   23.01.2010        1.250,000
    501   5600453404   00010   00    1     2010  5012473031 0002  E     101   23.01.2010        1.250,000
    501   5600453404   00010   00    1     2010  5012473031 0003  E     101   23.01.2010        1.250,000
    501   5600453404   00010   00    1     2010  5012693310 0001  E     101   26.02.2010        1.250,000
    Which means we have on posting date of 23.01.2010 1250*3 i.e. 3750 quantity of Goods Receipts.
    However when we check the extractor we get multiple records in internal table C_T_DATA and in psa.
    Line BWV ETENR   SLFDT              MENGE    ROCA BEDAT                            BUDAT          EBELN
           ORG                                                        NCEL
    1     001     0001     20100125     3750.000          20100113     ZNB     F     00000000     5600453404
    2     001     0002     20100226     1250.000          20100113     ZNB     F     00000000     5600453404
    3     002     0001     20100125     3750.000     X     20100113     ZNB     F     20100123     5600453404
    4     002     0001     20100125     3750.000          20100113     ZNB     F     20100123     5600453404
    5     003     0001     20100125     3750.000     X     20100113     ZNB     F     20100127     5600453404
    6     003     0001     20100125     3750.000          20100113     ZNB     F     20100127     5600453404
    7     002     0001     20100125     3750.000     X     20100113     ZNB     F     20100226     5600453404
    8     002     0001     20100125     3750.000          20100113     ZNB     F     20100226     5600453404
    9     002     0002     20100226     1250.000     X     20100113     ZNB     F     20100226     5600453404
    As can be seen we have record no 8 for ETENR (Schedule line 1) with posting date 26.02.2010 and another record with posting date 23.01.2010.
    Since we are getting 2 records the record with incorrect posting date overwrites the record with correct one.
    Any idea if this could be a standard extractor problem or any other way to resolve this issue.
    Any help would be appreciated.

    First of all, are you using a staging DSO? (You should ideally)
    If yes, is it a Write Optimized DSO? (Again, this is ideal)
    If its a standard DSO, the values maybe over-writing upon activation.
    You have 3 records (quantity = 1250 * 3) that have been receipted on 23.01.2010, where Posting Date = 23.01.2010.
    You also have a record (quantity = 1250 * 1) that has been receipted on 26.01.2010. Posting date = 26.01.2010.
    Now, in RSA3 & in PSA you can see more records than intended.
    This is because you have before & after images. (ROCANCEL = X or blank).
    ROCANCEL = X --> Before Image (record before change)
    ROCANCEL = blank --> After Image (record after change)
    This is a standard property of the extractor.
    Now, we also have something known as BWVORG (Process Keys). Each process, i.e. creating a PO, Goods Receipt, Invoice etc.. have different Process Keys.
    Creation - 001
    Goods Rcpt. - 002
    Invoice - 003
    We can see that record 8, i.e. BWVORG = 002 (GR) has been modified on 26.01.2010.
    That is why there is before image and after image.
    Which one should be the correct posting date? 23.01.2010?
    Normally in a Write optimized DSO, you will have all the records (before and after images & others as well).
    I hope this helps.
    Please let me know if otherwise.

  • How to save entries in Cash Journal with status 'Posted'?

    Hi all,
    I has been asked to create entries in a Cash Journal with status 'POSTED'. Obviously, FM 'BAPI_CASHJOURNALDOC_CREATE' only saves entry (status 'SAVED'), but didn't change its status to 'POSTED'.
    After some investigation of different FM in a CJ area, I found the only way to change status via CALL TRANSACTION 'FBCJ' -> 'POST ALL' (for receipts, for example). This is not a decition I'm searching for.
    My question is: how can I change status of a Cash Journal single entry to 'Posted'?
    Any help would be highly appreciated.
    Thanks in advance.
    Regards,
    Ivaylo Mutafchiev
    Senior SAP ABAP Consultant
    VBS EOOD
    Varna, Bulgaria

    I'm facing the same  issue . have you been able to solve it ???

  • G4 mini has a problem with its volume structure

    My G4 mini has a problem with its volume structure according to Tech Tools Deluxe. One that the application can't seem to repair. Ran it 3 times and it always hangs before it completes the fix. Never hangs in exactly the same place in the repair routine, but always hangs.
    Ran these tests because for the longest time the mini would accelerate (panic) and shut down. Installation on a new system hangs before it completes the install of all the upgrades. Any help would be appreciated.

    I realize it was not clear from the original post whether or not DiskUtility had been tried yet to fix the hard drive.
    To use DiskUtility to repair the drive, you have to boot from the original install disc that shipped with your Mini.
    1) Insert the Install disc and the shutdown the Mini.
    2) Restart the Mini and hold down the C key as soon as the startup chime or beep is heard. Hold it down until you see the "gear" spinning on the screen.
    3) Select your language, but don't proceed any farther with installation. Use the Utilities menu at the top of the screen to run DiskUtility.
    4) In DiskUtility, click once on the hard drive in the left panel, then click on the Repair Disk button in the right panel.

  • Importing shared calendar with all posted items

    We have a shared calendar with all our area events, which exists in my account, but now we wish - as a matter of urgency - to export this (with all its posted events) to a generic account, which can be updated by a few named employees - and not be tied to one user's account. Unfortunately, when I import the ics file into the generic account it appears with no contents. It seems that I will have to create a new blank calendar in the generic account, and share it's contents with all my colleagues again. Please can anyone confirm if this is so, or explain what I need to do to make it happen.
    Thank you,
    Ted.

    Aplogies. I have finally worked this out. Since I am the owner of the shared area calendar, only I have the right to add, edit or delete calendar items, but can allow those rights to other accounts. To move all calendar items, as advised, I shared the calendar (right-click on calendar in folder list, and select "Sharing") with the generic account by entering that account in the Name box, clicking the "Add User" button. Then I selected the account, now in the list of shared accounts, ticked the add, edit and, crucially, the delete box. The latter enabled me to move items from one calendar to another in the generic account, after setting the properties of both to detail view. One thing that can't be done is transfer the shared-with list, so I guess I'll need to re-share with all area staff. Thanks Danita. I got there in the end!

  • How can I copy test plan WITH ITS RESULTS (PASS/FAIL) to other project in MTM??

    How can I copy test plan WITH ITS RESULTS (PASS/FAIL) to other project in MTM??

    Hi odedn,
    Thank you for posting in MSDN forum.
    Based on your issue, you mean that you want to copy the test plan with test results from the current team project
    to other team project, am I right?
    If yes, as far as I know that when we copy test plan with test results to other team proejcts. It is default that
    there just will not copy the test plan with test results (pass/fail) to other team project in MTM.
    You can refer the following MSDN document’s
    what gets cloned, it explained that which objects are copied from the source test plan to the destination test plan.
    Reference:
    http://msdn.microsoft.com/en-us/library/hh543843.aspx
    If you still want to this feature, I suggest you can
    submit this feature request:
    http://visualstudio.uservoice.com/forums/121579-visual-studio. The Visual Studio product team is listening to user voice there. You can send your idea there and people can vote. If
    you submit this suggestion, I hope you could post that link here, I will help you vote it.
    Thanks for your understanding.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • IDOC Tables with Errors Post System Refresh

    Hi Everyone,
    Is there any Report  or other way through which one can get List of  IDOC Tables with Errors Post System Refresh.
    Thanks,
    Regards,
    - Ishan

    Hi,
    While selecting the Infopackage to run the INIT load, it is taking me to the ECC login screen. Once i enter my credentials, its showing a dump with the message:
    Short text of error message:
    No RFC authorization for user XXXXX ( RSA8 ).
    Long text of error message:
    Technical information about the message:
    Message class....... "RSAR"
    Number.............. 051
    Variable 1.......... "No RFC authorization for user XXXXX ( RSA8 )."
    Variable 2.......... " "
    Variable 3.......... " "
    Variable 4.......... " "
    Please advice.
    Regards
    sneha

  • Waveform and its slope

    Hi .. How can I obtain a subset of a waveform and its slope between 1.5 volts and 2.5 volts of a 4V p-p, 100 Hz sine wave with a 2V offset(from a waveform generator). Please help me in this regard.
    Solved!
    Go to Solution.

    HI,
    For taking subset of wavefor you can use "Get Waveform Subset.vi" or "extract portion of signal" express vi
    For finding the slope you can use "Transition Measurement.vi"
    Hope this helps
    Regards
    Santosh

  • Why iPhone 5 not charge with its own charger but will with iPhone 4 charger

    why iPhone 5 not charge with its own charger but will with iPhone 4 charger. Thanks to the member who posted that fix.

    It sounds to me like the charger that came with the iPhone 5 is defective, or the cable is if you've been switching the cables when you switch the chargers.
    Regards.

  • What is going on with the SPAM filtering?

    Spoiler (Highlight to read)
    What is going on with the SPAM filtering?  Works fine for a couple of weeks then suddenly I got slammed with tons of SPAM for a few hours then suddenly the filtering kicks in again.  Usually happens late at night and clears up in the morning.  Never had this problem until just a couple months ago.  It's gotten so bad that I'm about to move everything over to gmail and just stop using Verizon, would rather not do that as I've had the same e-mail address since the Bell Atlantic days.

    Since we haven't heard back from you or have received a form submission as requested in your private support case, it appears assistance is no longer required. If you need any future help with your Verizon service, please make a post here on the forums so we can assist..
    Anthony_VZ
    **If someones post has helped you, please acknowledge their assistance by clicking the red thumbs up button to give them Kudos. If you are the original poster and any response gave you your answer, please mark the post that had the answer as the solution**
    Notice: Content posted by Verizon employees is meant to be informational and does not supersede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or plan

  • How to print out a JPanel with its components

    Hello,
    I want to print out a JPanel where several components are placed in. The problem is just that neither the printAll() method nor the print() method works to do so. There's always just a print of the empty JPanel. Is there in general a possibility to print out a JPanel with its components or are I'm on the wrong way ?
    Thanx,
    Findus

    I just posted this link and it works here:
    http://forum.java.sun.com/thread.jsp?forum=31&thread=361445&tstart=0&trange=15

  • Tracking of Document Nos. with its revarsal document nos.

    By which T-code can I get the List of document nos. (Created with MIRO or FB60 or F-02) with its reversal document no. in a particular period?

    Hi,
    Please go to FB03. Now Click on Document list. Enter the company code and Fiscal year. Also enter the posting date and document type to filter your criteria. Now execute. Now click on change layout. insert the field for reversed with.
    Now it will show the reversal document if it exists.
    Regards,
    Jigar

  • Why even though I mentioned the direction as 2; still, its posting OUTBOUND

    Hi Experts,
    I wanna to POST the IDOC INBOUND, so , I hv mentioned the direction as 2 in control rec. and passed the all sender & receiver info.
    So, I tried to post it from WE19, but, am getting as OUTBOX - OUTBOUND in WE05
    Why even though I mentioned the direction as 2; still, its posting OUTBOUND??
    thanq

    thanq
    actually, i tries all combinations.
    this is my code of other thread,
    Hi Experts,
    The Following is simple code for CREATION of Transfer Order-TO IDOC creation and its POSTING, for the purpose of that, the corresponding TO shulod be CONFIRMED.
    The Issue: NOTHING is happening, I mean NO CREATION and NO POSTING,
    so, request u that, let me know
    1-Why not creating? not posting?
    2 - correct the code or suggest some ideas.
    Fill Control Record Information
    control_record_in-direct = '2'.
    control_record_in-mestyp = 'WMTOCO'.
    control_record_in-idoctp = 'WMTCID01'.
    control_record_in-rcvprt = 'KU'.
    control_record_in-rcvpfc = 'AG'.
    control_record_in-rcvprn = '456783'.
    control_record_in-rcvpor = 'GENTRANP02'.
    control_record_in-sndprt = 'LI'.
    clear control_record_in-sndpfc.
    control_record_in-sndprn = '2000'. "SAPDEV100
    control_record_in-sndpor = 'SAPDEV'.
    SORT idoc_data BY docnum segnam.
    READ TABLE idoc_data INTO edidd WITH KEY segnam = 'E1EDL20'
    BINARY SEARCH.
    IF sy-subrc = 0.
    Fill Header Output Data
    SELECT SINGLE sammg FROM vbss INTO fs_hdr_data-sammg
    WHERE vbeln = edidd-sdata.
    fs_hdr_data-tanum = edidd-sdata.
    ENDIF.
    Fill the Administrative Section of the Data Record
    fs_int_edidd-segnam = 'E1LTCOH'.
    fs_int_edidd-sdata = fs_hdr_data.
    Append the EDI Header Record Data to the IDOC
    APPEND fs_int_edidd TO int_edidd.
    CLEAR fs_int_edidd.
    Detail Record
    Fill Detail Output Data
    LOOP AT idoc_data INTO edidd.
    IF edidd-segnam = 'E1EDL24'.
    CLEAR wa_e1edl24.
    wa_e1edl24 = edidd-sdata.
    fs_itm_data-tapos = wa_e1edl24-posnr.
    fs_itm_data-nista = wa_e1edl24-lfimg.
    fs_itm_data-altme = wa_e1edl24-vrkme.
    SELECT SINGLE meinh INTO fs_itm_data-altme
    FROM marm
    WHERE matnr = wa_e1edl24+6(18).
    ENDIF.
    ENDLOOP.
    Fill the Administrative Section of the Data Record
    fs_int_edidd-segnam = 'E1LTCOI'.
    fs_int_edidd-sdata = fs_itm_data.
    Append the EDI Header Record Data to the IDOC
    APPEND fs_int_edidd TO int_edidd.
    CLEAR fs_int_edidd.
    ENDLOOP.
    thank you

Maybe you are looking for

  • Credit card entry problem

    Had to make a new apple id and when I go to enter my credit card it keeps telling me to contact support. It is the same card that I used on my old apple id

  • Adding refresh rates?

    my xrandr list $ xrandr SZ: Pixels Physical Refresh *0 1024 x 768 ( 271mm x 201mm ) *85 75 72 70 60 100 90 1 800 x 600 ( 271mm x 201mm ) 85 75 72 70 60 56 100 90 2 720 x 576 ( 271mm x 201mm ) 60 3 640 x 480 ( 271mm x 201mm ) 85 75 72 60 100 90 4 640

  • Moving images in photographs

    How do I remove an individual, fill in the background and move people to seperate locations within a photograph?

  • Import only new photos

    How do you only import NEW photos/ Everytime I connect my phone to computer it wants to import ALL photos all over again! I only want to import the new photos

  • Telnet to ASA from Nei Switch

    Hi Everyone. I have ASA  connected to Switch. This is outside connection. I was trying to Telnet to ASA  from Switch which has outside connection to ASA. I config the command telnet 192.168.0.0 255.255.0.0 outside Still from Switch i am unable to tel