RFSG Peak vs Average Power

I'm using a PXIe-5673E to generate multitone signals, and am currently adding the ability to pulse the output using script generation in RFSG.
The problem is that when the 5673 is set to script, the power level type needs to be set to peak power. Everything in this application has been done so far using average power, so I can't simply switch it now. I have to calculate the equivalent peak power when creating a pulsed output.
I've used the examples RFSG Multitone - Arbitrary Spacing.vi and RFSG Pulsed Data.vi to do this, so I'm dealing with I-Q arrays and the power level calculated inside of rfsg_Complex Multitone II.vi.
I've tried the calculation in the RFSG help manual under power level type, but it's always giving me 0. I've also tried the calculation on this page but it seems to be giving me a value that's too high. With a tone power of -40 dBm, it's returning -27 dBm. I'm looking at the output on a scope, and I'd assume the peak voltage level should be the same with or without pulsing the output.
What am I missing? Any help would be greatly appreciated.

Hi Marc_A,
There are several differences between peak power and average power, I think it's worth addressing several of them here.  To summarize the notes below, you'll likely just need to divide your I/Q data by sqrt(2).  I've added a couple of other notes about switching from average power to peak power that may be helpful but are only applicable in specific cases.
The help documentation is very confusing on this; it required a fair amount of time to pull this information out.  When in average power mode, the I/Q data is scaled from -1 to 1, while in peak power mode, the peak power is scaled from -1 to 1.  Peak power is given by sqrt(I^2+Q^2), meaning that if your I/Q data is scaled from -1 to 1, your peak peak power will be scaled from 0 to sqrt(2).  To compensate, you'll need to divide your I/Q data by sqrt(2); I've attached a VI that does both peak and average power for arbitrary waveforms.  This VI isn't built on script mode, but it should show how to manipulate your I/Q data to compensate for peak mode.
One thing to be wary of with average power vs. peak power; when in average power mode, the driver will scale I/Q data from whatever range it is in to the -1 to 1 range.  For example, in average power mode, if my I/Q data is scaled from -1 to 1 and I set the power level to be -20 dBm, my signal's maximum output will be -20 dBm.  Also, if my I/Q data is in the -0.5 to 0.5 range and the power level to be -20 dBm, the driver will still assume we want a maximum power of -20 dBm and scale my I/Q data by a factor of 2; I will still see -20 dBm as my output.  Average power always sets your signal to the power level requested and scales the I/Q data to match.
This is not the case with the peak power case.  With peak power, the driver does not scale the peak power to -1 to 1 for you, it instead leaves it the way it is.  If you're coming from the average power case, this problem can manifest itself in three ways:
Lower than expected power levels.  If your I/Q data is scaled from -0.5 to 0.5 and specify a power level of -20 dBm, you'll get a lower than expected power level, around 6 dB lower.
Error being thrown if the highest magnitude of your I/Q data is greater than 1.  If we forget to divide by sqrt(2), this will likely occur.  Average power mode will allow you to specify any range you want (even -100 to 100), but peak power will not allow you to select anything greater than a peak power of 1.
Unexpected power levels if using multiple waveforms.  In average power mode, if the waveforms have different ranges, the driver will match them all to the specified power level.  Therefore, in average power mode, all of our waveforms will have the same power level unless we change the power setting as well.  However, in peak power mode, if the waveforms have different ranges, they will be different power levels since the driver does not scale to the -1 to 1 range.
To summarize: as long as your I/Q data is scaled from -1 to 1, all you need to do is divide it all by sqrt(2).  The last 3 notes are caveats only if your data wasn’t scaled from -1 to 1 originally.
Thanks,
David Bell
National Instruments
Applications Engineer
Attachments:
Peak Power Compensation.vi ‏35 KB

