How does the abscissa change from time domain to frequence domain when running a FFT?

I'm working on a program about broadband ultrasonic attenuation(BUA) and met a problem with X-scale of the waveform after FFT. I used 'FFT Spectrum (Mag-Phase)' vi, but the order of magnitude of X-scale seems not resonable compared with reference. I decided to use 'Real FFT' vi instead and calculate X-scale by myself, but don't know how to change the X-scale form time domain to frequence domian while FFT. Thanks!

The VI 'FFT Spectrum (Mag-Phase).vi' will do the conversion for you correctly (following the formula given by Oleg), but only if you are providing the correct information about your sample rate, through the dt value (dt = 1 / Fsampling). If you only input your data array to the VI, it will "assume" you are sampling at 1 Hz, that is dt = 1.0 and your df will not be what you expect. So make sure you are using a Waveform Data Type, not a simple array. Use the Build Waveform primitive (located in your Waveform palette) to build a waveform with the correct dt value.

Similar Messages

  • Why does the colour change from web browsers to CS5?

    Hi there
    I´m running OSX 10.6.4 on a MacPro 2009, 2x2.26, 16 gb RAM.
    Photoshop CS5 12.0.1.
    When I import photos from the web (Safari or Firefox) to Photoshop, the colour changes drastically.
    The only time the colours stay the same, is if I set the colour management to North American General Purpose 2, but this is a setting
    I can´t use. I need to use my Spyder 3-calibrated RGB profile as RGB work space, and I use Fogra 27 or a specific cover art profile
    for CMYK use.
    I enclose a screenshot of my settings and the problems that occur.
    Can someone help?
    All the best!
    Hakon, Norway

    When I import photos from the web (Safari or Firefox) to Photoshop, the colour changes drastically.
    Most of the photos on the Web will be un-tagged sRGB (if they have a tag, an embedded profile, Photoshop (and color-managed browsers) will pick up the profile and display it properly...).
    The short answer is to open the un-tagged file in in Photoshop> Edit> Assign Profile: sRGB
    You may know, the Mac OS applies its default Monitor profile to untagged color, whereas, Photoshop will apply its default Working RGB if you tell it not to manage the document...if you have a wide-gamut monitor and Assign MonitorRGB to an sRGB file, you get an intense saturation boost especially in the reds (is a clue).
    YOU MAY BE WISE to set something like sRGB as your Photoshop Working RGB with these Color Management Policies (to try and figure out what's going on)...
    MonitorRGB equals Photoshop WorkingRGB (as you are set up there) is a disaster for any number of reasons — Photoshop already displays through the monitor profile so setting its Working Space to your monitor profile is BAD workflow for 99.99 percent of the users who setup that workflow...

  • How does the nano change owners

    I want to give my daughter my ipod nano 4th gen.  How do I get it out of my name, I cannot remember my old email addy and password.

    You can change the name of the ipod through itunes by double - clicking the name on the sidebar (Store,Playlists,Devices,etc.) under devices. I only use windows, but it should work the same for a mac.

  • How does the JVM recover from a java.lang.StackOverflowError?

    As far as I know that whenever a java.lang.OutOfMemoryError is thrown, the application is in an unknown state and only a restart of the JVM can fix this. How about java.lang.StackOverflowError? If uncaught, the calling thread is terminated for sure, but the other threads? Are there side-effects?

    In windows OS that thread will die and thats all.
    I think that in some unix systems the whole process
    is likely to fail.Not exactly. It's not nearly as dependent on the operating system as it is on the quality of the JVM implementation. StackOverflowErrors are tricky to handle correctly in all cases, but most JVMs (including Sun's) now properly handle the vast majority of them. FWIW, most unix-based or unix-like operating systems make it somewhat easier to deal with StackOverflowError than Windows, particularly Windows versions prior to Win2K.
    A thread that triggers a StackOverflowError can actually catch it and recover; the important thing to note is that if you want to keep executing code on that thread, you have to allow many or most of the activations (i.e., function calls) on the stack to be unwound. Otherwise, you'll quickly provoke another StackOverflowError since you will still be close to the end of the stack.

  • Why does the phone change from landscape at 20 degrees?  Horrible for watching videos laying down.

    Very annoying non feature for the iPhone is the inability to lock video playback in landscape mode.

    Sorry, I read your message too quickly. Most apps that show video automatically lock the screen in landscape; at least the built in youtube and a couple that I have do.

  • How does the system Validyne pressure transducer -- Validyne CD280-Dual-- SCB-68-- PCI-6024E-- LABVIEW work and how can we calibrate the pressure transducer?

    Hello there,
    I am completely new to the LABVIEW software.
    I am learning an existing LABVIEW code of my pressure acquisition system (attached) which has the data path as following: Validyne pressure transducer --> Validyne CD280-Dual--> SCB-68--> PCI-6024E--> LABVIEW and I have some question:
    1. How does the complete system from transducer to the LABVIEW work? ie if we apply the pressure at the transducer, it will change the resistance of the transducer then ....?
    2. How can I find the equation which express the relationship between the pressure and the voltage at the oupt of the Validyne CD280-Dual in the LABVIEW?
    3. If I want to do the calibration for the transducer, what are steps?
    Thanks,
    Solved!
    Go to Solution.
    Attachments:
    Experiment.vi ‏143 KB
    Plogger.vi ‏21 KB

    Hello there,
    I do not understand what subVIs you are refering to but I have tried to run the LABVIEW program using the files I attached and it worked fine (pls see the attached pressure plot).
    As I mentined before, I am new to LABVIEW so maybe I do not know.
    Thanks,
    Attachments:
    Pressure plot.jpg ‏111 KB

  • How does the widgets HTML snippet work on iweb?

    How does the widgets HTML nippet work on Iweb? and when should you use it?

    Joe R wrote:
    I'm creating Tool Tip definitions for the Operators in the Filter on the Interactive Reports. I was looking for a definition for the 'Contains' operator and from what I've found this operator is used to do a text search and it returns a relevance score for every row selected.The IR "Contains" filter is not the same as the Oracle Text <tt>contains</tt> operator.
    The IR "Contains" filter performs a simple string comparison on all of the column values returned. It does not make use of any Oracle Text indexes on the underlying data.
    Despite < a href="https://forums.oracle.com/forums/thread.jspa?messageID=2434666">vague promises of enhancement</a>, no Oracle Text support has yet been included in Interactive Reports.

  • How to change the properties of waveform graph from time domain to frequency domain?

    Actually, I want my output waveform graph give me the answer in x-component in frequency instead of time after the FFT. My output waveform graph gives the x-components in time instead of frequency. How to change the properties of the waveform graph?

    vasus wrote:
    Hi,
           I amtaking sensor input signals through NI FPGA cRIO-9004. i am analysing this using wave graph. the problem is i am not getting accurate singal.How to decrease the frequency? 
    You are responding to a very old (8 years) thread, be aware that that might not be the best option.
    However, you want to decrease the frequency? or increase?
    What is the code you are running?
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • Some of the cover art is missing in Music on my IPad. The particular albums affected changes from time to time. What is happening? How do I resolve it?

    Some of the cover art is missing in Music on my iPad2. The albums affected change from time to time . Frustrated. What Is happening? How can I resolve it?
    The covers are all there on my PC.

    Go to Settings>icloud, scroll to bottom of screen and tap Delete Account.  Then log in using a different ID.

  • When and how does the message context get removed from the message when we use pass thru send port

    Friends,
    i have a doubt regarding message context.
    Assume i have used XMLRecieve pipeline in the receive side to receive the message so that the message context is created. I.e properties are promoted/written.
    now if we use pass thru transmit pipe line at send side, how and when does the message context get removed from the message?? Since pass thru does not have any stages/components, how does the message context removed and sent out a pure message to destination???
     i mean what exactly happens here to remove the context??
    Ravindar

    Thanks for the reply.
    "The Context is created by the Adapter, regardless of any Pipeline or Pipeline Component.  It has nothing to do with PassThrough vs. XmlReceive, although XmlReceive will write Promoted Properties to the existing Context,
    as can any other Component."
    yeah yeah, adapter does create some properties in context. You are right, i am aware of it. I just missed to explain it clearly. what i meant is addition of context properties will not happen if pass thru used. Thanks its clear.
    "No.  The Context already exists on the Message when it comes from the MessageBox and
    is equally available to any Component in any Stage.  The Context that hits the Pipeline is whatever was last Persisted, either by a Receive Port or Orchestration.  It is not created by the XmlAssembler (XmlTransmit)"
    You are right , the context already exists on the message while it leaves the receive port, and once it persists
    to message box the context and message context gets stored in messages in relative tables.
    Now as you said the components get the message from the last persistence, assume i have a send port(with passthru)
    subscriber and a orchestration subsrciber for this message.
    Orchestration gets the message with context right!!
    if the send sendport(with passthru) also gets message along with context, then where is this context removed/demoted
    while sending it out?.  i guess as per SAAkhlaq said,
    here sendport(with passthru) should get a pure message without context as passthru used. 
    or is it that ultimately send adapter removes the context completely?
    or is it something like biztalk run time load the context from database into cache and both orchestration and send port gets pure message, and if needed they use context from cache???
    sorry i may be troubling you, but i am confused. i hope i am not creating any nuisance with this
    post.
    Ravindar

  • How does the a1 serises differ from the a2107-7

    How does the a1 serises differ from the a2107-7
    Moderator Note; subject edited to reflect content

    Hi
    Welcome To Lenovo Community
    The IdeaTab A1 was one of the first Android tablets from Lenovo designed for budget-conscious users and was subsequently much cheaper than most of the competition at the time of launch
    The new IdeaTab A2 series targets the same budget to midrange audience, but now with two separate models (A2107 and A2109) differentiated mainly by their screen sizes.
    Please refer below link for more details
    http://www.notebookcheck.net/Review-Lenovo-IdeaTab-A2109A-Tablet.82834.0.html
    http://www.notebookcheck.net/Review-Lenovo-Ideapad-A1-Tablet.68869.0.html
    http://www.notebookcheck.net/Lenovo-announces-new-IdeaTab-S2110-A2107-and-A2109.81259.0.html
    Hope This Helps
    Cheers!!!
    WW Social Media
    Important Note: If you need help, post your question in the forum, and include your system type, model number and OS. Do not post your serial number.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    Follow @LenovoForums on Twitter!
    How to send a private message? --> Check out this article.
                            English Community   Deutsche Community   Comunidad en Español

  • I am trying to download a movie in iTunes and I was asked two security questions. They are different form the questions I chose and whenever I exit and try again, I see that the questions change every time. How can I reset the questions?

    I am trying to download a movie in iTunes and I was asked two security questions. They are different form the questions I chose and whenever I exit and try again, I see that the questions change every time. How can I reset the questions?

    From a Kappy  post
    The Best Alternatives for Security Questions and Rescue Mail
    1.  Send Apple an email request at: Apple - Support - iTunes Store - Contact Us.
    2.  Call Apple Support in your country: Customer Service: Contact Apple support.
    3.  Rescue email address and how to reset Apple ID security questions.
    An alternative to using the security questions is to use 2-step verification:
    Two-step verification FAQ Get answers to frequently asked questions about two-step verification for Apple ID.

  • HT201210 How does the Ipad get back to Nigerian Store from American Store to enable it carry out Update aand Downloading?

    Dear All, please, How does the Ipad get back to Nigerian Store from American Store to enable it carry out Update and Downloading?

    Try this.
    Settings>iTunes and App Stores>Apple ID
    Tap your ID
    Tap View Apple ID
    Enter your password
    Go to country/region in the popup window to change the store

  • HT4221 How does the Ipad5 sort photos synced from a computer

    How does the Ipad5 sort photos synced from a laptop? 

    Hi Nancy 2803,
    I am guessing you want to sync photos from your iPhone 5S to a Laptop i.e. a Windows Laptop.
    Firstly when you insert your iPhone into your computer, go to:
    1.     Computer
    2.     Wait for the Laptop to recognize the iPhone
    3.     Right Click on your iPhone Named: [NAME iPhone] or something simular
    4.     Click import pictures and videos
    5.     Click import settings
    6.     Click Folder Name
    This folder name is how the images will be arranged, either:
    a) Date imported and Tag
    b) Date Taken and Tag
    c) Tag and Date imported
    d) Tag and Date taken
    e) Tag and Data Taken Range
    f) Tag
    I use Date Taken and Tag as this allows me to see in my pictures library a date and the images taken that date, i.e. all the images taken on the 25/12/2013, if you use date imported, you just get all your images stored in one folder and cannot quickly find images on a date.
    In this setting you can also change the folder to where the images/videos will be saved, the name of the images as well as options such as delete images from the device once imported.
    Many Thanks, Happy New Year and I cannot wait to hear from you again in regards to this issue.
    iBenjamin Crowley

  • When I share a pages document as a PDF (via e-mail) all the pictures change from the original document, most are missing with just a few of them repeated in the spots where others had been.  How do I do this without the document changing?

    When I share a pages document as a PDF (via e-mail) all the pictures change from the original document, most are missing with just a few of them repeated in the spots where others had been.  How do I do this without the document changing?
    I need to be able to send it to a PC in order to print it.

    Hard to say what is happening without examining the file.
    If you like click on my blue name and email me both the .pages file and the the .pdf you have made from it.
    Peter
    ps It would help to say what version of Pages you are using and on what you are running it. iOS or Mac and what version.

