Raw Frequency Response Data

Hi
I'm working on a model of a LIDAR system that currently uses a PXI-5620 for data acquisition. I would like to include the card's frequency response in my model. I have found the spec. sheet which contains several frequency response graphs. I was wondering if anyone knows where I might be able to obtain the data points used to generate these graphs. It would save me time as well as improve the accuracy of the model.
Thanks
Marc

Hi,
Sorry, but we do not provide these informations to our customers. You have to generate these data points yourself.
Cheers,
Philip

Similar Messages

  • Microphone frequency response function

    Hi all,
    I am trying to do an impact test with 3 types of sensors to investigate surface properties of a material.
    The first sensor is the sensor in the modal hammer.
    The second sensor is a geophone , whilst the last sensor is an air-coupled sensor in the form of a microphone.
    Aside from the microphone which is directly connected to the laptop by USB, the instrumented hammer and the geophone is connected to the NI 9233 which is connected to the NI USB-9162 which finally connects to the laptop.
    This hardware doesn't support analog triggering therefore software triggering is used.
    I am using a vi example from http://www.ni.com/example/28438/en/ 
    I have successfuly setup the LabVIEW VI to read the raw data coming in from all the sensors and to obtain the frequency response of the geophone due to stimulus signal created by the impact hammer.
    I have tried to obtain the frequency response of the microphone due to the modal hammer however no results show up in the graph for the frequency response of the microphone.
    My question is this, what is going on and how do I fix this so that I may obtain the frequency response of the microphone?
    I have attached my vi for your consideration.
    Solved!
    Go to Solution.
    Attachments:
    Y2014M01D28 IRnMicFRFRecAll .vi ‏190 KB

    I cannot fix your VI because I do not have DAQmx or the SVFA toolkit. What I have attached is a simulation which shows some of the concepts.
    The left side simulates acquisition of two channels (hammer and geophone) via the DAQ device and one channel of sound (microphone).  Don't worry too much about the details. I just threw this together quickly. The hammer signal is a square pulse, the geophone signal is one cycle of a sine wave with noise, and the microphone signal is one cycle of a triangle wave plus noise. Each of the pulses is dleayed from the start of the acquisition by different amounts to represent the trasmission delays of the sound and vibration.  The values chosen are arbitrary and do not simulate any physics.
    I used the sampling rate, block size, and duration controls from your VI, so the numbers of samples and the sampling rates should be the defaults from your VI. The three graphs one the left show the three signals as generated. Note that the Microphone graph has X-axis autoscaling turned off. Also the data is all in waveforms or arrays. I avoid the use of the Dynamic Data Type produced by Express VIs because it effectively obscures the data structure.
    The right side shows one way to do the triggering. I used Basic Trigger Level Detection.vi from the Waveform Monitoring palette and the Get Waveform Subset.vi from the Waveform palette. Note that there are separate trigger VIs for the DAQ channels and the sound channel. Because they are not started at the exact same time and they do not have the same dt (= 1/sample rate), the waveforms cannot be combined to use a single trigger. The geophone signal is synchronized with the hammer signal so one trigger from the hammer can be used to get both subsets.
    Note that with the default delays the microphone pulse occurs 30 ms after the geophone pulse but in the subsets it occurs about 4 ms before the geophone. This is due to the independent triggering.
    Since you do not have a common signal or trigger for both devices (DAQ and sound), you cannot know exactly what the timing relationship is between them. On every run the differences in the start times will vary. So you will need to do some kind of calibration to determine the time delays.  I am thinking of some kind of periodic stimulus which will produce several pulses to both the geophone and microphone. The first pulses will have indeterminate delays but subsequent pulses should have reproducible delays. The relative spacing and directions during the calibration runs should be the same as the hammer position for the real experiment.
    Lynn
    Attachments:
    Sound and hammer sim.vi ‏28 KB

  • 3 Simultaneous Frequency responses using PCI-4552

    I need to obtain 3 simultaneous frequency responses (Magnitude and Phase) using a PCI-4552 board. Ch 1 is the reference for the 3 FR's. I succeded in obtaining independent FR's, but I cannot configure the vi with the 3 FR's together. I attach my best try, please take a look at it.
    Attachments:
    zoom4.vi ‏378 KB

    I took a look at your VI. It looks like you have two issues.
    First, you are using a single stop button's input to stop several loops. The problem is that the output of the button will not allow the consecutive while loops to execute until the first one has finished (they are waiting for the prior loop to finish to get the final value of the button). If you want to read the value of a single button simultaneously in several while loops, you need to use local/global variables.
    You should have an example:
    Stopping Parallel While Loops with Reset.vi
    ... included with LabVIEW which will demonstrate how to properly do this.
    Your second issue is that the base analyzer can only do two simultaneous channels. If you really need to do more, you'll need to grab al
    l the channel's raw data using the DAQ API instead of the DSA API, and feed the individual captures into the "Frequency Response Function (Mag-Phase)" vi. This should give you the same results, but you'll be using the host computer to do the analysis instead of the board.

  • Is Bridge supposed to sort raw files by date modified?  Not on my systems.

    I have just installed photoshop/bridge cs5 on two windows 7 systems, home premium 64 bit, one an i3 chip and the other an i7 chip.  I was formerly using cs3.
    I see that Bridge is not sorting my raw files by date modified like it did before.  It sorts jpg files okay.  I noticed that the xmp files associated with the raw files, when I hover over them in Windows Explorer show the correct modified date but the thumbnail icon shows only creation date, which I assume is as it shou ld be.  Why doesn't Bridge CS5 sort raw files by date modified as it did in CS3?  CS3 must have referred to the xmp file modified date to use for sorting, I would think.
    I should also mention that the metadata file does not show the correct date modified, but gives the same date as the creation date.  Also the thumbnails for raw images that have been modified correctly show the icon that indicates it was modified.
    Also, I see that when you hover over a thumbnail in Bridge CS5 nothing is revealed about the file.  In CS3 Bridge hovering over a thumbnail showed several pieces of data about the file including anything in the file info.
    Is this just how Bridge CS5 works or have I missed a setting somewhere in Bridge or Windows?

    Curt, thanks for your response.  The tool tips
    was not checked and did result in "hovering"
    working.  I'm not sure why that's called tool tips, but okay.
    I have just installed the software in the last
    few days.  I almost immediately got an update
    notice and installed the update.  I thought I was
    up to date.  Then, just a while ago I got another
    update notice.  After installing it the sorting
    now works.  Thanks much.  Problems seem to be solved.

  • Frequency Response Function & FFT & Inverse FFT (problem of unit Volts-RMS)

    Hello everyone,
    I am currently working on a VI in order to compare two analog signals : the first one corresponds to the output signal (my reference) which is sent by my data acquisition card to a shaker and the second one corresponds to the input signal recorded by an accelerometer fixed on the same shaker. The final goal of the VI is to correct the analog output signal by using the analog input recorded signal in order to have the vibrations on the shaker which corresponds to what we really want.
    To summary, I have a problem of unit with the Volts-RMS...
    So this is my method for the VI :
    First, I have to calculate the Frequency Response Function between the two analog signals (output and input). For it, I use the " Frequency Response Function (Real-Im).vi " which returns the complex values of the FRF in Volts-RMS (but I don't want to use this unit).
    Then, I want to calculate the FFT of the analog output signal (my reference). There are two different blocs which can be used : " FFT Spectrum (Real-Im).vi " and " FFT.vi ".
    The " FFT Spectrum (Real-Im).vi " returns the FFT complex values of the signal in Volts-RMS and the " FFT.vi " returns the FFT complex values in Volts (or say me if I am wrong, thank you). I really would like to use the second one because of the unit.
    Then, I divide the FFT just calculated with the Frequency Response Function calculated just before.
    For the end, I calculate the inverse FFT of that with the " Inverse FFT.vi " which use the complex values with the same unit than for the " FFT.vi ".
    I don't want to use the Volts-RMS unit because I absolutly want to use the blocs " FFT.vi " and " Inverse FFT.vi ".
    The problem is that I don't find a bloc which use the same unit for the Frequency Response Function. The " Frequency Response Function (Real-Im).vi " returns only the complex values in Volts-RMS unit. Maybe it is possible to convert it correctly? Or maybe there is an other bloc which can be used in order to calculate the Frequency Response Function with the same init than for the FFT and Inverse FFT ? Because I can't mix everything for the moment...
    Thank you for your help,
    Best regards,
    Sebastien

    Hello Preston,
    No, I have not use the Sound and Vibration toolkit. I have only used the signal processing toolkit with the two toolboxes " Waveform measurement " and " Transforms ".
    But I think that what I have done for the moment in my VI is correct (I have finished the complete VI). But I am not sure of the units (Volts, Volts-RMS...) and I would like to understand.
    I have tried with the Sound and Vibration toolkit for the frequency response function (because you say me that it deals with all the unit conversion) and I can obtain the same results than with the " Frequency Response Function.vi " of the toolbox " Waveform measurement ".
    But I would like to understand the units (see my previous post please). For example, for the FFT (the result is a complex), why sometimes it is in Volts, sometimes it is in Volts-RMS ? Is it possible to convert it ? How ?
    If you want, I can attach on the forum my VI and that will maybe help you to explain me. Maybe it will help other people interested.
    And if someone else can give me other precisions or advices about it, do not hesitate.
    Thank you for your help,
    Sebastien

  • FS7 audio Frequency Response 50Hz - 20KHz?

    Hello guys, I'd like to point out an issue that I couldn't find on the forum regarding the audio frequency response.I've always worked with pro camcorders that recorded 20Hz to 20KHz, which is the standard frequency us humans can hear. So I was surprised when I saw in the FS7 manual that the audio Frequency Response is 50Hz to 20KHz. Is this a typo? Or is the camera actually limited to 50Hz for the lower freqencies?I would assume that the internal mic would be limited to that range, yes, but not the internal recording of the sound? Why limit the camera to 50Hz? Any light on the subject would be appreciated. Thanks!

    The tests I posted are for the mic inputs, not line inputs. I did test both, but since I often run & gun and cannot support all the extra gear to make the FS7 mic inputs on  a par with Sony's EX3 mic inputs, I'm requesting that the high pass filter added with firmware 2.0 be removed in futre updates. We have the wind filter already. No additional filter is needed. While Genelec monitors are pretty good, they're not noted for deep bass response. Most studios use the ubiquitous NS10, which are only good to 80hz, which is why few people notic the deficiency. The custom built system in my screening room has a -3dB point of 7hz. I noticed that even piano sounds thin on this camera. that doesn't surprise me,  since the rolloff starts at 200hz. All I'm asking for is the same quality I'm used to with my EX3's mic inputs. Only 0.5dB down @ 20hz and no thinning of the midrange. When I do large budget orchestra shoots (rare) I use 24/96 sampling, 8 channels and large diaphragm studio condensers. My recordings earned critical praise from Peter Aczel at The Audio Critic. I was a sound engineer for 4 decades before I got my first digital camera. In addition to that, I was consulted as an independent expert on infrasonics for chapter 17 of Ethan Winer's THE AUDIO EXPERT, published by Focal Press. I was responsible for the information on subwoofers and how they operate. Acoustic and speaker design share a long history with me, and my 'day job' is amplifier design, modification and repair. I'm too intimately aware of what's going on in the signal path of an audio system and when modern digital systems deviate intentionally from DAT-quality, it really bothers me. I made a big deal about this in 2007 with the Sony HVR-V1U, and Sony must have listened, because they got it right with the EX1 and EX3 cameras. But sadly, they've reverted to these games with the FS7, though not as badly as 2007.

  • Frequency response vi and writing to lvm files

    I'm having trouble writing the magnitude y/x of the frequency response vi to an .lvm file.
    I don't get any samples in my file when I run the program.
    Any idea what I'm doing wrong here?
    Attachments:
    testernw.vi ‏381 KB

    Hi,
    If you place indicators immediately before and after the frequency response express VI, what do they show?  Are there any differences between the input data before and after the conversions are applied?  I tried putting together a simple VI that takes two simulated signals, inputs them into the frequency response graph, and then outputs it to a file.  It appears to work fine, as long as the two inputs are at a different frequency.
    What version of LabVIEW are you using?  Where specifically are you reading the 0 values?
    Regards,
    Lauren
    Applications Engineering
    National Instruments

  • Frequency response at low frequency

    I'm working on a bandpass filter, and I'd like to get the frequency response showing that the frequencies outside the lower and higher cutoff frequencies are being cut off. However, the correct plot is shown only when my cutoff frequencies are high (roughly from 1000-8000 hertz). When I use low cutoff frequences(roughly 4-5 hertz), the plot is incorrect. So how can I get the frequency response to my low cutoff frequencies? Thanks.
    P.S. In the code, some parts are irrelevent. In the front panel, the only relevent part is the frequency response plot at the lower right corner, and the specs above it; in the block diagram, only the upper half(with IIR and FRF) is relevent. Thanks.
    Attachments:
    BME_Pressure_Sensor_V1.00.vi ‏591 KB

    Hi Manson
    There is a bug in your diagram since you connected the number of samples where you should have connected the sampling frequency.
    The sampling frequency is related to the pace at which you take the measurement.
    Usually, Fs = 1 / dT
    where Fs is the sampling frequency and dT is the time interval.
    It should work better.
    In any case, to have a better resolution in the low frequency range of your spectrum computations, you have to increase the number of points of your data because there exist the following relationship between dF (space between 2 points in you spectrum), dT, and N (number of data points) :
    dF = 1 / (2 x dT x N)
    Doc-Doc
    Doc-Doc
    http://www.machinevision.ch
    http://visionindustrielle.ch
    Please take time to rate this answer

  • How to equalize an analog output by a known frequency response?

    I'd like the analog output of my system have a flat response. What I'm going to do is first measure the stimulus signal, then using a filter to compensate the frequency response to make the following output signal flat. The difficulty is how to build a filter according to the frequency response. I know it's easy to do by using digital filter design of signal processing toolkit. But I need to do it by LabVIEW and the response is changed frequently. Any suggestions?
    Bill

    The filter does the signal "adjusting." Filters are typically characterized in the frequency domain, but the work on the signal fed them, which usually occurs sequentially in time. The lookup table is just to select the appropriate filter so you do not have to do a lot of calculations at run time. As an example, suppose you have just treble and bass and only one cut and one boost setting for each. You measure the stimulus and find the bass is too high and the treble too low. You select the bass cut and the treble boost filters for this run. If this is expanded to octave (or third octave) filters and 16 gain/attenuation settings in each band the lookup table approach saves time and may also provide a compact means of recording the equalization settings with your test data (rather than filter coefficients which do not actually indicate the response without characterizing the filter).
    Lynn

  • Frequency Response using Swept Sin

    Does anyone have sample C/C++ code to generate a swept sin wave and get the frequency and phase response data using NI-DAQmx on a PCI-4461 board?
    Currently I'm using a PCI-4551 board and can use the helpful NI-DSA C API to do this, but the 4551 card is now obsolete so I need to replace it with the 4461.
    Thanks in advance!

    If you check the help text for sine wave.vi you'll see that it generates the sine wave based on the following formula:
    yi = a*sin(phase[i])
    for i = 0, 1, 2, …, n – 1 and where
    a is amplitude,
    phase[i] = initial_phase + f*360*i
    This means that when you input a=1, f=0,1 and initial_phase=0 you will get a sine wave that is based on samples at every n*36 degrees; i.e. at 0, 36, 72 etc...due to this sample rate you never see the full amplitude (+/- 90 degrees), the wave is clipped at the top. If you input an initial phase of 64 degrees you will get the full amplitude, but the wave is still deformed due to digitalization...
    The lower the frequency you put in, the closer the digitalized representation will be to the true sine.
    Use the Waveform Generator VIs from the analyze palette if you want to have more control over the wave generation (sample rates etc.). (Not available if you have the base package.)
    MTO

  • Frequency response measurements with pxi-5922

    I’ am using signal express and the pxi-5922 digitizer together with the AWG pxi-5441 to analyse the frequency response of a buffer amplifier. See the attached signal express file. Many different ways to measure the frequency response have been tried and this is the best I came up with. It is basically two tone extract steps in a sweep loop. But I’ am still uncertain if this is the best way to do this kind of measurement. The fact that the detected frequency differs between the two channels worries me, even when the two channels of the pxi-5922 are looped.  Is there a more accurate way to determine the frequency response?
    Best wishes
    Stefan Johansson, SP
    Attachments:
    sweep.JPG ‏397 KB
    Frequency Sweep funkar.seproj ‏81 KB

    Claudia-
    Thanks for the response.
    Regarding the CJC- When I switch it on, the temperature readings I get are very random, roughly negative 1 degrees. (I am operating right now at room temperature, and will be using J-type TC's to measure ~43 degrees C). Also, when I use the built-in CJC, the aquisition rate seems to slow down considerably. When I use the "user specified" everything seems to be ok, including the aquisition rate.
    I measured the resitance of the Thermistor on the TBX-68T and it was about 5000 Ohms, as expected.
    Just to make sure: When using the TBX-68T, do I need to hard-wire a thermocouple to Channel 1/auto-zero and another to channel 0/CJC? Because I connected a TC to channel 0 right now, but I wasn't 100%
    sure.
    I've attached my main vi and two sub vi's that I am using for the voltage aquisition part of my project. (Note:the current measurements are just voltage measurements multiplied by the recipricol of the resistance it was measured across, ie. 10).
    I would like to keep this file as is because it writes to a file exactly the way I want it to. I'd like to have the temperature aquisition with the 4351 in the same vi as the 6030E so that they both stop and start at the same time. I am just not sure how and where to log the temperature data since there will be fewer data points than the voltage data. Any suggestions? Should I write two separate files? can I somehow append them?
    Thanks again. Hope to here from you soon.
    Attachments:
    EBlackMainDAQ.vi ‏107 KB
    Save_Data8.vi ‏45 KB
    Build_String_Array5.vi ‏33 KB

  • Frequency response formula

    Hello!
    I have done the following experiment to find out the frequency response of a "box":
    I have introduced a sound speaker inside a box emitting pink noise-->I have measured the noise using the "sound and vibration assistant" and a microphone( the microphone is also inside the box)
    Then I have put the microphone outside the box and I have emmited pink noise again (the sound speaker is inside the box)
    With these datas I want to calculate the frequency response of my box so I am using the "frequency response step" of the sound and vibration assistant software.
    My question is: The unit of the amplitude graph of is "dB ref 1E+0" Could someone tell me which is the formula to calculate the frequency response of my box and obtain the units of "dB ref 1E+0"???
    Thank you!

    Hi dSierra,
    Sorry but I do not understand when you say : "If you want to reconvert to natural units, you just have to invert the equation 20 log (FreqResponse/1 unit (stimulus/response))". Could you explain a little bit more please
    Thank you!
    Best regards

  • Frequency Response Analyser or Impedance Spectroscopy

    Hi
    I am looking for a Labview program to allow the freq. response of say a
    tuned circuit.
    I will be using a GPIB Function Gen. From 1Hz to 10MHz and measuring the
    peak-peak value across a shunt resistor that is in series with the tuned
    circuit.
    Thus as the frequency increases then the tuned circuit will respond
    accordingly. If we take samples every 100Hz then we can produce a spectra
    of the tune circuit.
    I actually going to use this for measuring the char. of an electrochemical
    cell.
    Any Suggestions
    Wayne

    Thanks Carlos
    The latter method I did not think of but will try it.
    Cheers
    Wayne
    "JuanCarlos" wrote in message
    news:[email protected]..
    > Wayne,
    >
    > Looks like a sweep sine analysis should give you a good idea about the
    > frequency response. Make sure that you measure the input and output
    > signals of the circuit; this way you can just compeir RMS values and
    > get the frequency response.
    >
    > Another method that you may want to look into is a broad band
    > frequency response. Basically you send white noise to the circuit;
    > then you acquire the input noise and the output noise; the you
    > calculate the FFTs of this data and compair it; after some averaging
    > you get the frequency response graph of your dev
    ice. LabVIEW has a VI
    > called Frequency Response Function that does a large part of the job;
    > together with the "Frequency Analysis of a Filted Design.vi" example
    > you can get a good idea on how to perform this test.
    >
    > I hope this helps.
    >
    > Regards,
    >
    > Juan Carlos
    > N.I.

  • Microphone frequency response

    Hi
    Does anyone know where I might find data on mobile phone microphone frequency response (like frequency response curves)?
    Thanks. 

    Hi
    Does anyone know where I might find data on mobile phone microphone frequency response (like frequency response curves)?
    Thanks. 

  • Frequency response correction

    I measure vibrations with an accelerometer.
    The frequency response under 10 Hz is not linear according thae calibration sheet of the sensor.I want to correct it whith labview
    Can you tell me a way to do that
    thanks

    Hello Paganini,
    As Shoneille says, you need first to found the mathematical algorithm that can correct your data and then search the corresponding VIs in LV.
    You can also try to use some LabVIEW functions that process signal. You can found these functions in "Functions Palette>>Analyse>>Signal Processing" or "Functions Palette>>Analyse>>Mathematics"
    Hope this help.
    Best Regards,
    Sanaa TAZI
    National Instruments France
    Sanaa T.
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    >> http://www.nidays.fr/images/081110_ban_nidays09_468X60.gif

Maybe you are looking for

  • Buying a Mac: 13" notebook dilemma demystified

    A note before we begin: This tip answered a notebook question mistakenly posted in a desktop forum.  Before posting your question or issue, you might want to check out where you are using the nav bar at the top of any forum thread.  If searching for

  • OUT Binding works fine, but INPUT Binding NOT WORKING at all

    Did you test your Bindable property works in Flex so you can see it change in another component in Flex? It doesn't look like you notify that xcText has been changed (and instead you modify the private variable behind it). You can try changing your m

  • Create a database based on a current database

    I have a 9.2.0.6 database on server test. I copied everything to server test1. I used backup control file to trace on test. I put this backup control file to test1 and modified the file locations and want to recreat a database on server test1. What's

  • Can you create multiple connections in smartview? for PROD and DEV?

    Hi, We have a production and development hyperion planning. In Smartview, we have successfully connected to PROD but can we create another connection to DEV? or do we keep replacing the URL? thanks

  • "Photoshop Elements Editor has stopped working"...message

    I am very very very new to this...and have had so much trouble I'm ready to ask for a refund!  After installing and watching tutorials and not being able to load any pictures to the 'organizer'...(my autoplay does not show the "Organize and Edit Phot