50 Hz interferen​ce with DSP

I have a very sophisticated DSP package developed in LV that analyzes biomedical signals at 256 sps. In the US the code works perfectly but in Europe, with some laptops, the code does not function correctly and 50 Hz "noise" is present. There are a few interesting wrinkles. On some machines 50 Hz "static line" is punctuated by rhythmic bursts up and down the entire spectrum every 4 seconds. On other systems this bursting occurs every 10 seconds. It requires approx 20-40 seconds of recording to begin to see the bursting. On my laptop I cannot capture this phenomenon. I'm wondering if the issue might not be a disk-write problem, rather than a more pure DSP issue. The other idea is that there is a capacatance discharge occuring due to so
mething hardware related. Any further ideas would be helpful.
The DSP includes real-time JTFA with 128 bins and multiple arrays of time-based filters, generally high order Parks-McClellan FIRs.

I should have been a little more explicit. There are no notch filters being used -- either for the US or Europe -- as the 3rd party hardware has a hard rolloff for anti-aliasing at 60 Hz. Now under other proprietary software (read I can't see directly what they're doing) the same hardware does not show the 50 Hz activity in Europe. Also mine doesn't show the activity on my laptop, but does when running on other laptops, and the 50 Hz shows up with bursts that "flood" the spectral analysis. What is especially interesting is that the time-period of these "spectral floods" is unique to each laptop. On one laptop the "flooding" happens every 4 seconds, on another every 10 seconds. But, in both cases it takes time for the flooding to occur (generally 20 or mo
re seconds of data recording).
So it's a very interesting situation which I think may be related to the timing cycles of the deployed laptops but I can't figure out why.

