Any simple method to detect noise level of a wave

As the attached wave, is there any simple method to detect noise level of a wave.
The sampling rate is 100M, the time duration is 20ms.
Any suggestion, thanks.
Attachments:
wave.png ‏11 KB

Take your data and make a histogram of your values to get a feeling for the distributuion. Mostly a gaussians bell shape
Calc the mean and the standard deviation.  3 times the standard dev. (say an educated guess ) should be a good starting point.
or
Apply a light (5 point) median filter (filter the spikes) and look for the min/max ....
or
Get to know more about your noise and do more math ...
Greetings from Germany
Henrik
LV since v3.1
“ground” is a convenient fantasy
'˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'

Similar Messages

  • Hi when I stream video content to my Tv using Apple from my Ipad3 I find the Ipad goes to sleep after 2/3 minutes and disconects, the only way I have found to stop this is to continually tap the Ipad screen but there has to be a simpler method/ any help

    Hi when I stream video content to my Tv using Apple tv from my Ipad3 I find the Ipad goes to sleep after 2/3 minutes and disconects, the only way I have found to stop this is to continually tap the Ipad screen but there has to be a simpler method/ any help would be most welcome.

    Welcome to the Apple Community.
    Contact the developer of the Air Video app.

  • After downloading Lion the noise level of the fans increased. A noise which did not exist with Snow Leopard. Any ideas how to reduce noise?

    After downloading Lion the noise level of (what I believe to be ) the fans increased. A humming noise which did not exist with Snow Leopard. Any ideas how to reduce this noise?

    I have seen this mentioned a dozen times, here, on Lion,and MacRumors.
    Nope. Usual suspects.
    And whether you tried a clean install instead (backup and erase) and then use MA to import

  • Is there a simple way to detect a textfield value has been changed on exit?

    The filler may enter the textfield then type something and revert it back,
    any command that can simply detect a field's value has been changed on it's exit event?

    Niall,
    I was thinking if there is any simple command like xfa.event.prevText in dropdown box that I can use,
    anyway, thanks for your help.
    Rgds.

  • Is there a reliable method for detecting that a query is too large?

    I am writing some code (that uses OCI) to properly detect when a query string is too long for OCI and/or the Oracle database server. I can't find any specific error code information in the docs, so I just started firing off large queries to see what would happen.
    The queries I am sending are >2MB in size, up to 16MB. If the queries are above ~10MB, I get the error "ORA-03113 'End-of-file on communications channel'" after a fairly short amount of time (i.e. not enough for a timeout to expire). If the queries are below ~10MB, but above ~2.5MB, it either just sits there and does not do anything (for more than 15 hours). So watching for ORA-03113 when executing large queries does not seem like a very reliable method for detecting the queries that are too large.
    Does anyone know of a reliable way of detecting that a query is too large for the OCI client and/or the Oracle database server?
    I am using version 10.2.0.1 for both the OCI client and the Oracle database server, but I'm getting similar errors for combinations of 10.2.0.1 and 9.2.0.7 for both the OCI client and the Oracle database server.
    These large queries need to be handled properly (i.e. distinguished from some generic failure) because the server handles requests from users, which could be programs that generate SQL queries (and have constructed huge ones in the past).
    Thanks for any information!

    The ORA-03113 means that the Oracle server process has died trying to satisfy your request. In almost all cases it is strictly correct to call that a bug, and we shouldn't easily forgive the server process when it happens. But in the case of multimegabyte statements my anger and disapointment turns to sympathy, for in my heart I can't bring myself to blame it. Can you?

  • Any simple way to do popup image view overlay in DW? Can't get pickachoose+fancybox+fluid working

    Hey all,
    Just wondering if anyone knows any simple ways to create a popup over lay window like what fancybox/lightbox/shadow box does and get it to work with a Dreamwever fluid grid site?
    I've got pikachoose+fancy box to run together perfectly in a plain html page, but when I bring that code into a Dreamweaver fluid grid site, the code doesn't work (well images don't cycle, and popover doesnt load when you click on the image link).
    I'm guessing it's a jquery conflict of some kind.
    Any help would be great, I can post the full code if someone is able to take a look. When I inspect the code in Google Chrome web inspector I get in the console:
    Uncaught TypeError: Cannot read property 'msie' of undefined jquery.fancybox-1.3.4.pack.js:18
    Uncaught TypeError: Object [object Object] has no method 'fancybox'
    Code below
    <!doctype html>
    <html class="">
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>-</title>
    <link href="boilerplate.css" rel="stylesheet" type="text/css">
    <link href="css/ce4.css" rel="stylesheet" type="text/css">
    <link rel="stylesheet" type="text/css" href="jquery.fancybox-1.3.4.css" media="screen" />
    <link type="text/css" href="styles/bottom.css" rel="stylesheet" />
    <script src="respond.min.js"></script>
    <script type="text/javascript" src=" https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.js"></script>
    <script type="text/javascript" src="lib/jquery.pikachoose.js"></script>
    <script type="text/javascript" src="jquery.fancybox-1.3.4.pack.js"></script>
    <script language="javascript">
    $(document).ready(function (){
    var a = function(self){
    self.anchor.fancybox();
    $("#pikame").PikaChoose({hoverPause:true,  showCaption:false, text: {previous: "", next: "" }, buildFinished:a});
    </script>
    </head>
    <body>
    <div class="pikachoose">
    <ul id="pikame" >
    <!-- <li><a href="1.jpg"><img src="1.jpg"></a>-->   
    <li>
    <a href="images/1large.jpg">
    <img src="images/1small.jpg"/>
    </a>
    <span></span></li>
    etc... etc...
    Any help would be great

    I don't know what a pikachoose is, but Fancybox2 works in Fluid Layouts.  Copy & paste the following code into a new, blank document.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5, with Fancybox2 Viewer</title>
    <!--LATEST JQUERY CORE LIBRARY-->
    <script src="http://code.jquery.com/jquery-latest.min.js"></script>
    <!--FANCYBOX plugins-->
    <link href="http://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.4/jquery.fancybox.css" rel="stylesheet" media="screen">
    <script src="http://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.4/jquery.fancybox.pack.js"></script>
    <style>
    /**this styles image container**/
    #thumbs p {
    float:left;
    width: 180px;
    height: 12.5em;
    margin: 10px 0 0 20px;
    padding: 10px;
    border: 1px solid silver;
    /**rounded borders**/
    -moz-border-radius: 20px;
    -webkit-border-radius:20px;
    border-radius: 20px;
    /**this styles caption text**/
    font: italic 14px/1.5 Geneva, Arial, Helvetica, sans-serif;
    color: #666;
    text-align:center;
    /**recommend using same size images**/
    #thumbs img {
    width:  160px; /**adjust width to thumbnail**/
    height: 120px; /**adjust height to thumbnail**/
    margin-bottom: 1.5em;
    opacity: 0.75;
    #thumbs img:hover {opacity: 1.0}
    /**float clearing**/
    #thumbs:after {
    content:".";
    clear:left;
    font-size:0px;
    line-height:0;
    display:block;
    visibility:hidden;
    </style>
    </head>
    <body>
    <h1><a href="http://fancyapps.com/fancybox/">Fancybox2</a> Viewer with images</h1>
    <!--insert thumbnails with links to full size images below-->
    <div id="thumbs">
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/160x120.jpg" alt="Thumbnail 1" /></a> <br />
    Caption 1
    </p>
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/160x120.jpg" alt="Thumbnail 2" /></a> <br />
    Caption 2
    </p>
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/160x120.jpg" alt="Thumbnail 3" /></a> <br />
    Caption 3
    </p>
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/160x120.jpg" alt="Thumbnail 4" /></a> <br />
    Caption 4
    </p>
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/160x120" alt="Thumbnail 5" /></a> <br />
    Caption 5
    </p>
    <!--end thumbs--></div>
    <!--FancyBox function code-->
    <script>
    $(document).ready(function() {
         $('.fancybox).fancybox();
    </script>
    </body>
    </html>
    Nancy O.

  • IS THERE ANY SIMPLE WAY TO RETURN SPEED PERFORMANCE TO FACTORY SPEED AFTER ABOUT 3 YEARS OF RELATIVELY STANDARD USE?

    Everyone is often so quick to bash all these 'cleaning' utilities but rarely give any solutions.
    There's a lot of critiques and endless lists of what NOT to do to avoid performance problems.
    My Powerbook is 3 years old. It runs like molasses... SLOW.
    I'm not a computer geek, but I'm smart and understand quite a bit more than a newbie.
    Do I need a degree in computer engineering to fix/speed up my mac?
    Yes, I know, the cleaning utilities suck. But is it really true of all of them?
    I'm not totally convinced because there seems to be such a huge market for them.
    Sure, there's a huge market for bottled water too, so maybe they are just useless/marketing crap, but I really want to return to my original speed performance quickly and can't seem to find out if it's possible with a utility.
    I'm not willing to sit down for 3 hours and study line by line b.s. about how to fix it.
    I have no problem if it's not fixable. I've always assumed operating systems outgrow their hardware's capacity to keep up, and sell my old one for a new one, no prob.
    I don't care, really, but again, I'm curious if there is any quick, easy, user-friendly utility or method that I can use to return the speed performance I had as recently as a year ago? (I'd be satisfied with that).
    Anyone willing to bite on that? Anyone willing to not critique, complain, tell me what NOT to do and actually know a solution?
    IS THERE ANY SIMPLE WAY TO RETURN SPEED PERFORMANCE BACK TO (OR CLOSE TO) ORIGINAL FACTORY SPEED AFTER ABOUT 3 YEARS OF RELATIVELY STANDARD USE?
    The only thing I may have done outside of the norm was some video editing, but very little.

    Look for solutions here:
    https://discussions.apple.com/docs/DOC-3521
    https://discussions.apple.com/docs/DOC-3353
    Ciao.

  • Why does NI-9233 with IEPE microphone report 39dBA as minimum noise level?

    Hi,
    I have been using an ACO Pacific 1/2" IEPE microphone and preamp (7052SYS) with cDAQ and a 9233 IEPE module. The ACO mic is very similar to the G.R.A.S. 46AE (50mV/Pa) but with a 20mV/Pa sensitivity. Using this set-up in a hemi-anechoic chamber, the SPL is reported as about 39dBA (using the Sound and Vibration standard  'sound meter' VI). Yet, the third party lab's signal analyzer reports the room at about 25dBA. I have partially verified the NI set-up with a 114dB 1kHz calibrator. The NI set-up indicates about 114.3dBA. So we are on the money there.
    Is there a noise floor on the 9233 that I am dealing with? Any thoughts? Recently, my company has built its own hemi-anechoic chamber and we like the NI tools. We had hoped to use the newer 9234 with a cDAQ chassis since the 51.2kS/sec is sufficient for our measurement range of 20-20kHz. We already use cDAQ extensively here. 
    Thanks,
    -JD
    Solved!
    Go to Solution.

    From the 9233 specs:
    Integrating Noise density:
    A-Weighted Power = ( A weighting power factor for bandwidth ) * (Bandwidth) * ( Noise Level )^2
    A-Weighted Power = ( 0.53 ) * ( 20000 - 20 Hz ) * ( 400 nV / sqrt(Hz) / 20 mV / Pa )^2
    A-Weighted Power = 4.26u Pa^2 rms
    Leq (A-Weighted) = 2.06m Pa rms = 40.2 dB(A) ref 20u Pa
    Calculating from Noise at full scale range:
    FS = Voltage Range / Sensitivity
    FS = ( 5 / sqrt(2) ) V rms / ( 20 mV / Pa ) = 176.8 Pa rms = 138.9 dB ref 20u Pa
    Noise = 138.9 dB ref 20u Pa - 95 dB FS - 2.73 dB(A) = 41.2 dB(A) ref 20u Pa
    So the fact that you are reading 39 dB(A) indicates that your 9233 noise is meeting specifications. There is still an issue that some effort needs to be made to better match the signal range to the input range of the 9233. You can add some external signal conditioning to apply pregain (20 dB) to the microphone output before the 9233. You also have other DSA hardware options that include input gain.
    Doug
    NI Sound and Vibration

  • How to reduce noise level on the DAQ AO?

    Hello everyone,
    I am using an analog output channel of a PCI-6014. The DAQ is sitting in a PC slot of a computer running Windows 2000. On the other side the DAQ is connected to an external (proprietary) conditioner box using the standard NI's shielded cable.
    The problem is that the noise on the AO seems to be too high (around 2 mV peak-to-peak) depending on the computer load despite what is actually sent to that output. When the computer is really busy (booting up, linking an exectable, etc.), the noise level on the AO grows dramatically, while at the time the computer is idle, the noise level seems to be inside the spec range (around 1 LSB).
    I replaced a computer power supply with a more powerful one, and moved the DAQ to the next PCI slot, but both measures gave just a minor improvement if any at all.
    What can i do? Switch to a better-shielded or just different DAQ? Use a different form factor of the computer motherboard? What else?
    I greatly appreciate your help.
    Mike Faynberg

    Mike,
    The noise could possibly be coming from the 5V supply if it is really
    noisy. Perhaps a more powerful (expensive) supply could help here?
    As a last resort, I've heard of people wrapping DAQ cards in aluminum
    foil (completely unsupported by NI). Of course, in order to prevent
    shorting, you'd want to wrap it in something insulative first, like wax
    paper. And while you are in the kitchen, could you whip me up a
    sandwich?
    Hope this helps,
    Ryan Verret
    Product Marketing Engineer
    Signal Generators
    National Instruments

  • ATI Radeon X1900 XT Noise levels

    Hi,
    I'm considering a Mac Pro + 4GB RAM + ATI X1900 XT to run Apeture, based on the experiences & recommendations in this forum.
    Can anyone comment on the noise level of the ATI X1900 XT compared with, say, the standard GeForce 7300 GT? I use my current Mac to run iTunes, as well as some other sound based apps that would suffer if the graphics card noise level was like a jumbo jet on final approach.
    Does anyone have experiences here they can share?
    I read in the forum that there is a possibility of a ATI Radeon X1950 XTX for Mac Pro that is quieter ... any truth in that?
    Much appreciated.
    Mac Mini   Mac OS X (10.4.7)   Canon DPP running on external 0.5TB Firewire drive

    Can anyone comment on the noise level of the ATI
    X1900 XT compared with, say, the standard GeForce
    7300 GT? I use my current Mac to run iTunes, as well
    as some other sound based apps that would suffer if
    the graphics card noise level was like a jumbo jet on
    final approach.
    I have a MacPro 2.66 with the X1900 which was preinstalled in the system. The card is quite noisy but it is at an acceptable level. The reason you hear it is that the MacPro itself is very silent. Two components are competing which can make more noise: the harddisk (standard model with 250 GB) and the X1900. :-))
    The sound from the X1900 is a constant fan noise which you are able to ignore while you work with this awesome machine. The performance of Aperture is simply great with this card even if I just installed 1GB of RAM!
    Let me say it this way: If you want great performance for Aperture you should arrange with the fan noise of the X1900. Im convinced that we will see much more silent cards in the future which will give us the same performance. Then the time for a nice christmas present will have come! :-))

  • S10 noise level too high when closed

    HI,
    I just unpacked a new S10 6423 47G. I was startled by the noise level from the start and now that after completion of the windows setup the noise level has not gone down(I has hoping for a fan control issue), I have stopped further installation and am wondering what to do next.
    The three fans seem ok and fairly quiet, I think the installation of the hard drive is also nicely solved.
    When the unit is open the noise level is nothing great but ok. As soon as I put the side panel on, I have an increase in noise level that brings me over the tolerance treshold. 
    I am not sure about the reason, the panel is quite loose but when I press on certain or all parts there is no change in sound. It seems there is resonance in the entire case when I install the side panel. It starts even when the panel is not completey vertfical. In addition to the general noise level there also seems to be resonance of other frequencies as from time to time there is a humming with a frequency of a few changes a minute. 
    I am really disappointed, the "quiet like whipser noise level" (or so the ad went) was the thing that made me buy this computer without thinking much either about specs or price, I just wanted a reasonably quiet computer.
    Any advice?
    ThanksM.

    Dear Brian,
    thanks a lot for your info. I am relieved to see that the noise level is acceptable with your machine. That gives me hope.
    FYI, I contacted Lenovo Germany and they were polite but not too helpful, they said that naturally this computer should be louder than a normal pc and did not want to hear much about the way the system is advertised as ultra-quiet. I do not believe in advertising promises but a moderately decent noise level i do expect.
    I will return this unit to the dealer and order a new one - hoping that this is only a singular experience.
    For me  it is not an option to be unhappy with Lenovo - I like the Think series a lot and buy their notebooks all the time for business..
    M.

  • Noise level and lost connection

    Two or three times aweek I loose connection,hub lights all indicate no problem but on checking find noise level reading on hub of several million db.Unplug hub wait a few minutes and power up again normally solves the problem level back to normal 3-4db.Last week it didn't and after an hour on the phone to BT told there was a problem on the line,got connection back next day and no problems until today when I've had same problem high noise level but has reset OK.
    Since BT "solved the connection problem" when running BT speedtest says there are additional services running on my connection.I do not have BT vision,so any ideas hat this is?Could this be causing a problem?
    Thank you
    Solved!
    Go to Solution.

    86.151.128.7
    18.02.2012 1:08 PM
    GMT
    12.17
    0.96
    45
    Manchester
    50
    86.151.128.7
    18.02.2012 1:12 PM
    GMT
    12.18
    0.91
    30
    Manchester
    50
    86.151.128.7
    19.02.2012 12:49 AM
    GMT
    12.19
    0.97
    31
    Manchester
    50
    86.177.66.234
    21.02.2012 1:47 PM
    GMT
    12.17
    0.96
    32
    Manchester
    50
    86.177.66.234
    21.02.2012 1:48 PM
    GMT
    12.2
    0.95
    33
    Manchester
    50
    86.147.31.185
    28.02.2012 2:27 PM
    GMT
    11.89
    0.95
    32
    Leeds
    0
    86.147.31.185
    28.02.2012 2:30 PM
    GMT
    11.93
    0.95
    32
    Leeds
    0
    86.147.31.185
    28.02.2012 3:31 PM
    GMT
    11.98
    0.91
    33
    Manchester
    50
    86.147.31.185
    02.03.2012 2:27 AM
    GMT
    11.99
    0.96
    31
    Manchester
    50
    86.179.140.108
    06.03.2012 8:14 PM
    GMT
    11.94
    0.92
    33
    Leeds
    0
    86.146.199.7
    08.03.2012 12:46 AM
    GMT
    11.96
    0.96
    31
    Manchester
    50
    86.179.139.21
    13.03.2012 3:48 PM
    GMT
    11.98
    0.96
    32
    Manchester
    50
    86.148.89.208
    19.03.2012 12:25 AM
    GMT
    11.91
    0.96
    33
    Manchester
    50
    86.164.95.77
    19.03.2012 12:27 PM
    GMT
    11.91
    0.94
    36
    Leeds
    0
    86.164.95.77
    19.03.2012 12:28 PM
    GMT
    11.89
    0.93
    39
    Leeds
    0
    86.147.41.120
    24.03.2012 2:19 PM
    GMT
    12.05
    0.96
    26
    Manchester
    50
    86.147.41.120
    25.03.2012 10:03 AM
    GMT
    12.05
    0.96
    26
    Manchester
    50
    109.156.149.117
    26.03.2012 7:05 PM
    GMT
    12.05
    0.95
    26
    Manchester
    50
    86.177.245.211
    27.03.2012 4:45 PM
    GMT
    13.01
    0.93
    42
    Skipton
    50
    86.177.245.211
    27.03.2012 4:46 PM
    GMT
    13.01
    0.94
    26
    Leeds
    0
    86.177.245.241
    27.03.2012 7:05 PM
    GMT
    12.66
    0.96
    26
    Manchester
    50
    86.177.245.241
    27.03.2012 7:47 PM
    GMT
    12.67
    0.96
    26
    Manchester
    50
    86.177.245.241
    28.03.2012 6:14 PM
    GMT
    12.66
    0.96
    26
    Manchester
    50
    86.145.188.233
    30.03.2012 9:04 AM
    GMT
    5.62
    0.97
    26
    Manchester
    50
    86.146.71.37
    30.03.2012 9:13 AM
    GMT
    13.26
    0.96
    26
    Manchester
    50
    86.146.71.37
    30.03.2012 5:26 PM
    GMT
    13.27
    0.97
    26
    Manchester
    50
    109.156.149.110
    30.03.2012 7:59 PM
    GMT
    12.52
    0.94
    26
    Leeds
    0
    86.177.67.164
    31.03.2012 10:48 AM
    GMT
    12.6
    0.96
    26
    Manchester
    50
    86.177.67.164
    02.04.2012 12:04 PM
    GMT
    12.6
    0.95
    26
    Manchester
    50
    86.177.67.164
    04.04.2012 12:42 PM
    GMT
    12.59
    0.96
    11
    Manchester
    50
    109.152.180.7
    04.04.2012 12:48 PM
    GMT
    13.34
    0.96
    26
    Manchester
    50
    109.152.180.7
    04.04.2012 1:42 PM
    GMT
    13.33
    0.96
    26
    Manchester
    50
    86.147.31.0
    04.04.2012 11:25 PM
    GMT
    13.33
    0.96
    26
    Manchester
    50
    86.147.31.0
    05.04.2012 12:47 PM
    GMT
    13.33
    0.96
    26
    Manchester
    50
    109.152.179.118
    07.04.2012 12:21 AM
    GMT
    13.27
    0.96
    26
    Manchester
    50
    109.152.179.118
    07.04.2012 9:14 AM
    GMT
    13.38
    0.95
    26
    Manchester
    50
    109.152.179.118
    07.04.2012 11:09 AM
    GMT
    13.27
    0.96
    26
    Manchester
    50
    109.156.149.234
    07.04.2012 2:36 PM
    GMT
    1.24
    0.98
    27
    Manchester
    50
    86.147.30.102
    07.04.2012 5:38 PM
    GMT
    8.57
    0.99
    26
    Manchester
    50
    86.130.48.71
    07.04.2012 7:20 PM
    GMT
    8.59
    0.99
    26
    Manchester
    50
    86.150.109.110
    07.04.2012 8:29 PM
    GMT
    8.6
    0.99
    26
    Manchester
    50
    86.150.84.88
    07.04.2012 11:42 PM
    GMT
    2.04
    1
    26
    Manchester
    50
    86.167.171.42
    08.04.2012 10:56 AM
    GMT
    4.18
    0.99
    27
    Skipton
    0
    86.167.171.42
    08.04.2012 11:03 AM
    GMT
    5.17
    1
    26
    Manchester
    50
    86.167.171.42
    08.04.2012 12:28 PM
    GMT
    0.9
    1
    26
    Manchester
    50
    86.167.171.42
    08.04.2012 12:55 PM
    GMT
    1.58
    1
    26
    Manchester
    50
    86.177.69.73
    08.04.2012 2:10 PM
    GMT
    0.58
    0.99
    26
    Manchester
    50
    86.150.85.236
    08.04.2012 2:13 PM
    GMT
    4.97
    0.99
    26
    Manchester
    50
    86.177.247.6
    10.04.2012 12:10 AM
    GMT
    8.42
    1
    26
    Manchester
    50
    86.164.92.205
    10.04.2012 4:43 PM
    GMT
    8.43
    0.97
    74
    Manchester
    50
    86.179.139.231
    10.04.2012 11:16 PM
    GMT
    7.09
    1
    10
    Manchester
    50
    86.180.119.95
    11.04.2012 11:38 PM
    GMT
    7.01
    0.96
    10
    Manchester
    50
    86.186.199.27
    11.04.2012 11:54 PM
    GMT
    6.23
    0.95
    10
    Manchester
    50
    86.147.41.169
    12.04.2012 5:32 PM
    GMT
    8.38
    0.95
    26
    Preston
    50
    86.177.69.193
    13.04.2012 1:00 AM
    GMT
    8.43
    0.9
    10
    Manchester
    50
    86.177.69.193
    13.04.2012 5:46 PM
    GMT
    8.49
    0.9
    10
    Manchester
    50
    86.177.69.193
    13.04.2012 10:18 PM
    GMT
    8.42
    0.9
    10
    Manchester
    50
    86.130.48.126
    14.04.2012 12:30 PM
    GMT
    8.42
    0.91
    10
    Manchester
    50
    Result from speedtest .net from 12/4 with new bt hub
    Time and date,download uploadping location server and distance to server

  • Is there any native method for converting String value to Hungarian notat..

    Hello. there.
    This might be very simple question. but I'm just curious about this.
    I am wondering if Java API offer the any native method for converting uppercased string value to lowercase which obey the Hungarian notation.
    What I'm going to do is using Reflection for excuting RFC function on SAP. I was found it is very similar to JDBC Programming.
    Please refer to blow codes.
    //mTable
    JCoTable mTable = function.getTableParameterList().getTable(rtnTblNm);
        for (int i = 0; i < mTable.getNumRows(); i++) {
         mTable.setRow(i);
         HashMap tmpData = new HashMap ();
              for (int j=0; j < mTable.getNumColumns(); j++) {
                     // I want to set key String [userNo] instead of  [USER_NO] here.
              tmpData.put(mTable.getMetaData().getName(j).toLowerCase(), mTable.getString(j));
              result.add(tmpData);
    } Basically, The idea was from ibatis framework [com.ibatis.common.beans.classInfo] dropcase();
    Any idea would be very helpful for me. Thank you.
    Edited by: hosung.seo on Aug 30, 2009 10:42 PM
    Edited by: hosung.seo on Aug 30, 2009 10:50 PM

    ejp wrote:
    Hungarian notation is a representation of logical/arithmetic expressions in postfix form. Not what you're talking about.
    So your title is very confusing to the people here who know what it means, which is probably all of them, because people read threads based on their title.From now on, I will pay more attention when I post an question.
    If the titile as " +Is there any native method for converting String value to camelcase?"+ would be easier to what i'm pointing at.
    As I mentioned in above sorce code, converting [USER_NO] to [userNo] isn't relevant Hungarian notation. yes, it was ambiguous. Agree! :)
    But some answer wasn't fit to converting case or recognizing "underscore" delimiter. I was expecting toCamelCase() such as blew. Thanks.
        public static String toCamelCase(String name) {
            String lowerName = name.toLowerCase();
            String[] pieces = lowerName.split("_");
            if (pieces.length == 1) {
                return lowerName;
            StringBuffer result = new StringBuffer(pieces[0]);
            for (int i = 1; i < pieces.length; i++) {
                result.append(Character.toUpperCase(pieces.charAt(0)));
    result.append(pieces[i].substring(1));
    return result.toString();

  • Fan noise levels

    Our MacBooks fan seems somewhat noisy, especially when working hard. We're looking to get a second desktop machine for a gameloader and Linux box, and the Mac Mini is one of our options. However, I understand that it uses the same hardware as the MacBooks. Unfortunately, the tech specs for the MacBook do not give any indication of the actual dB levels at idle or at full CPU usage, and neither do the specs for the 'Mini. Are these specs available somewhere? I've failed to find any thirdparty tests with them either, though I have't looked at all test sites out there yet... Also, the lack of dB info means we can't tell if the level of noise we're getting indicates something wrong with the machine or is just as expected.
    Thanks in advance,
    -Lars

    Have had the same problem! I did a new OS instalation because of a remote control/front row issue. I did the upgrading of the system first and then installing the security update (3) and all the software updates. After this the problem was gone. Maybe you could run the 10.4.6 Combo updater again. I read on [email protected] this solution:
    FIRST AID
    - restart
    - check/fix the filesystem.
    - make sure you're not running out of free space on the boot volume.
    - repair permissions.
    - create a new user account, and see if the problem persists there.
    - disable Application Enhancer, if you're running it.
    - clear system & user caches.
    - unplug all USB, Firewire devices except Apple mouse.
    - startup in SafeBoot mode, and see if the problem persists there.
    - zap PRAM.
    MORE SERIOUS TROUBLESHOOTING
    - unplug 3rd Party PCI cards.
    - reinstall the latest combo updater.
    - check the hard drive for bad blocks.
    - take out 3rd party RAM.
    - run the Apple hardware diagnostic CD.
    But what do you mean with this one:
    Secondly, the fan cycles on and off. It's very quiet, but still noticeable in a silent room
    Does it mean somthing like this?
    <i.e. in sleep mode or completely powered off - there is a very high pitched noise (I would guess around 15kHz) from the back of the iMac.
    From: <a class="jive-link-external-small" href="http://">http://discussions.apple.com/thread.jspa?threadID=448896&tstart= 0

  • SRW2008MP noise level

    Is it really dangerous to disconnect the internal fan ?
    The noise level is very too high for a personnal home use.

    Yes!  Disconnecting the fan would not only cause the unit to overheat and fail but would also void any warranty you have the product.  There is a Cisco Small Business Managed Switch that is fanless and thus makes no noise, but it's only an 8-port switch.  Is a 24-port switch a requirement for your home use?  If not, take a look at the SFE1000P.

Maybe you are looking for

  • IPhoto is very slow in loading pictures

    We have a brand new 13" macbook air which if fully optioned out.  We use a 1TB external drive for the iphoto library.  There is about 400 GB of data on it, including photos and videos.  My wife is saying it takes an hour to download 45 pictures from

  • I had my personal information given to the public thanks to a verizon employee

    I went to the verizon store in Arcade, NY on Tuesday August 27 to get a used cell phone. An employee by the name of >>removed<< assisted me. They had a used I phone that I had agreed to get. He transferred all of my contacts and pictures, etc. into t

  • How do  I get an iPhoto slide show onto the web?

    Aloha: I made a slide show in iPhoto 8.0 with 31 pictures and background music. It works great in iPhoto and I can export it to Quicktime 7.3 and it also works great there. The file size is about 119 megs, so I would like to get it on the web for dis

  • WRT54GC download help please

    Hi, I´m heaving some problems with my internet for a while, so I hope that I´ll find some answers here. I have cable internet service and I think that my router is configured corectly. I can access internet on my laptop  and on my desktop computer. I

  • Sdo_geometry bind variables in trace file

    If I run trace on oracle spatial queries, how can I get the detailed information of the sdo_geometry objects (the content of the sdo_geometry objects, e.g. coordinates... ) in the queries? Thanks!