Maybe you are looking for

  • I cannot install any extensions to apps in Creative Cloud 2014 (v 1.8.1.451).

    My system: Mac OS 10.7.5 -- Creative Cloud 2014 (v 1.8.1.451) I have uninstalled, rebooted and reinstalled the latest versions of my software, signed out, signed in, did cartwheels, sacrificed a Twinkie to aliens... Been doing this crap for hours...

  • Importing video from tape??????

    How can I import video from a Hi8 tape into my mac for editing in iMovie. The camera is a Sony CCD-TRV608 with a USB plug NOT firewire Thanks 1.5GHz G4 PowerBook & 2.1 GHz G5 iMac   Mac OS X (10.4.3)  

  • When will I get iOS6 update on existing iPhone 4s device I have?

    Would like to know when will I get iOS6 update on existing iPhone 4s device I have?

  • How to install Safari Plugin?

    I downloaded a Safari plugin called XML View Plugin.webplugin and have no idea where it should be placed to work in Safari 5. It did not come with an installer and I have not found Safari Plugin folder. aRKay

  • InDesign CS4 Tables

    I have a trifold document with tables in each of trifold. I want to be able to perform a simple calculation in each table and show the totals in the middle column of the trifold page i.e. Total Meals Total Soups Total Desserts I can get the calculati