Similar Messages

  • Speedy-33 Echo Example with DSP Module's Variable Delay Block

    Hi,
    I was trying to implement the echo effect using the DSP Module's Variable Delay Block, it works fine and I could hear the echo nicely, however, it was restrictred to the maximum delay of 4095 (for frame size of 1, and 4094 for FZ of 2, etc....). This means that the maximum delay I could get is 0.5 second with 8k sampling. May I know what is the reason behind? is it due to the HW buffer or what? and how to workaroud this?
    Thanks
    CL

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • Problem with DSP

    il havez a cisco as5300 i use it for voip after 5 or 6 hours i must reboot cisco because i observe a large difference between DSP and DS0
    ALG01#show call resource voice stats
    Resource Monitor - Dial-up Resource Statistics Information:
    DSP Statistics:
    Utilization: 36 percent
    Total channels: 90
    Inuse channels: 63
    Disabled channels: 0
    Pending channels: 0
    Free channels: 27
    DS0 Statistics:
    Utilization: 35 percent
    Total channels: 124
    Addressable channels: 60
    Inuse channels: 21
    Disabled channels: 0
    Free channels: 39
    can any one explaine me the cause of this problem?
    think you

    Hi!
    I have the same problem with one of my 5300 boxes. I think this is IOS related issue, because all other 5300 boxes don't have this problem. This one has c5300-jk8s-mz.122-5.bin
    IOS upgrade would probably help...
    If you find out something more, I'll be glad to know!
    Regards,
    Nikola

  • Email interferen​ce with Outlook calendar

    Having just replaced my Treo with a Blackberry Tour, I'm new to both the Blackberry and this forum.  If I'm posting to the wrong forum, or if my question has been answered before, please point me in the right direction.
    One of the first things I did was to get my Treo calendar into Outlook, then get the BB to sync to Outlook.  Everything was working fine.
    Then I added an email account @vzw.blackberry.net.  A few days later when I tried to sync to Outlook, a whole bunch of my calendar appointments get deleted from Outlook.  Even when I set up syncing to replace all data in Outlook, I ended up with appointments in my BB that weren't in Outlook.  When I looked at the appointment details, the top line had a "Synchronize to" entry.  The appointments that got backed up specified Synchronize to Default, the ones that didn't get backed up said Synchronize to vzw.blackberry.net.  If there was a way to change the "Synchronize to" target, I didn't find it.
    So I deleted the email account from my BB.  I synchronized again, and everything worked fine.  The appointment details no longer displayed a "Synchronize to" entry.
    Can someone explain what's going on?

    I re-posted this question on the Desktop forum, and received an answer here.

  • Problem with dsp:setvalue bean="FH.method" value="Submit"/ !

    Hi ATG'ers,
    instead of this (which WORKS):
    <dsp:setvalue bean="ShoppingCartModifier.moveToConfirmationSuccessURL" value="../checkout/checkoutReviewPlaceOrder.jsp"/>
    <dsp:setvalue bean="ShoppingCartModifier.moveToConfirmationErrorURL" value="../checkout/checkoutPayment.jsp"/>
    <dsp:form name="moveToConfirmationForm" action="testWebPaymentConfirmation_EUR.jsp" method="post">
         <dsp:input bean="ShoppingCartModifier.moveToConfirmationSuccessURL" type="hidden"/>                          
         <dsp:input bean="ShoppingCartModifier.moveToConfirmationErrorURL" type="hidden"/>
         <dsp:input bean="ShoppingCartModifier.moveToConfirmation" priority="-100" value="Submit" type="hidden"/>
    </dsp:form>
    <script type="text/javascript">
         document.moveToConfirmationForm.submit();                                   
    </script>
    I want to use this (because I've been told I can't use javascript to submit this form) :
    <dsp:setvalue bean="ShoppingCartModifier.moveToConfirmationSuccessURL" value="../checkout/checkoutReviewPlaceOrder.jsp"/>
    <dsp:setvalue bean="ShoppingCartModifier.moveToConfirmationErrorURL" value="../checkout/checkoutPayment.jsp"/>
    <dsp:setvalue bean="ShoppingCartModifier.moveToConfirmation" value="Submit"/>
    But when I do it, it goes into the handle (pre and post) as expected but it DOES NOT redirect to "../checkout/checkoutReviewPlaceOrder.jsp", the moveToConfirmationSuccessURL.
    It just seems to hang and not redirect there.
    Can someone tell me why or if this is even actually possible?
    Regards,
    Dan
    PS please note there will be other values too but i didn't include these just to make it simple to read but I hope you get the idea :)
    Edited by: 881389 on 24-Aug-2011 11:35

    <dsp:form name="moveToConfirmationForm" action="testWebPaymentConfirmation_EUR.jsp" method="post">
    <dsp:input bean="ShoppingCartModifier.moveToConfirmationSuccessURL" value="../checkout/checkoutReviewPlaceOrder.jsp" type="hidden"/>
    <dsp:input bean="ShoppingCartModifier.moveToConfirmationErrorURL" value="../checkout/checkoutPayment.jsp" type="hidden"/>
    <dsp:input bean="ShoppingCartModifier.moveToConfirmation" value="" type="hidden"/>
    a href="#" class="button" onclick="javascript:moveToConfirmation();">
    Move to Confirmation
    </a
    </dsp:form>
    <script type="text/javascript">
    function moveToConfirmation() {
    window.document.addToCartForm["/atg/commerce/order/purchase/ShoppingCartModifier.moveToConfirmation"].value="submit";
    document.moveToConfirmationForm.submit();
    </script>
    Can you try this, use your movetoconfirmation button instead of anchor tag.
    Thanks,
    Suresh
    Edited by: Suresh Repalle on Aug 25, 2011 12:09 PM
    Edited by: Suresh Repalle on Aug 25, 2011 12:12 PM
    Edited by: Suresh Repalle on Aug 25, 2011 12:15 PM

  • Help with DSP settings in TDM

    Can anyone help me figure out the different settings?
    In ProTools everything is clear but in Logic I don't understand which setting that correspond to which sample rate etc
    ... And yes.... I've read the manuals....
    16 Tracks (1 DSP)
    32 Tracks (1 DSP)
    48 Tracks (1 DSP)
    32 Tracks (2 DSP's)
    64 Tracks (2 DSP's)
    96 Tracks (2 DSP's)
    48 Tracks (3 DSP's)
    96 Tracks (3 DSP's)
    128 Tracks (3 DSP's)
    64 Tracks (4 DSP's)
    128 Tracks (4 DSP's)
    128 Tracks (4 DSP's)
    80 Tracks (5 DSP's)
    120 Tracks (5 DSP's)
    160 Tracks (5 DSP's)
    96 Tracks (6 DSP's)
    144 Tracks (6 DSP's)
    192 Tracks (6 DSP's)

    Your HD cards contain a bunch of DSP chips on them. This page allows you to select how to allocate DSP resources (number of chips) to audio track playback. The more chips you assign to the number of tracks you need, the less you're pushing your HD cards. But you'll lose DSP for effects, dynamics, etc.
    If you're running 96 or 192k, you'll obviously want to run more DSPs per track count.
    Mine is normally set up as "48 tracks (3 DSPs)" just to be safe. If I need more tracks, I'll switch to "64 (4 DSPs)" or "96 (3 DSPs)". If I run out of DSP horsepower (which NEVER happens), I'll switch to "48 tracks (1 DSP)", considering 90% of my projects are at 44.1k.

  • Export AVI video trunked and "incompatible format" comes back with DSP

    Hi all,
    I'm trying to export a my digital video created with iMovie in AVI format, but the final video is trunked after 7 min. At the same time I tried to generate the .mov file and import it into DVD Studio Pro 4, but an "Incompatible format" comes me back. Help me!
    Thanx a lot.

    One thing to try is deleting preferences.
    Home-library-preferences-imovie preferences
    also, sometimes people start running out of hard drive space...is there enough room left?
    Hugh

  • Have you successfully burned DVD+R/DL disks with DSP 4?

    I'd like to hear from anyone who has successfully burned a dual-layer project to a DVD+R/DL burner using DVD Studio Pro Version 4 and a THIRD PARTY burner (NOT a Apple SuperDrive that came with the G5).
    What drive are you using?
    Is it external or did you upgrade the internal drive?
    What media are you using?
    Are there any notable problems have you encoutered along the way? Any words of wisdom to share regarding dual-layer DVD projects?
    I think an answer to these questions would help lots of readers, thanks in advance for taking the time to respond.
    Cheers!
    David
    617.216.1096

    I have burned successfully direct from DVDSP and Toast
    Toast worked for me, but DVD Studio Pro did not.
    LaCie had no interest in helping resolve the
    problems with DVD Studio Pro. They only wanted
    to talk about Toast. I don't use Toast, I use
    DVD Studio Pro, so after wasting days back and
    forth with LaCie support, I decided, better to
    purchase the Plextor PX-750UF that I know and
    verified works with DVD Studio Pro. I wish, I
    wish, LaCie would have helped me with using it
    with DVD Studio Pro, but they said, they do not
    provide technical support for third party products.

  • Haveing trouble with dsp block for smar LD302 Display shows configuration error

    Trying configure a LD302 display block and the only display that is shown on the LCD is config error

    Are you using NI-FBUS Configurator software? Please check whether you have imported proper DD files for your LD302 device. Tell us more about your configuration for this display block.

  • Dsp module with sound and vibration

    Is possible to be employed with Sound and Vibration at the DSP module??
    Thank you

    Sorry,
    it's not possible to use Sound and Vibration functions with DSP. But here you can find a list of all the function you can use in DSP enviroment:
    http://www.ni.com/pdf/products/us/2005_5416_821_101_D.pdf
    Clara
    AE Manager
    NI Italy

  • Integrating a DSP and BlackFin Modules with LV 8.5

    Hi all,
    I am just posting my last trouble when I was using Labview software for an academic work.
    So I'll try to summarize the topic.
    So, the point was to integrate LB with DSP board specifically model BF537 from BlackFin.
    The problem is: Not all version of Labview can support DSP Module (this is an extension that you should install to do the integration possible) and BlackFin Embedded application for BF537 as well.
    Just to clarify: you should have the correct version of LV because after that, you should install DSP Module and then, BlackFin Embedded.
    The LV 8.6 supports BlackFin Embedded but doesn't supports DSP Module. The LV 2009 and LV 2011 we have the same issue. You can read the respective guide of these versions just to check it out.
    The only version of LV that can support DSP Module and Embedded Module for Blackfin Processors is version 8.5.
    The problem would be solved if both Modules(DSP and BlackFin) would are easily available on NI site or other website.
    I spent many hours searching with no success. For LV 8.5 the correct DSP Module is 2.5 and I could not find this specific Module on any ws. Regarding Module for Blackfin Processors I have no problem to download it.
    I tried to contact NI local support of my country but they have slow answers and any engineer can help me although all have been very attentive by phone.
    My solutions was contact USA engineer. The local team is very efficient and some minutes later the DSP Module 2.5 was available to download in this link:
    ftp://ftp.ni.com/outgoing
    (mario_2.5.zip)
    If anyone has problem to download the file, please let me know. I will be so glad to help.

    Hello.
    Could you send us your VI (v8.5) please? Thanks.
    Regards.
    Romain D.
    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;}
    NIDays 2010 : Conférence mondiale de l'instrumentation virtuelle
    >>Détails et Inscription<<

  • Keynote and DSP

    Ok, just got Keynote 3 and i love it.
    I love the feature export to iDVD, but can i use this with DSP and still have it work.
    When i export from Keynote via iDVD it took my presentation and man, it made every slide it's own chapter in the chapter menu, nice.
    I love that but i'd love it more if i could have this in DSP.
    I was making a scrapbook of Christmas in Keynote and looks good but now i was gonna take it into DSP and add some more elements like all my Christmas footage and i have a trivia game going as well as i'd like the keynote movie in DSP so i could add subtitles on and off function.
    i had export my keynote as a QT movie to see if that would work but it gave me black on the right and left when i changed the aspect ratio to 720X480.
    Thanks Charles

    So far there's no way to open iDVD 6 files in DVDSP. What you're NOT seeing inside iDVD that actually there are chapter stops at EVERY build. The chapters menu doesn't show this, it only shows each slide. I'd personally love to be able to open one of these projects in DVDSP and redo it a bit, so I'd get interactivity, or a soundtrack, etc.
    Let's hope DVDSP 5 will have this function...of course, if the new policy for DVDSP stays in place, you'll have to buy the entire Final Cut Pro Studio to get it. Check this out:
    http://www.apple.com/finalcutstudio/topquestions.html

  • How do I create Blu Ray Disc with DVD Studio Pro ?

    Folks, I think that I'm in trouble... I created 3 HD projects with DSP (i do not have the tapes and fcp project anymore, neither the HDV 1080i mov file) and I need to be burned it with a Blu-Ray Media, and play it with a BR Player... So far I made the following steps:
    1-) In FCP, I exported some Quicktime Movies with HDV 1080i60 codec (movie with chapters, menu bg movie, extras).
    2-) In Compressor, I used the preset HD MPEG-2 19,0 MBPS for videos, and Dolby digital professional 2.0 for audios.
    3-) In DSP I created a HD DVD Project (DISC window, GENERAL tab, DVD STANDARD = HD DVD; DISC WINDOW, DISC/VOLUME tab, DISC MEDIA = BLUE LASER, LAYER OPTION = OTP) with movies, extras, menus...
    4-) In ADVANCE BURN (under FILE MENU) I chose BUILD.
    5-) Now I got a HVDVD_TS folder, with my movie compilation...
    NOW, my doubt is... The folder HVDVD_TS can be burned on a BR Media and be played on a BR Player ?
    If not, what can I do with my HVDVD_TS folders to be compatible with Blu Ray ?
    thanks a lot for any help.
    Best Regards
    Marcelo

    That can't be done. Get the tapes back and start over. Get the new Toast in the tutorial I posted to make a Blu ray disc.
    You could try this tool to demux the streams, transcode to QT then re-encode for Blu Ray but I wouldn't go that direction unless you know what your doing. You would also be encoding twice which is not good.
    Get the original source back and go the toast route from the start.
    Message was edited by: Eric Pautsch1

  • Making a DVD that works with surroung Sound

    I am trying to make a DVD that works on surround a sound system (DTS system) There are 2 front speakers, 2 rear, and a sub woofer. I imported several film clips into iMovie (I believe what I did is called "down mixing") then created a Quicktime file that I imported into DVD Studio Pro. I created the disc, but the audio did not sound good. So I have been fooling around with Compressor to try to turn the audio into the correct format, and I still have not found the right combination to get the audio to sound correct. What can I do to get the disc sounding clear when I play it on the DTS system. I am assuming that there are certain steps I must make in both Compressor AND DVD Studio Pro (version 3) - I would be very appreciatvie to the person who can give me the magic formula to get everything sounding right. Thanks!

    The answers posted don't fully address your question, since they are talking about AC-3, not DTS which is what you indicate you want.
    First, you can use iMovie to edit the visuals, but you won't be able to use it (easily) to create the 5+1 tracks you'll need for surround encoding.
    This is more a job for an actual multi-channel mixer, like BIAS Deck....
    http://bias-inc.com/products/deck/
    Basically, once you have each of your audio channels edited and mixed, you export each channel as an individual mono track. These are then imported into the audio encoder and assigned to the appropriate channels.
    Apple does not provide a DTS encoder, so you'll need a third party encoder.
    DTS sells their own...
    http://tinyurl.com/6xvlb
    And Surcode has one as well...
    http://www.surcode.com/
    DTS has a good document re: authoring surround discs...
    http://tinyurl.com/kzsbx
    If you can live with Dolby Digital, then you can use A.pack which is included with DSP.
    -David

  • In the DSP, get/set the data of SCXI1162 through Multifunction E series board

    I am integrating DSP board(cPCI) with your scxi1162, pxi-1052, pxi-6040e.
    For the configuration of scxi-1162, the sbc will do that and DSP read the data
    through pxi-6040e. Can I do this ?
    Because you made the driver for pxi-6040e with scxi-1162 and I can not see the source code,
    It is difficult to make my own code for reading data of scxi-1162. Even though I made
    and test the code according to the manual of scxi-1162, I can not success.
    If you give one or two source code(just using the port) in all of the libraries,
    I can make my own code on the DSP board easily.
    Best Regards
    Dongkue Ho

    Hello Dongkue Ho,
    Unfortunately, National Instruments does not provide any source code for its drivers.
    For informtation concerning Register Level Programming with DSP, please see the NI Measurement Hardware Driver Development Kit (DDK) at http://sine.ni.com/nips/cds/view/p/lang/en/nid/11737 . This is the only support offered for RLP programming.
    Regards,
    Sean C.

Maybe you are looking for