How do I input a wav. file, change the freq (cap the high freqs) and then save the new waveform as a new wav file again?

Using Labview 7

Hi Alexi,
I have found a vi in the examples and slightly modified it for your purposes. Basically this is just taking the idea from the post above and partially implementing it into a vi.
I have added a couple of notes to help you.
If you need any further help with this, then I will be watching this post so please feel free to post back with more questions.
Best regards,
Peter H
Applications Engineer
National Instruments
Attachments:
Wave_File_Player.vi ‏192 KB

Similar Messages

  • How to catch the error occurred in Integration Process, and then save it?

    1. how to catch the error occurred in Integration Process, and then save the detailed error message to the file?
    2. there are fault message type for inbound message interface, how to use the fault message type in IR?
    Thanks,
    Michael
    Message was edited by: Spring Tang
    inital
    Message was edited by: Spring Tang
    detailed message output
    Message was edited by: Spring Tang
    fault message type

    Hi Spring,
    If u give an exception step along with your Transformation Step, whenever some error occurs in your message mapping, this exception block wil be triggered.
    You can configure your exception block to do all exception processing that you want. This exception handling is like any other java Exceptio n Handler. You can do anything that you want in your exception handler block on the basis of your requirements.
    <i>If an exception is triggered at runtime, the system first searches for the relevant exception handler in surrounding blocks. If it does not find the correct exception handler, it continues the search in the next block in the block hierarchy.
    When the system finds the correct system handler, it stops all active steps in the block in which the exception handler is defined and then continues processing in the exception handler branch. Once the exception handler has finished processing, the process is continued after the block.
    If the system fails to find an exception handler, it terminates the integration process with an error.</i>
    Regards,
    Bhavesh

  • How can i hold a spot in a clip, let the audio continue for a moment and then resume the clip and audio together?

    how can i hold a spot in a clip, let the audio continue for a moment and then resume the clip and audio together?

    you want to use the retiming tool. you can select what you want to hold, then use the "Hold" command (shift-H) to create a single frame of a default duration, which you can then change to whatever length you want by dragging the retiming handle.
    Here's the page in the help manual that describes the hold feature in detail:
    http://help.apple.com/finalcutpro/mac/10.0/#ver4c2173c9

  • HT201365 I just updated to ios 7 on my iPhone 4 how do you turn the apps off when your not using them? The old way of double clicking and then pressing the app until a red minus button comes doesn't work it opens it back up!?

    I just updated to ios 7 on my iPhone 4 how do you turn the apps off when your not using them? The old way of double clicking and then pressing the app until a red minus button comes doesn't work it opens it back up!?

    Double click home button, then swipe up on app picture (not the icon itself)

  • My work phone number has an extension. Can I input the number so that it pauses and then dials the extension?

    My work phone has an extension. Can I input the number ito my contacts so that it pauses and then dials the extension?

    Please see thread https://discussions.apple.com/thread/4329335?start=0&tstart=0
    Pause and Wait doesnt work wiht Iphone 5 with ios 6.0

  • Changing a PDF with a text box, and then flatten the text box onto the underlying PDF before sending the document out.

    I download PDF documents from municipalities, often and from numerous municipalities.
    They have a scanned image of a form that I need to fill out,
    I enter my contact info as a text box onto the form, along with other information,
    but when I save the document, there seems no way to flatten the fields so that the person I send the document to has a true PDF and cannot change the document.
    They could delete one of the text boxes or change the text in the box (by mistake),
    which could case some major complications.
    How do I flatten the document, so I can send it back to the municipalities as a PDF that cannot be changed.
    I am using Acrobat X Pro, on windows XP machine

    I doubt you could fix this. Generally a "garbled" file is considered unusable for copying, and that's that. If a PDF uses random mappings instead of standard ones it looks fine on screen, but text extraction is impossible.
    Short of converting every page to bitmap and OCRing again.

  • Why do the characters in the field of a form disappear when I attach the form to another PDF file and then save the resulting pdf?

    This just started happening and it does not happen every time I do this action.  I occasionally get the following message "An incorrect structure was found in the PDF file" and that seems to be part of the issue. Has anyone experienced anything like this?

    I found out that if I waited about 15 minutes the PDF file became normal. Thank heavens! I've now sent out my newsletter for my Quilt Club to our 90 e-mail subscribers and all of them I have heard from have gotten it the way I had written it. It must just have been a quirk that happened, but I sure am glad it fixed itself. I only have 5 more newsletters to write and then I am done. Thank Heaven. Thank you for trying to help. I was about to become even more crazed than I get when I have to publish the newsletter. I do it once a month and I never would have volunteered for the 2 year job if I had know how much work it is. My husband walks gently when he knows I am trying to put the newsletter together. I'm not usually crabby, but this has made me a nut case once a month. It's a good thing we've been married for 37 years, so he knows that it is only the "newsletter editor nutty lady" that is getting mad at everything and everyone, including him! Thanks for trying to help. You were the only one that answered. JO
    Date: Tue, 6 Jul 2010 03:29:03 -0600
    From: [email protected]
    To: [email protected]
    Subject: Why do I get a black version when I convert my document to PDF?
    How did you convert the file to PDF?
    >

  • Script to create directory based on current file name and then save the file in that directory

    Hi all,
    I have a need save all my projects in a directory using the name of the main image I am working on.
    Manually these are the steps I used:
    Save As.
    Copy ( press command-c <== the filename is highlighted by default so all I have to do is )
    New Folder ( press the new folder button. Brings up a dialog box)
    Paste ( press command-v. <== Pastes the file name into the "New Folder" dialog box.)
    Save ( press thre save button. Saves the files into the new folder )
    Save As.
    Change format to JPG
    Save
    Change image quality to 12
    I want to assign these actions to a key
    Recording these steps and playing them back does not give me the results I need, snce the original name is hard-coded in the actionlist that was recorded
    What should I be doing instead ?
    Thanks in advance !

    You don’t mention which format the original file is (and figuring that and its current settings out seems too much of a hassle to me) so this would only save the jpgs into the folder (and create one if it does not exist).
    If you want to give it a try, paste the following text into a new file in ExtendScript Toolkit (part of Photoshop’s installation, Applications/Utilities/Adobe Utilities/ExtendScript Toolkit CS4 or /Applications/Utilities/Adobe Utilities-CS5/ExtendScript Toolkit CS5) and save it as a jsx-file into Photoshop’s Presets/Scripts-folder.
    After restarting Photoshop the Script should be available under File > Scripts and can be assigned a Keyboard Shortcut directly, recorded into an Action, (in CS4 and CS5) be used in a Configurator-Panel or started from ExtendScript Toolkit directly.
    // saves jpg into folder of file’s name next to file;
    // be advised: this  overwrites existing jpgs of the same name without prompting;
    // thanks to xbytor;
    // 2012, use it at your own risk;
    #target photoshop;
    if (app.documents.length > 0) {
    var thedoc = app.activeDocument;
    // getting the name and location;
    var docName = thedoc.name;
    if (docName.indexOf(".") != -1) {var basename = docName.match(/(.*)\.[^\.]+$/)[1]}
    else {var basename = docName};
    // getting the location, if unsaved save to desktop;
    try {var docPath = thedoc.path}
    catch (e) {var docPath = "~/Desktop"};
    // create folder if it does not exist;
    var folderString = docPath+"/"+basename;
    if (Folder(folderString).exists == false) {new Folder(folderString).create()};
    // jpg options;
    var jpegOptions = new JPEGSaveOptions();
    jpegOptions.quality = 12;
    jpegOptions.embedColorProfile = true;
    jpegOptions.matte = MatteType.NONE;
    //save jpg as a copy:
    thedoc.saveAs((new File(folderString+"/"+basename+".jpg")),jpegOptions,true);

  • Why when i make changes to songs in my itunes library and then sync, the changes do not apply on my ipod?

    When i go to edit songs in my library, like changing the artists name or album, i then click sync and look on my ipod and the changes have not applied. I tried clicking the manage music manually box and to edit the songs manually from my ipod and still when i edit them and make changes on my actual ipod the songs are still the same. Any help?

    I have tried everything I have read on the Internet about sync issues and restore etc and not there isn't a single song on my iPad or iPod touch. All of the songs are listed in my iTunes but are all greyed out, some have the cloud symbol next to them but lots don't and some say waiting.
    Long and short is nothing will save to my devices at all.....HELP !!!!!!!?

  • When initially entering a website password FF ASKS "SAVE PW FOR THIS SITE?" I have now CHANGED the website PW, and cannot get FF to "forget" the old PW and then save the new one!

    I changed my GMail password the other day. I now have to type it in every time I access my mail as I cannot get Firefox (v.3.6.3) to ask me "Remember PW for this site?" (as it always AUTOMATICALLY does when FIRST entering a website password). Why does FF not automatically offer the "Save PW?" option AGAIN when one CHANGES the access PW of a site previously visited? Can one "force" a password to be remembered?

    If the name stays the same and you only need to change (update) the stored password then fill the name in the login form and let Firefox fill the wrong password.
    You may have to press the Tab key to fill the password field.
    If you replace the wrong password with the new password then Firefox should offer to store the new password.
    Use the ''Remember Password'' bookmarklet on websites that use "autocomplete=off" to prevent Firefox from saving passwords.
    You can verify that Firefox has stored the new password: Tools > Options > Security: Passwords: "Saved Passwords" > "Show Passwords"
    If that didn't work then remove that name and password and Firefox should offer to save the new password on the next visit or if you refresh the login page.
    See also:
    http://kb.mozillazine.org/Password_Manager
    http://kb.mozillazine.org/User_name_and_password_not_remembered (bookmarklet)
    http://kb.mozillazine.org/Deleting_autocomplete_entries

  • Can I modify a Pages file on my IPad that is stored on the iDisk and then save the updated file back to the iDisk?

    As the title states...  I have Pages for the iPad and I need to be able to modify the files and store them on the iDisk for access anywhere. Is this possible?  Thanks  C

    In a word "Yes". You need to download and install the free iDisk app from the iTunes Application Store. After that, it is pretty intuitive how to do it. You can also share the document via iWork.com.
    Message was edited by: Joe Bailey

  • Drop down menus disappear in a blink of an eye. If I open more than 10 tabs I can't get to them, the arrow takes me back to the first 10. Only in FF, IE works fine. Tried safe mode and no change. It was fine one day and then not the next?

    drop down menus don't work...they disappear in a blink of an eye. This only happens in FF not IE? That includes the menu below! I can't have more than 10 tabs open because the arrow won't take me past 10 it just returns to the first 10???

    Did you ever figure this out? I bought my iPad last week to use in my business as well. I assume you are trying to use alldata? That is where I noticed this same issue. I had problems with identifix working with safari but downloaded a different browser and that works fine. Alldata does not work with either browser. The main difference is that on identifix if there is only one engine selection, it automatically selects the only option and continues to the home page. With alldata you have to make the selection manually even if there is only one option. Honestly if I can't get this to work I am going to return the iPad as it looses a significant amount of usefulness to men

  • I'm giving a presentation tomorrow and have to transfer a powerpoint file from my pc (windows 7) to ipad and then use the ipad with a projector. Any sugestions?

    I'm giving a presentation tomorrow and need to transfer a powerpoint presentation to my ipad. Help!

    Not easy ones. There are apps for power points. I use documents to go, there is a mobile version of keynote. the whole miroring to a projector is the hard part.
    given your time restraints, I'd see if someone has a laptop that you can borrow and keep it old school. figuring th rest out will probably take more time than you have.

  • How to open a file, process it with different runnables and then save it

    Hi,
    I want to read an image file, then process it using different runnable classes and then save the output in a different image file.
    In which order should I put the threads? Each process has (of course) different execution time, so I need to know where to put the wait() or lock statement.
    Any idea?
    Thanks

    gmf wrote:
    Here is a diagram
    / One image analysis - image is a buffer\
    Main/                                                             \ save to one image
    \ Second image analysis - image is a buffer/Main calls the others, and all the images are buffers so there is no problem about how do they keep from stepping on each other's toes.
    Are those two separate buffers, both copied from the original image?

  • When I export a playlist and then open in excel, do whatever sorting I want, I then save the file and reimport into itunes but not all the songs are there. It appears to be from "comma's" in the song name. Any solutions?

    I see songs such as "Monday, Monday" or "Paint It, Black" or even the artist name such as "Fireballs, with Jimmy Gilmer" which have comma's in them, being a problem when I try to do the following:
    1. Export a playlist which contains songs which are all there and play fine, but some have comma's in the title such as listed above.
    2. I then open that file in Excel and bring it in as a Tab-delimited file.  Everything lays out fine, and all the songs are thing (including those with comma's).
    3. I then sort the varoius fields I want (which I can't do in i-tunes because i-tunes won't sort it properly), and resave the file as a newly named file, which is also a .txt file.
    4. I then import that playlist into my itunes. It is exactly the same songs that I just had exported but i-tunes says some of the songs can't be found.
    I have traced this problem to comma's in the file name of the song such as listed above.  There must be a solution to this either as the file is opened in excel or in how it's saved or some other solution short of having to rename song/artists without using comma's. 
    Thanks.

    The additional problem is the file name of the song itself.  Even if I were able to delete the commas or replace with a space for example, changing the file name would result in itunes not being able to find the file.  I would have to go through each file (out of about 15,000+ songs) to find any that have titles such as described in this thread and change not only the song and artist in the fields, but changing the mp3 file itself. 
    I fear that I am really pretty much going to have to start with a list of songs that have no comma and then do a file compare to find those songs with commas and then just physically moving them into a new playlist I'm trying to create, but this is a royal pain as I want to be able to create a variety of playlists based on these chart dates/peak positions. 
    I'm trying to sort the songs in this manner:  I use different fields in itunes so that I can put the "peak position" of each song based on Billboard charts, as well as the date the peak position was acheived. I use the "comment box" for that.  I use the "grouping" field for my peak position.
    So I end up with something like "10/14/1980" in the comment box as the peak position for a song which is in the grouping field, and so forth.  If I try to sort the comments column in itunes for example, it won't sort properly. If I sort the Grouping field, it will bring up all the "1's", but that's followed by "10", 11, ...19, then "2", etc.  This is why I want to export the playlist and sort it as I want, and then reimport the playlist into itunes. 
    What I'm ultimately trying to achieve is a year-by-year peak position playlist so that I end up with every #1 song (in this case) from, say, January 1st 1980 and then every #1 song in sequential order for the rest of the year falls in line.  I have chart position dates from 1955 through 1999.  I have entered in all the data from Billboard books I own so I can really create some amazing playlists, but these commas are problematic. Had I known this ahead of time I would have made "Monday, Monday" as "Monday Monday" and not included commas, but it's too late for that.
    Any suggestions?

Maybe you are looking for

  • Image in report link

    I have a report that conditionally displays a specific image based on the values in the row e.g. SELECT CASE WHEN task_id_value = next_parent AND show_flag = 'N' THEN '<img src="#IMAGE_PREFIX#Fndtre05.gif">' WHEN task_id_value = next_parent AND show_

  • Settlement Order - Settlement Rule

    Hi people, Could you help me in the follow situation? We have a Internal Order where we put the settlement rule to many other Orders by "equivalence number". This Order, we would like to settle every month with the "equivalence number" updated. But,

  • How to fix Song Preview problem?

    Original question got deleted, assumedly because Apple has no answer.  They used a moronic excuse to terminate my legitimate concern with their software.  Here it is again: A multitude of users have complained for months that they are only able to pr

  • Module pool program screen validation

    Hi all,           Help me in the issue . I am performing some validations on fields in the module pool screen ,  When i give an error message , all the fields are greyed and user cannot input any values after that . How to solve this problem . i tr

  • Passing Hidden varable in URL

    Hi, I am trying to pass hidden variable as URL parameter. Please could someone correct me what is wrong here as I always get null value though there is a value in folderId: <input type=hidden id="folderId" value='<c:out value="${bean.folderId}"/>'/>