Similar Messages

  • Can anyone suggest a method whereby I can calculate a numerical value that gives the total or average power between two stated frequencies of the AutoPowerSpectrum?

    Using Measurement Studio (Vis. Basic), I'm trying to calculate as a numerical value the total or average power between two stated frequencies of the AutoPowerSpectrum. The PowerFrequencyEstimate Method gets me part of the way there. Using appropriate values of the input variables SearchFreq and Span, I divided the range between my two frequencies into 12 segments and let PowerFrequencyEstimate find the frequency and its power at the highest point in each segment. Then I added the 12 resulting powers. Since these are power values at several peaks, not average power over a given frequency range, it's not exactl
    y what I want. Do any other approaches occurr to anyone?
    Thanks.

    Most people here won't do your homework for you. If you make an attempt yourself and get stuck then post your code (wrapped in code tags for easy reading), include any errors you get and what line they occur on and most of all ask a specific question. Don't just say "It doesn't work".
    However, your assignment mentions that you are not allowed to use inbuilt C/C++ functions. This is a Java forum. Although the languages are similar and some here have C experience, try posting in a C forum.

  • Average power consumption comparision: i7 and t500

    Hi,
    What is the average power consumption (non-peak) of a t500 system,
    doing web-surfing and light tasks ?
    I have read that the i7 mobiles (non-lenovo) are at 52W avg, and 75W peak,
    and this will help me decide whether to buy the t500 or wait for the lenovo
    i7 based laptops
    thanks!

    P8400 / P8600 etc core2duo mobile (2,2-2,4ghz) take 25W. I think in office use my T400 uses about 15W, not sure. It depends on load. I find quad core laptop CPUs quite useless for the average user.I think the i7 mobiles have a 45W specification, which is quite higher than the modern dual cores.  I prefer longer battery life to having four cores i will most likely never use in daily work. This changes, of course, if you use your laptop as Desktop replacement or primarily for CPU intensive tasks, such as video en/decoding.
    Thinkpad T400 (Windows 7 Ultimate x64)

  • Power Spectrum peak calculator

    Hi,
    I am using the "fft power spectrum.vi" to calculate an FFT on a wave and the output of that is some bundled wire called power spectrum. I was wondering is there an easy way to take this output and find and display all the various peaks in the power spectrum? Thanks.
    Intern NSWCCD Carderock.

    Yes, I did try that, but the problem is I don't understand the inputs required for it as it requires
    "X" a set of points, but when you run the power spectrum you get a bundled wire with various parts and I'm not
    sure which of these to wire into the peak detector as everything I have tried has given me wierd values. Thanks for
    any help.
    Intern NSWCCD Carderock.

  • Power spectrum averaging

    I am performing a power spectrum and averaging over a number of spectrums.  In addition to saving the average power values for the spectrum, I would like to save standard deviation, max, min.  Is there a way to do this?  It seems that in the Power Spectrum dialog box there is only the option to turn on averaging, but not to save this other data.

    Hi,
    Hoe do you want to save the data (format)?
    If you want you can save the value as txt numeric data in spredsheet file.
    Or do you have any other idea
    Regards

  • PXI 5673 RFSG WriteScript Issue

    I generated niRFSG.mdd and implemented MATLAB code to do the same thing as the ScriptTrigger CVI code. However, an error occurs when calling
    invoke(sig_gen.GenerationConfigurationScripting,'writescript',waveformscript)
    NI PXIe-5673E
    The instrument returned an error while executing the function.
    You cannot set the Power Level Type to Average Power in Script Mode. Either change the Power Level Type to Peak Power or use the Arb Waveform Mode.
    The instrument returned an error while executing the function.
    You cannot set the Power Level Type to Average Power in Script Mode. Either change the Power Level Type to Peak Power or use the Arb Waveform Mode.
    Error using icgroup/invoke (line 93)
    The instrument returned an error while executing the function.
    The AWG reported the following error:
    Error in niRFSG_test (line 66)
    invoke(sig_gen.GenerationConfigurationScripting, 'writescript',waveformscript)
    First of all not sure why I'm getting the Power Level Type warning since I'm actually using Peak.
    invoke(sig_gen.Generationconfigurationconfigurewaveform,'configurepowerleveltype', 7001) % 7000 - Average, 7001 - Peak
    I look into the second issue (script issue) and it seems like inside the .mdd generated code is not working correctly. When I replace invoke(sig_gen.GenerationConfigurationScripting, 'writescript',waveformscript) with my own local function call (by copying the actual writescript function from .mdd to a.m file scripttest(sig_gen.GenerationConfigurationScripting, waveformscript)
    It seems like the problem is right here:
    status = calllib(libname,'niRFSG_WriteScript', session, Script);
    I noticed the same calllib is done for other niRFSG functions and it works but for the WriteScript it does not. Please note that the same call in C or C# works great.
    I have been talking to mathworks support about this issue. They are still investigating. But since the instrument is generating this error, The instrument is informing through NIRFSG driver that the power level is set incorrectly, but most likely this error is regarding some other parameter set out of range. Perhaps this is causing the issue with the writescript. Can you provide any support to figure out this issue?
    Thanks!

    iam sending PN sequence or user defined pattern 01010101 
    the received is not as the transmitted 
    here i attach the code
    Attachments:
    MT RFSG Generate PSK.vi ‏53 KB
    MT niRFSA PSK Demod.vi ‏89 KB
    PN_Sequence_09.txt ‏2 KB

  • Sound and Vibration kit - Peak Hold

    I am evaluating a dynamic signal and would like to gather peak hold information from SVT 1/3 octave output. The SVT FFT tool has a "peak hold" function that allows for gathering spectral data over time, but it does not output an array of values. Is there a way I can capture peak hold from the SVT 1/3 octave output and create an indexed array that integrates a dynamic signal in a "peak hold" manner?
    I am evaluating exposure impacts of anthropogenic noise on marine animals for ocean noise pollution mitigation.
    Thanks!
    Michael Stocker
    Michael Stocker
    Director
    Ocean Conservation Research

    Hello mstocker,
    From your post this is what I understand:
    You want to perform peak hold averaging with your Third-Octave
    Analysis.vi and then obtain an array of data of  the peak values. The
    Third-Octave Analysis.vi has a selection for the averaging type you can
    select peak averaging as the type of averaging. Peak averaging combines
    the results of several measurements into one final measurement. The
    output of the Third-Octave Analysis.vi is a cluster. The cluster
    contains one array of nominal frequencies and an array of band power.
    Is this what you were looking for?
    If I have misunderstood your post, please reply with clarification. I would really appreciate it.
    Regards,
      Sandra T.
    Applications Engineer | National Instruments

  • How much power does the iPod output?

    I tried measuring the power output via the headphone jack, and the reading was so small my multimeter could barely measure it. It peaked at about half a volt, and thats with a very loud song with the music cranked up all the way. It averaged about .3. That seems REALLY low, maybe enough to power the cheap earbuds the iPod comes with, but not enough for more power demanding professional headphones or other non-powered audio devices. I called every number apple has to call, and it seems no one in the entire company knows anything about their own product when it comes to power output.
    Also, what is the power output for the serial port on the bottom of the iPod? I couldn't measure that with my multimeter without splicing some wire which I wasn't about to do.

    Nope, I don't mean the volume level. I mean the actual measurable ammount of electricity that the iPod is physically capable of outputing via the headphone Jack. I imagine the hard drive and screen ***** up most of it, so that the full potential cannot be tapped, because frankly the apple designers had no reason to give it any significant booster space.
    No, but having the volume at a max and and playing a variety of different types of music will give one a decent idea of the average power output, which is about a .3. Seems it did show me something, buddy. accurate min, max, and average power should not be that hard to caclculate.

  • Anyone having Power Supply Failures with 4305's

    For some reason over the last 6-8 weeks I am getting multiple power failures on my 4305DMPs, replacing the power supply/wall plug brings everything right back but I'm wondering if there is a bigger problem.
    All DMP's are connected to APC power bars with Surge Protection, and the LCD Screen continues to work fine. The DMP will just quickly flicker both Red and Green Lights, and remain unresponsive. We have tried cleaning teh contacts on the power supply but have had no luck.
    I have had to swap 10-12 of them now, these have been working with no issues in the field for over 3 years.
    I guess I am just wondering if anyone else has had this problem, a search on here didn't reveal anything.
    Thanks,
    Jh

    I haven't heard anything about this on the 4305, but just pointing out that this is a 2-year old post.
    We're using some Linksys POE -> 5V splitters and they've been humming away for years. I listen to feedback about reliability, but it would be helpful if a specific part # / manufacturer on the brick were identified along with any complaints about it.
    As far as replacements, be sure to use the right specifications, other DMPs operate off of 12VDC but the 4305 uses a 5-volt adapter.
    Input voltage: 5V
    Input current: 3 ADC
    Power consumption: Peak: 12W; average: 5W

  • Convert power spectrum back to original waveform

    Hi,
    I have program my PXI 5610 to transmit a sine wave to my PXI 5600.
    But when I use the 'ni5660 Read Averaged Power Spectrum VI' to read the signal, it comes out as a power spectrum.. So how can I convert this power spectrum back into my sine wave to show it on the graph.
    I am new into this field, hopefully someone can help me out.
    Thanks.
    Jieyi
    Attachments:
    wiring.GIF ‏9 KB

    Hello Jieyi,
    When you read your signal as spectrum, you loose the phase data. You can still get your signal back but it would not have any information about the phase. I would suggest you acquire the time domain data. This is very simple since the driver can do everything for you.
    The time domain data will be automatically converted to In Phase (I) and Quadrature Phase (Q) which are two components that changes the carrier. You can read more about IQ signals here.
    Then, you can open the example called ni5660 Getting Started IQ.vi located under "\LabVIEW 8.x\examples\instr\ni5660" and look at this:
    Finally, if you have modulation toolkit, you can open any modulation example to transmit a sinewave. These are located at:
    "\LabVIEW 8.x\examples\Modulation\RFSG examples"
    For example, AM:
    Transmitter (Tx)
    MT RFSG Generate AM.vi
    Receiver (Rx)
    MT ni5660 Demodulate AM.vi
    These examples are ready to transmit any standard waveform including your sinewave.
    Hope these information helps,
    Message Edited by Yardov on 08-17-2007 06:50 PM
    Gerardo O.
    RF Systems Engineering
    National Instruments
    Attachments:
    acquire time domain signals.JPG ‏46 KB

  • 2940 RX Power Input

    I see that the maximum power input to the USRP-2940 RX ports is -15 dBm. 
    Is that the average power rating? 
    Is there a peak power rating?
    Thanks.

    There is not a specefication for peak power input of this USRP. However it is advised to stay beneath -15dBm.
    Matt P.
    Applications Engineer
    National Instruments

  • PC Component power requirements on a KT3 Ultra-ARU: ANSWERS - At last

    G'Day Folk,
    First, my PC specs are as below in my sig.
    Second, I know this is an old motherboard, but I would like to keep it going, and make the best of it for another year or so. Any help would be greatly appreciated, and would help two other users!
    Symptoms:
    Minor stability and performance issues, mostly in games, simulators, or doing high resolution photographics processing. I bought three machines with similar specs in 2002, for my brother, father, and myself. Each has had some hard to nail down, intermittent problems. My brother's PC has had a new motherboard and processor after failure of the KT3, but still has some niggling problems. He also has an XP 2600+ running at 65C !
    More recently I have been able to reliably reproduce graphics problems in Empire Earth II, Serious Sam, and Halo. Specifically, I can create the problem in an Empire Earth II game by running a saved game and looking at a specific spot on the map. The screen shows tearing, and eventually goes black, returning to normal dispaly when I move to a different part of the map. In certain Halo games I could cause the problem by looking in a specific direction. I assume this is because what is being displayed is using different or more graphics processing features, although it is not apparent what they may be from the content of the view.
    Being able to reliably reproduce the problem allowed me to actually analyse the cause.
    Diagnosis:
    After upgrading all drivers, and trying everything I could think of, as well as everything I could find on the web, especially in this forum, I have narrowed the problem down to the power supply. The clincher for me is that when I create the problem the 3.3Volt power supply line (rail) drops to as low as 2.45Volts! The +5V line also fluctuates and drops as low as 4.81Volt. This was measured using MBM5 and MBM5 Log. The usual voltages reported by MBM5 at idle are +3.3V rail = 2.99 to 3.01 Volt, +5V rail = 4.92 to 4.95 Volt.
    Okay, so the +5V rail stays in spec (just), but the +3.3V rail is out of spec (+/- 5%) even at idle. It should be at least 3.135Volt.
    I checked the voltages with and without the problem using an analogue volt meter, as software voltage readings are often low. The volt meter is a little slow to respond to the voltage fluctuations, but did confirm that at idle the +3.3V rail was less than 3.1Volt (out of spec), and with the problem occuring, dropped at least to 2.8Volt.
    As you can see below my power supply should be able to handle all I throw at it. Topower isn't the greatest brand, but it does receive "satisfactory" in reviews on Tom's Hardware and such. I suspect it (and my brother's and father's) has always been weak, although age, or more powerful games may be highlighting the problem.
    Solution:
    Get a new power supply.
    Not so simple these days, particularly if you want to upgrade in the future, with the move to powering components using the 12Volt rail. I want a power supply that will power my current +3.3V and +5V hungry motherboard, plus future 12V requirements, if possible. So I am doing a Power Audit of my PC, hence . . .
    Questions:
    I have collected power requirements for most of my components in Ampere by supply voltage. However, details are hard to lock down. I'll jump straight into specific questions.
    1. The Athlon XP 2100+ draws a maximum of 89.9Watts into the Voltage Regulator Module (VRM), which converts it to the CPU supply voltage of 1.75Volt. (About 51Amps. Ouch!) If this is sourced from the +12V rail as suggested by the AMD Athlon Desktop Builders Guide, then this would be 7.49Amp, and would not effect the +3.3V and +5V rails unless the total power capacity of the supply is being exceeded. However, the CPU power source was changed from the +3.3V and +5V lines to the +12V lines around the time of the XP2100+. I don't know what MSI did on my motherboard.
    Can anyone confirm which voltage rail is used to power the XP 2100+ on the KT3 Ultra ARU motherboard?
    2. I have found average power usages for motherboards of around 25 Watt on many web sites, but can't confirm the power used by the KT3. Does anyone know the maximum current (Amps) for each voltage rail from the power supply for this motherboard?
    3. Memory power requirements also vary a lot on the web. I'm using 10Watt each on the +3.3V rail for two sticks of 512MB DDR Corsair. Can anybody confirm this, for the KT3? (10W per stick seems to have been the standard since 128MB sticks came out!)
    4. I have a GeForce 4 Ti 4600 AGP graphics card. (Okay, it's not an MSI, but the power should be similar across brands.) There are several threads that suggest that this card uses lots of +3.3V and +5V power from the AGP slot. (Wonkanoby?) However, none give actual Amps for each rail. Anybody know?
    5. In case anybody knows, I can't find actual power for an Audigy 2 ZS either. Any suggestions?
    As modern power supplies tend to have reduced +3.3V and +5V capacity in favour of +12V, I need to be pretty sure of the actual requirements on these rails before buying a new supply. I could just "go and by the biggest Antec I can find and don't worry about it", but I might find that it has the same problems my existing one does.
    All help greatly appreciated. Selection of a new PSU could fix three PCs, mine, my brother's, and my father's.
    PS: My apologies to those I told that this was a great power supply. Well, it has great specs, and the problems observed couldn't be tied to it until recently. Bummer really.
    PPS: Sorry for the long post, but it's an interesting, and important topic, isn't it?
    UPDATE: See post on 1st March, 2006 for response from vendors and updated table of component requirements.
    Here is a copy of my signature in case I change it in the future, just for context.
    MSI KT3 Ultra ARU (MS-6380E V1.0),  AMI BIOS 5.7
    AMD Athlon XP 2100+ Palomino 1.73GHz @13 x 133 FSB
    2x Corsair CMX-512-3000C2 512MB 2-2-2-5-1T @333MHz
    Leadtek GeForce4 Ti 4600 Winfast A250 Ultra MyVIVO 128MB (AGP)
    Creative Sound Blaster Audigy 2 ZS
    2x WD Caviar WD1200JB 120GB 7200RPM 8MB Cache,
              each drive enclosed in a Scythe Silent Box Heatlane HDD Enclosure
    CD&DVD Plextor PX320A & Pioneer DVR-A09P
    Topower PSU 470W PFC 3.3+5V=235W +3.3V/26A, +5V/47A, +12V/28A
    mCubed T-Balancer Fan Controller,
              multiple quiet fans: Zalman, SilenX, Panaflo, Lian Li blower
    Zalman CNPS6000-Cu & ZM-NB32J NB HS
    ~ 10-20C over ambient
    Lian-Li PC-60 Case, WinXP ProSP2+

    Try the link below, this will tell you what you need. After you added all you hardware and get the final power result add 50% to this and you will have the proper size P/S needed for your system. You can even make a list of future upgrades you want to do and that way you can see what P/S will work for you now in the present and what you would need in the future, just remember to add 50% to what ever total you add up.
    For example, if the P/S calculator says you have a total draw of 279W then you would add 50% to this;
    279+50%=418.5
    http://www.extreme.outervision.com/index.jsp
    Below I have pasted a piece that I made for determing P/S which may help you to;
    Resets are a P/S issue and lock-ups are most likely due to your graphic card, with that said I will give you a table with which you can determine the proper P/S for your system and a little info just for info.
    I must also add that never trust software to tell you your voltages, this includes the BIOs as the BIOs is just a piece of software. To properly check the voltage one must use a digi-VOM.
    A 7200rpm HD draws around 20 watts, this 20 watts includes both the 5v & 12V rail.
    HD and CD's generally are figured at 2 Amps per device, let’s brake this down some.
    Spin-up: 12V x 1.3A + 5V x 650mA = 19W
    Read/Write/Idle: 12V x 350mA + 5V x 700mA = 7.75W
    Seek: 12V x 675mA + 5V x 725mA = 12W
    Those would be typical for a 7200 rpm IDE drive. As you can see a HD requires more power at start-up then during actual operation. This is why sometimes a PC takes a few tries to start up before it will actually make a successful boot and once it boots to windows all seems well or sometimes a occasional restart, which would indicate a weak/ bad P/S.
    Now to find the power used by the CPU you can check either AMD or Intel for the spec sheets on that CPU or you can follow this link that has tons of CPU ratings, CPU specs.
    Some more basic mathematics… When a 12-volt circuit is drawing 10 amps, it is consuming 120 WATTS of electrical power. 12 Volts X 10 Amps = 120 WATTS.
    This is the formula: P = E x I
    P - Watt (power)
    E – Voltage (electrical pressure)
    I – Amperage (current flow)
    Serial/PS-2 ports draw <35mA and if you have USB ports then they have a maximum of 500mA per port, again only if they are used- no use means no draw.
    The PCI slots are allowed 5A of the +5V, 0.5A of the +12V and 7.6A of the 3.3V Max per slot, again that is if the slots are used. So if the serial ports, PS-2 and USB ports are being used you are looking at around 5A draw on the MB, which would be around 20 Watts.
    So now we can add things up. (This is just an example of a basic system)
    MB=20W
    CPU= 60W, used as a norm.
    HD=20W
    CDRW=25W
    DVD=20W
    Graphic card=15W / newer GF4 and ATI 9000 and up= 35W
    RAM 10 Watts per 128 MB
    Network Card 5 Watts
    Average per PCI Card 8 Watts
    Total around 200W for this example.
    Now this will fall on different rails and that is were things get tricky, because as you see in my above break down of the HD that a HD use's both the 12V & 5V rail. This is why it is important that the 12V rail be at least 18 Amps if you plan on having more then 1 HD and case fans. Then you have the 3.3V & 5V rails that need to be strong too, the 3.3v rail is actually not so important with newer DDR MB and today’s CPU’s as it is mainly supplying the PS-2 ports power as well as some device cards. Most newer MB use the 5v and 12v rails mainly to supply the demands of today’s devices.
    Now this 200W is the bare min what is needed for things to run but in the real world you will want to add 50% to the 200W for your min P/S need, this allows room for spikes and heavy demands and a little head room to add hardware in the future.

  • MacBook Pro 15" Power consumption

    What is the average power consumption of a MacBook Pro 15" please? I need to buy a battery backup to cater for power cuts.

    Yes, you cannot partition the RAID, period, after creation.
    The 2011 models and later have 6.0 Gb/s HDD interfaces with 3.0 Gb/s for the optical drive until after the 17" model, then 6.0 Gb/s on both interfaces. But no such support for the 2010 models like yours.
    i honestly don't see the point of installing two large capacity SSDs for a RAID setup. I put smaller SSDs where the HDD was and a large HDD in place of the optical drive. I use the SSD for startup and the HDD for storage.

  • How is TOTAL RMS different than AVERAGE RMS

    I create spoken-word recordings.  One company that I work with specifys that the recording should be at a level that measures between -23 RMS and -18RMS.  It appears that audio editing programs label their RMS readings in various ways.  I had been using Average RMS but I think maybe this company is using a standard that comes closer to what ADOBE calls TOTAL RMS.  What attributes cause Audition to give one value to AVERAGE RMS and another value as AVERAGE RMS?

    Total RMS used to be what happens if you add together all of the signals in your measuring time window (in Audition normally 50ms), and perform a RMS calculation on them, and that was a pretty standard way of measuring it. Average RMS in Audition is a little different, though. Reading through the somewhat cryptic help files about this reveals that to all intents and purposes, the RMS measurements will vary at different levels, because some attention is being paid to either Noise Criteria or Noise Rating curves. The lower the level gets with these, the more they favour lower frequencies over higher ones; in other words the figures reflect human annoyance factors rather than a specifically defined measurement criterion. And no, we can't tell you exactly how this is going to work, because the actual curves and weighting figures have never been made public, and it would take me several days to second-guess it from comparative readings. I simply don't have time...
    It's been like this for ever. The original design of this was done by David Johnston, the program's original creator when it was Cool Edit, and I belive he's no longer associated even indirectly with Audition these days. Whether information about this is actually documented anywhere at all, I don't know. Questions about it come up periodically, and we can never answer them satisfactorily.
    The original Cool Edit manual was just as useless about this. The exact words it uses to describe the Average RMS measurement are "Average RMS Power represents the average power of the entire selection. This is a good measure of the overall loudness of the waveform selection." And it's these words I've bolded that make the difference.
    What happens with Total RMS measurements now seems to be a little different, and you end up with a figure much closer to a LUFS reading (you get this acccurately at the bottom of the statistics panel in CC). I know (because this is relatively recent) that the way the LUFS figure is calculated is according to the BS1770-2 standard - and that takes the whole program dynamics into account. What appears to happen with Total RMS in Audition is that it appears that an average of all of the windowed measurements, and that this in general turns out to be pretty close to the LUFS value as a rule.
    Now, judging by the numbers they've quoted, the chances are that the company you are working for is using the recent standard for what you're doing - so if you are using CC, then it's pretty easy - select the whole waveform and quote them the value shown at the bottom of the screen. If you aren't using CC then there are several free LUFS meters available as VST plugins.
    My personal view on this new standard, FWIW, is that it's a complete waste of time. It certainly doesn't achieve what it sets out to, or failing that all the broadcasters that use it have no idea what to do with it. And that very much includes the BBC, I'm afraid. The standard is supposed to keep overall programme dynamics within a certain loudness range, and save viewers/listeners having to adjust volume levels between programmes. And, it fails at that pretty comprehensively. Quite frankly, when it comes to broadcast dynamics standards, they'd have been better off forcing everybody to use the same settings on an Orban Optimod; that would almost certainly have worked better!

  • Power consumption

    What is the maximum and average power consumption on an xServe G5 cluster node?

    Apple only ever publish maximum power draw levels for the family - in this case, according to the technote, that's 4A @ 110V (or 2A at 220V).
    However, you have to bear in mind that the same spec is given to the single processor, dual processor and cluster node versions of the XServe G5. Clearly a dual processor machine with three drives, two PCI cards and a DVD drive is going to pull more power than a single CPU system with one drive and no PCI cards.
    This also extends to typical power draw - the system dynamically adjusts to load, so while a fully-spec'd machine could pull 4A under stress (e.g. CPU maxed, all fans at top speed, three drives in a RAID 5 config reading and writing, etc.), it might pull less than 1A if it's sitting idle waiting for something to do. Therefore there is no such thing as 'average' since everyone's circumstances are different.
    Most of my servers sit in the 1A - 2A range if that's any help.

Maybe you are looking for

  • ActionListener not working in JSF

    Hi The use case for my application is as follows:- CommandToolbarButton - Clicked Quick Logic in Backing Bean using ActionListener / LaunchListener Popup Dialog opens up which has some data given by above code in Backing Bean For this my code in jspx

  • APPLE TV (GEN 2): How to view the movies on my external hard drive?

    Hello, I have a Macbook Pro, with Itunes. I already know how to set-up HOME SHARING with the APPLE TV that allows me to view my Itunes library from my TV. But on my laptop, with the FRONT ROW feature, I set-up a ALIAS in the movie folder on my comput

  • Blanket purchase order and Framework order?

    Dear Gurus, what are the main differences between Blanket purchase order and Framework order? Thanks..

  • How do I edit words (misspellings) in iBooks Author?

    I have been sent a book to edit in IBooks Author, but can't change words or spellings in the document. How do I change words that are spelled incorrectly or grammar that is incorrect?

  • Cj74 background job

    Hi all, i am running CJ74 report , on running front end it is fetching every coloumn value but when i am running it as background job with same input value and same layout and checking output by spool request then for coloumn work date (actual day of