Integrating a frequency domain signal

Hi
I am trying to extract the response of a frequency dependent signal :
1. First, I use the SignalFFT vi to get into the frequency domain.
2. Then I plan to integrate the FFT signal around a certain frequency and take a ratio of that wrt to the integral over the entire frequency spectrum to get a measure of how strong the signal is around that frequency.
I am choosing a range of frequencies above because the physical phenomenon producing the time domain signal produces a certain lifetime width. I need a numerical integration VI that can do step 2 above. The numerical integration VI that I found in Labview (using ver. 7.1) integrates the whole signal, and there is no way to define limits between which the numerical integration should be carried out.
Any ideas ?
Thanks.

That a cool question!
This has to do with the sample rate, when you adquire the signal, you get set of samples, that hava a sample rate, and when you do an FFT on those samples, every sample corresponds to frecuency bin (kinda of frecuency samples). Example:
If you get 100 samples at 1kHz, you will get a 100 windows, this is 100 samples to represent 1kHz, however, only the half of the spectrum is valid, because of the Nyquist teorem, so this mean that from 0 to 49, you have a correct representation, from 50 to 99 you have a reflection of the spectrum. So in the first 50 "frequency samples" you have 0-500Hz
Tania Lozoya

Similar Messages

  • Plot time-domain signal on PXI-5660

    Hi,
    I want to plot the time-domain signal on the exactly on the way it leaves the signal generator, frequency, amplitude etc... Im using PXI-5660. Is it possible?
    Thanks,
    Valerio Nobre

    Hi:
    PXI-5660 allows you to acquire either IQ (time-domain) data or FFT data. If you acquire IQ data, you can plot I-data as a function of time, Q-data as a function of time, or I-data vs Q-data. If you plot the FFT data, you will see power level (you can configure the units using SMT Unit Conversion VI) as a function of frequency.

  • Numerisati​on of Acquired Data and Transformi​ng into Frequency domain to process it with some mathematic​al expression​s

    Hi everyone,
    I've been trying to manage some signal processing stuff, I use mathscript node for it; due to the node, i have to transform the data set into numerical values. Due to my research, i should do my processing in frequency domain.
    I did a VI, but i dont think it will work properly when i will use it with acquired data. The VI in the attachment has four dummy-signal sources, sines, consider these as analog input channels. The main question is actually how to process acquired data with numerical operations. And how to properly transform the time domain series into "numerical" frequency domain array.
    Take a look at the example in the attachment. The other one is mathematical expression of the process.
    Thanks,
    OZGUR
    Attachments:
    sample.vi ‏204 KB
    mathematical.png ‏103 KB

    Motorbreath,
    Here are some examples on how to use LabVIEWs graphcial coding to get things into the Frequency domain:
    https://decibel.ni.com/content/docs/DOC-9981
    http://zone.ni.com/devzone/cda/tut/p/id/13042
    http://zone.ni.com/devzone/cda/tut/p/id/7111
    http://zone.ni.com/devzone/cda/epd/p/id/2904
    But essentially you are going to want to use the FFT VIs
    http://zone.ni.com/devzone/cda/tut/p/id/4278
    http://zone.ni.com/devzone/cda/tut/p/id/4541
    http://zone.ni.com/devzone/cda/tut/p/id/3342
    https://decibel.ni.com/content/docs/DOC-6390
    I hope this gets you going
    Sam S
    Applications Engineer
    National Instruments

  • Frequency domain in dsp module with speedy-33 target

    Hi,
    I am using the speedy-33 to generate a sine wave, square wave, sawtooth wave, and a ramp wave. I am doing an FFT analysis on them to display the signals in the frequency domain. However the x-axis displays the sample number for both the time domain and frequency domain. Is there a way to moake it so the x-axis is displaying either the time in the time domain or frequency in the frequency domain.
    Thanks for your help.

    Hi Rcarr,
    I'm a little confused as to what time data you expect to see? The signal you are generating is just and array of numerics, but there is sampling information used to create that signal. Do you want to have the signal start at 0 and display the time that has elapsed?
    In short, you can't do this within a VI running on the Speedy-33. However if you pass data to a host VI then you can manipulate the graph. You can do this by calculating a multiplier for the x-scale of your graph based on the dx of you sampling. There is a property node for the graph where you can set this multiplier but you can only use it on a host VI not running on the Speedy-33.
    If you use the Simulate Signal Express VI you will have to create a constant that is the same value as the property you specify within the properties. You might consider using the EMB sine wave.VI that has an input for sampling rate and number of samples. You can then take the reciprocal of the sampling frequency and run that to the multiplier input by passing it to your host VI.
    Let me know if I can help any further or if you have any questions.
    Sappster

  • Octave analysis of frequency domain data in SVT

    Hello!
    How can I make the octave analysis of frequency domain data in Sound & Vibration Toolkit?
    Thanks,
    Alfrednovi

    Hi!
    To make the octave analysis of frequency domain data you have to pass in your time domain data to the Octave Analysis VIs. The time domain data will allow you to window the signal using the correct values.
    The Sound and Vibration toolkit has several examples that show how to do this. You can find them under Help>>Find Examples and then browsing to Toolkits and Modules>>Sound and Vibration. This directory has Traditional DAQ and NI-DAQmx examples as well as Octave and Third Octave analysis.
    You can also look for other examples using the Example Code Library.
    Good Luck,
    Tica

  • Frequency domain incorrect in FFT output - DTMF Decoding program

    I am writing a VI to decode a DTMF signal received through the PC microphone.  The frequency domain data is always showing less than 1 Hz.  I am using the Sound Card AutoPower spectrum VI as my building block.
    VI is located at www.crazymansales.com/ni/dtmfft.vi
    Thanks!

    (VI is apparently located at www.crazymansales.com/ni/dtmffft.vi ,note the extra "f". )
    Anyway, you feed it only a simple 1D array, which has no time information (assumes dt=1).
    Try to built a waveform containing the correct dt as in the image. See if things improve!
    Message Edited by altenbach on 04-17-2006 09:23 AM
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    DTMF.png ‏9 KB

  • One third octave in frequency domain

    Hello,
    I want to know dynamic stiffness of a machine. To do this I am using FRF function of Labview. But customer wants this FRF output (dynamic stiffness) to be plotted in 1/3 octave plot as end result. As FRF output is in form of magnitude Vs Frequency, I am not able to connect this output to one third octave. Is there any method where one can get 1/3rd octave in frequency domain? Thanks in advance.

    There is a thorough explanation of the algorithms and details of the ANSI S1.11-1986 specification to which the toolkit is built around in the reference manual for the Signal Processing Toolkit. Here is a link to it:
    http://www.ni.com/pdf/manuals/322142a.pdf
    On page 24-4, it explains how to calculate the center frequencies of your 1/3 Octave filter bands.
    Jack Arnold
    Application Engineer
    National Instruments

  • Frequency domain analysis

    Does photoshop offer frequency domain analysis of an image?
    The standard way to remove noise, i.e. background spots, is do spectrum analysis and remove those high-frenquency signal. Is photoshop image-> adjustment -> level a frequency analysis?

    NR not very trivial. IMO anyway.
    I had much the same questions when I moved from frequency domain to time domain. A strong preparation in analog engineering treated time domain sparsely, particularly noise. We dealt with detector noise in a nuclear physics lab by running the detectors in pairs at cryogenic temps. The detectors were connected to a coincidence circuit (and gate to you digital folks!). Even then, the output of the gate had to be carefully amplified, then subjected to an A to D converter where the output was displayed as a histogram. I'm sure things have progressed mightily since then, (ca 1950's).
    I used the coincidence idea back about 2004 or so when I needed an image absolutely as noise free as possible by shooting the object (an exposed wooden frame for a building constructed from Port Orford Cedar.) twice, then constructing a curve applied to each image to allow adding them together to match the colors and values of a single shot.  Extended versions of PS now allows this without any curve inventions!
    Viva Al Gore Rhythms! (Didn't Bill Clinton play for him? )

  • Integrating Portal Lotus Domain Documentum server into Portal

    Hi,
    Can any one guide me on "Integrating Portal Lotus Domain 5.0 Documentum server into Portal"
    Ravi
    Edited by: Ravi Sunkara on Sep 10, 2008 1:44 PM

    Hi Ravi ,
    Check the  link ...
    http://help.sap.com/saphelp_nw70/helpdata/en/ba/8bccaef0dac945a4177797f4e29aa0/frameset.htm
    Hope it will help you.
    Regards,
    Sunitha Hari

  • Is it possible to make a Frequency Domain Reflectometer using LabView? For waveguide frequency measurement?

    Hi everyone
    I have a tricky question that I have looking around for the answer but couldn't find it!
    I want to know if I can build a Frequency Domain Reflectometer (FDR) to measure frequency return in waveguide. Telecommunication engineers would understand what I mean! It a bit like TDRs but its frequency instead of time. 
    I would like to build a Frequency Domain Reflectometer using labview application, how can I do that? What sort of code do I need and what equipment do I need to operate with the NI code?
    Please give me the chance to thank you all very very much for your help and support and for looking here,
    regards
    Fezz

    Hi Fezz,
    I am not familiar with using FDR systems but know there is a good example of producing a TDR in LabVIEW available on the community. This might provide you with a base and a grasp of the architecture you could use to create the functionality.
    Time-Domain Reflectometer (TDR) Example
    Regarding the equipment you would require to achieve this I strongly recommend contacting your local NI office who will be able to adviser you fully as this will depend upon your desired specification.
    Kind Regards,
    Aaron. E
    Applications Engineer Team Lead
    National Instruments
    ni.com/support

  • Generating frequency hopping signal

    I'm working with 5661 + 5671.
    I want to generate frequency hopping signal with 5671. The frequency band is 2400-2500MHz, and the hopping rate is one hop per frame (1.024ms) or 976 hop per second.
    I also need to be able to test the hopping signal with 5661 RFSA.
    Does it possible to run such hopping test with the 5661+5671?
    Thanks,
    Chen
    Solved!
    Go to Solution.

    HI
    I want to generate a hopping signal with PXI-5671 RFSG and want to analys with PXI-5660 RFSA. While seaching for the related posts i came across ur post, The frequency range in my case is between 200-300Mhz but i will use 200-220Mhz due to BW of 20Mhz...the hopping rate i wil use is very slow as compared to urs..i m trying to do this with 10-20 hops per second..
    I m new with the hardware i have used it to generate and analyz the signals but stil unable to generate the hopping signal with predefined hopping sequence and hopping rate...
    can you guide me that how to do this????or can u give me a copy of ur VI so that i can learn it from ur program and regenrate with my specs to chk weather it works or not...??
    I wil b realy thankful if u can help me in anyway....
    REGARDZ

  • Help Creating Pulse Frequency Modulated Signal

    I'm trying to create a Pulse Frequency Modulated Signal ... I have seen the examples showing how to create a frequency modulated sine wave (using the function generator example, I believe) but am not sure where to look next.
    Any suggestions?
    For some context, this would be used to simulate the signals similar to those found traveling through/ transmitted through a nervous system.
    Thanks for the help!

    Hello Slow,
    You can generate ECG signals using the Biosignal Generator by changing the Signal type in the pull-down menu. Take a look at this description.
    Regards,
    Alina M

  • Digital Watermarking on image in frequency domain

    I am working on a Project which aims at studying the digital watermarking on image, with both spatial domain and frequency domain.
    I have finished the spatial domain but is frustrated with the frequency domain right now. I have no idea on how I can possess the frequency domain of a image. Is there a built-in function which can help us to do so?
    Thank you for your help.

    Also posted and crossposted:
    http://forums.sun.com/thread.jspa?threadID=5433169&messageID=10958328#10958328
    http://forums.sun.com/thread.jspa?threadID=5433180&messageID=10958329#10958329
    http://forums.sun.com/thread.jspa?threadID=5433412&messageID=10959648#10959648
    http://forums.sun.com/thread.jspa?threadID=5433693&messageID=10961065#10961065
    http://forums.sun.com/thread.jspa?threadID=5433694&messageID=10961066#10961066

  • Enhanced frequency domain decomposition for modal analysis

    Hi eveyone
    I can't find enhanced frequency domain decomposition algorithm for ambiant vibration of modal analysis.(Not frequency domain decomposition).
    Also ı can't find to operational modal analysis example with labview.(not experimental).
    Can you help me?
    Best Regards...
    Himmet GENCER
    Software Development Coordinator at Teknik Destek Grubu
    [email protected]

    thanks for answer.Yes I using the sound  and vibration toolkit.But Exactly I don't find what ı searched.
    ama ben tam olarak ne ı aradı bulmuyorum
    Himmet GENCER
    Software Development Coordinator at Teknik Destek Grubu
    [email protected]

  • Valid Frequency Domain Analysis ?

    There seems to be two issues with using the MyDAC for frequency domain analysis ( Bode Plots etc. )
    1) The system does not employ  Anti-Aliasing Filters . This can create major frequency fold-back problems.
    2) The analog inputs are multiplexed which leads to a channel to channel phase error .. up to 180 degrees at the Nyquist frequency.
    Is there any 'behind the scenes' processing done to mitigate these issues ??
    Thanks in advance
    Solved!
    Go to Solution.

    Hello ProfP,
    Thanks for the post! Sorry to leave you hanging for so long. I have some answers for the 2 points you asked about above.
    1. You are correct, the myDAQ system does not employ Anti-Aliasing Filters. The ELVISmx Bode Analyzer artificially limits the input frequency when using the myDAQ to 20 kHz. At that frequency, you
    only get 10 points per period from both the AO and AI. 
    Anti-alias filters behind the multiplexer would slow down settling behavior, so they were not included. You can add filters in front of the multiplexers (at the AI0 and AI1 pins). I'd recommend they be buffered, though. Charge injection on the multiplexer makes high speed scanning very sensitive to source impedance. Note the effect in the Settling Time versus Different Source Impedance figures (21 and 22) of the myDAQ manual: http://www.ni.com/pdf/manuals/373060b.pdf 
    2. You are correct. Two-channel acquisitions are phase-skewed by the 1/(2*scan rate) when the scan speed is faster than 40 kSps/ch. For example, if you acquire at 200 kSps/ch, the interval between consecutive measurements on AI0 and AI1 is 1/(2 * 200 kHz) = 2.5 us. Below 40 kSps/ch, the phase skew is constant at 12.5 us. This is intended to help very slow acquisition rates appear more like simultaneous acquisitions rather than keeping 180 degree phase skew unnecessarily. These are default configurations. You can adjust the conversion interval parameter through the DAQmx API if you prefer to customize the behavior.
    Let us know if this is the information that you needed and thanks for using NI myDAQ!
    Cheers
    Corby
    Academic Product Support Engineer

Maybe you are looking for

  • Itunes hates not using the C drive!

    I put my songs on an external HD. This is because I use a laptop and it only has 40 gigs of storage which is good enough for keeping all my programs and school files on. But, since i also like to keep all of my music on a hard drive, i got an externa

  • Using Hdmi out, no audio with some apps

    I have a few apps that do not send sound out the hdmi adapter, but they play out the iPad 2 speaker. Any thoughts?

  • Saving from FCP to QuickTime is distorting the video

    Hello all - I'm repeatedly trying to save a FCP sequence as a QuickTime file so that I can import into iDVD. Each time I save it and then open the file in either QuickTime or iDVD, the faces in the video appear very thin (as if I had converted to a w

  • Why won't iphone get family organizer invitation

    Hi. I have an ipad air.  My family member has an iphone 5.  I reset the iphone 5 and put it under a new apple ID. Both devices used to be the same ID.  I sent an invitation from ipad to that iphone 5 so I could connect the iphone 5 to my family netwo

  • Photo won't load vertically

    I have photos taken on my iPad2 vertically. When I upload them to computer (both Mac and PC), they load horizontally. What am I doing wrong? Thanks.