How can i flip a certain bit in a bit stream?

i have made a hamming encoder and decoder and i want to evaluate the whole performance of the system so i want to to flip a certain bit (representing the effect of noise ) so the the decoder detecte this error and correct it , i tried to use a subarray to select one bit then compare it to zero (which i couldnt do mismatch data type)  , how can i fix this problem?

You may use the Not Exclusive Or function. If I want to flip bit 1 in the U8=0xb10101010, I use the Not Exclusive Or function with 0xb111111101, and 0xb10101010 as input values. The result will be 0xb10101000. Set the bit you want to flip equal to 0
Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
(Sorry no Labview "brag list" so far)

Similar Messages

  • How can I detect a certain text within a field within CASE using IF

    Dear all,
    for a transformation / generation of values receiving from R/3 into BW I try to
    manupulate three fields. I have a problem detecting a string in a field.
    I am using a CASE with several WHEN clauses on one field. Depending on the
    value, an IF is integrated. There I look into another field evaluating, if it contains
    a certain string. E.g. IF STRING CP 'xyz' OR 'abc'.
    System gives error for the locigal expression. I also tried CS, but same error.
    How can I detect a certain text within a field and which is the right logical
    expression.
    Many thanks in advance!!!
    Claudia

    Hi,
    Folow the blow example...
    May be it helps....
    DATA: hex1 TYPE string,
          hex2 TYPE string.
    hex1 = 'FFFF'.
    hex2 = '123FF'.
    IF hex1 CP hex2.
    ENDIF.
    Cheers,
    SImha.

  • I have a 64 bit version of Lightroom. Where or how can I obtain a 32 bit verson for my 32 bit laptop

    I have a 64 bit version of Lightroom. Where or how can I obtain a 32 bit verson for my 32 bit laptop?

    The download contains both versions and the same registration key will activate both of them.

  • How can I flip many slides in Photoshop Elements 12 ?

    How can I flip a large number of slides that have been scanned the wrong way up ?
    I can do them one at a time, but this gets tedious.  I have over 1,000 !

    You can have options of creating greeting cards, photobook, photo collage rather than having an option of mural. You can use different templates layouts of the application to create a mural like creation.
    Thanks.

  • How can I flip/mirror and image horizontally/vertically in the same programme? Is there a keyboard s

    How can I flip/mirror and image horizontally/vertically in the same programme? Is there a keyboard shortcut? Mac, latest version.
    Thanks in advance..

    Rola.AlGhalib wrote:
    …but figured how can an editing software not have the simplest things…? …
    Bridge is categorically NOT "editing software".  It's just a file browser, no more and no less.  Period.
    Bridge does not "edit" anything.  Bridge doesn't even open anything.  It just hands files to the appropriate application, whether this be Adobe Camera Raw, Photoshop, Illustrator, Acrobat, InDesign, or even Microsoft Word.
    No, there will most likely never be "an update" for this. 

  • I'm wanting to migrate certain applications from my MacBook Pro over to my newer Mini, but Migration Assistant doesn't allow doing this by choosing which applications to migrate-how can I pick only certain ones?

    I'm wanting to migrate certain applications from my MacBook Pro over to my newer Mini, but Migration Assistant doesn't allow doing this by choosing which applications to migrate-how can I pick only certain ones?

    You only bought it four months ago, so it's still under warrantly.
    Call Applecare or call your nearest Applestore to make an appointment. Tell them your mac has serious technical issues, describe them shortly.

  • How can i safely segregate certain cookies (such as my bank's) so that i can use the delete all cookies feature but preserve those cookies?

    how can i safely segregate certain cookies (such as my bank's) so that i can use the delete all cookies feature but preserve those cookies? windows xp, firefox 13.0.1

    You can't delete all cookies if you want to preserve some of them.
    You will have to let all cookies expire when you close Firefox and create an allow exception for cookies that you want to keep and only clear cookies manually and not via Clear Recent History.
    *Tools > Options > Privacy : History: [X] Clear history when Firefox closes > Settings
    *https://support.mozilla.org/kb/Clear+Recent+History
    You can also consider to access website in Private Browsing mode if you do not want to store data to disk form those websites.
    *https://support.mozilla.org/kb/Private+Browsing

  • How can I determine the cipher bit strength used by MY os X?

    How can I determine the cipher bit strength used by MY OS X?  Using Lion now?

    CT:
    Not Filvault, but the regular cryptographic use as built into OS X.  For example 1Password uses the algorithm in the OS X's Linux.  How many bits (i.e. 50, 128, 256...) does it use and what algorithm (DES, AES...)
    Linc
    As per reply to CT?
    Like so:
    http://osxdaily.com/2012/01/30/encrypt-and-decrypt-files-with-openssl/
    What is the strength used?

  • How can I view and upload videos to shared photos streams on mac

    I use shared photo streams alot how can I view videos uploaded to a shared photo stream on my mac

    You can not at this time - tha tis only an IOS 7 and PC feature today - mayber with future software releases
    http://support.apple.com/kb/TS4379?viewlocale=en_US&locale=en_US
    What software versions do I need to be able view and share videos, and contribute to other people's shared streams?
    iPhone, iPad, or iPod touch with iOS 7.0 or later
    PC with Windows 7 or later and the iCloud Control Panel 3.0 or later
    AppleTV (second generation) with Apple TV Software Update 6.0 or later
    If the owner of the shared stream has turned on the Public Website option and shares the link with you, you will be able to view videos and see photos and video added by all contributors from any up-to-date browser.
    LN

  • When used as an Activex control in windows How can I prevent the "Q" logo from appearing between streaming videos?

    When used as an Activex control in windows How can I prevent the "Q" logo from appearing between streaming videos?

    Hello Cgifford,
    Welcome to National Instruments Forums.
    To output your signal to the PFI lines,
    you can use external connectios between OUT0 and PFI lines. You can also use
    the backplane to do so by routing into the same RTSI line.
    1)
    On the SCOPE and FGEN, the name of the
    terminals are actually “PXI Trigger Line x/RTSIx” but on the 6602 you might
    need to route the signal using the property:
    You can also use the DAQmx route signal which perform the same opperation.
    2)
    This will depend on the frequency of
    your pulse train. If this is lower than about 10 ms, then you can probably
    place this on a loop and start and stop the acquisition every time. If the
    frequency is higher than this, you will have to use:
    -       Scripting on the FGEN side (read more)
    -       MultiRecord Fetch (more information in the scope help file
    section “Acquisition Functions Reading versus Fetching”).
    3)
    The short answer is yes. The longer one
    might depend on how tight you need the synchronization to be (us, ns, ps). For
    very tight synchronization, you should look into here.
    Message Edited by Yardov on 06-18-2007 03:14 PM
    Gerardo O.
    RF Systems Engineering
    National Instruments
    Attachments:
    property.JPG ‏7 KB

  • HT5295 How can I stop the auto play feature automatically playing/streaming the next podcast?

    How can I stop the auto play feature automatically playing/streaming the next podcast?

    Hi there.
    I listened to podcast there were two things I found that helped me out. Both we're in the podcast app itself.
    Firstly change the default sorting order. When looking at the list off episodes a available on your ios device tap on the description part at the top, this will bring up the settings for that podcast (subscribe mark as played etc) scroll to the Bottom and select oldest first. This will mean that if you are listening to the latest download it will stop at the end as there will be no more to play.
    Secondly, and useful if listening to older podcasts in the list, you can use the timer to stop once the current episode has ended. To do this when you are in the podcast playback screen slide the "album artwork" up, revealing the playback options and nifty tape playing animation this is where you adjust playback speed and set a timer. The timer has a number of options to set playback to stop after set amount of time. However one of these options is to stop once the current episode you are listening to ends. This can also be current chapter if the podcast you are listening to supports chapters.
    Hope this helps, if not clear let me know

  • How can I install the 32-bit version of Lightroom 4.4 on my 64-bit Windows 7 system?

    I need to install the 32-bit version of LR 4.4 on my 64-bit Windows 7 system because, for some reason, LR 64-bit is not compatible with something in my computer system.
    How can I make this happen?
    Thanks,
    Mary

    The first stage of the installation process for a download is to extract all the installation files into an "Adobe" folder. Go find that folder and look inside, and down at the bottom level of the folder hierarchy are two files: Setup32.exe and Setup64.exe. So uninstall the 64bit version and double-click on "Setup32.exe" to install the 32 bit version.
    BTW, what problems are you having with the 64 bit version?

  • How can i get out the bits of paper left inside my hp laserjet p1606dn printer from a serious jam?

    This printer got a jam last spring, and ever since it continues to get jammed.  There is quite a bit of paper that I could not get out using the instructions in the manual.  How can I get to it?

    I understand you are getting a repeated paper jam message.  This document may help you in regards to cleaning the paper from your printer.

  • How can I jump to certain region on the same page?

    Hi,
    I want to jump to certain region on the same page.
    1) Let say I have 5 regions on page 15 and I have to able to redirect from region 1 to region 5 with out scrolling.
    2) I have to able to branch from page 2 to page 15 ==> region 4.
    How can I do it?
    I thank you for any help in advance.

    I can get this to work but the page is submitted, either when I use a button with URL link or from a link on a display only text field.
    Is this how it is supposed to work? I thought it was supposed to work just on the browser so it is fast.
    IGNORE THIS!
    =============================
    I resolved it easily by modifying the URL from f?p=blah blah to #LINK_NAME
    Message was edited by:
    user530800

  • How can I save the 12-bits gray scale image ?

    Software & Hardware
    NI-IMAQ Vision 6.0
    NI-IMAQ for 1394 2.0.0
    Hamamatsu C4742-95
    I acqured the 12-bits gray scale image (Format7 , 640X512 size , 12bits) successfully.
    And CWIMAQViewer display the correct image of which the range is from 0(black) to 4096(white).
    But, I don't find the way to save this image with 12-bits format T.T
    Always, CWIMAQVision object save this image to 8-bit format.
    I tested all formats - tiff, bmp, aip, png.
    I think there are two possible problems.
    1. I dont't know the way to save the 12bits gray scale image. :{
    2. I dont't know the way to read the 12bits gray scale image that saved correctly.
    How can I save and load the 12-bits gray scale image ?
    What is the solution for this problem T.T ?

    Hello,
    I would recommend taking a look at the "ReadImage" Visual Basic project for more information on setting the image type and saving the image to file.  When you run the program, make sure you select 16 bit for your image.  You can also add another button to this example for saving the image.  Within the click subroutine for the button, you can add the line:
    CWIMAQVision1.WritePNGFile CWIMAQViewer1.Image, "C://image.png"
    This method will save the image in the viewer as a png file.  As long as it was loaded as a 16 bit image, it should save all of the 12 bit information into the file.  You could then test the new image by loading it using the example (you can see the pixel values by right-clicking on the viewer and selecting Settings>>Show Image Info.  The pixel value displayed in the info bar corresponds to the mouse position.
    Best Regards,
    Jesse D.
    Applications Engineering
    National Instruments

Maybe you are looking for

  • Buring DVD-R after creating Video_TS file

    I built a DVD in DVD Studio Pro and the log did not report any errors. I then tried to burn a 4.7 GB DVD-R with the VIDEO_TS file but soon into the burning process I keep gettig the same error code "result code=18771" and the message reads "Could not

  • Left touchpad is broken

    my left touchpad button is shaking and i need to press it hard.i think the springs inside are shaken.i bought this laptop 2 months ago and it has started creating problems for me.i bought this from India but right now i am in Uk for a year.where do i

  • How to downsample a grayscale pdf to a monochrome?

    Hello! How to downsample all pages in a pdf file (which are grayscale bitmaps) to monochrome? Best regards, Dmitry

  • My LaCie can't show up anymore

    I have a LaCie 2TB HDD and using eSATA connection. and I would like to copy 400GB files to my WD passport HDD. but the LaCie HDD does not copy around 300GB. and I eject it but nth happen. so I have to force shutdown. after I reboot the system, the La

  • Learn to use XCode.

    I want to lean to use Xcode so that I can begin to code my own iphone apps. Does anyone know of some class I can take to do this? Also, what are my alternatives if I choose not to take a class? I already bought "iPhone Application Development for Dum