Vi for GMSK gaussian filter simulation of input digital wave.

I need to drive an rf generator with a gaussian filter GMSK data stream (FM) from an ARB. I need to assemble a digital data packet (30 bytes), filter it via a gaussian filter.vi in labview, assemble the packet and program an ARB then send it to an rf generator (external modulation input port). Need help creating a gaussian filter.vi for the GMSK packet. Any help will be much appreciated.

I've never actually built a Gaussian filter before. If there's a particular part about one of the filter VIs, I may be able to help you with that. However, from the info you have given, I'm not very clear on exactly what you are wanting to do. If you add some information on the data which you are wanting to filter (array of doubles, etc) maybe we can help you out with it.
J.R. Allen

Similar Messages

  • Whats a good mac to use for a home flight simulator with flight controls and foot pedals?

    whats a good mac to use for a home flight simulator with flight controls and foot pedals?
    My old 6100 AV worked great on A10 ATTACK, back in 1993.
    whats a good set up now a days?
    I havent seen any MAC set ups as a lot of the after market accessories are on  Windows platform.
    Is there a way or should I get a dedicated simulator on PC?

    The fact that USB flight input devices appear to Windows only is not a limitation; for Mac most are programmed through the sim itself. I know X-Plane does that.
    I've simmed a lot and know that good sims need a lot of processor and video hardware horsepower, and you'll also need a lot of RAM. They also run up the internal temps. A Mac Pro has better cooling than an iMac. You can get a program like SMCFanControl to manually set up the fans speeds before starting the sim.
    I know of no sims today that will still run on a PowerPC Mac (2005 and earlier) so you need to look to an Intel Mac with top specs. If looking at iMacs, start by looking for the quad-core i7 processor. Those models usually came with an up-rated video card. Thing 12 to 16GB RAM.
    My 2010 iMac has the 2.93gHz i7 processor, video hardware (ATI 5750) with 1TB VRAM, and 12 GB of RAM. It runs the x-Plane 10 demo fine but I've not bought the full version because v10 seems to make foot pedals darned near mandatory, and I don't want $100 worth of pedals under my regular work desk at the moment.

  • Gaussian filter in Premiere pro

    I want to know the level of gaussian filter in Premiere pro. Normally, when I apply gaussian filter, I set 20, 50...and so on, but I would like to know the exact blur level used in vision research. For example, +1.00 D, +2.00 D or 6/5.3, 6/6. What the 20 means in Premiere? Is there anyone the exact value means?

    Try dropping a Ramp effect on your clip, followed immediately by a Calculations effect. Swivel down Second Source in Calculations, and set Second Layer to Video 1 (or whatever layer your clip is on), bring the Second Layer Opacity up to 100%, and then play with the blending modes in the Calculations effect to achieve a look you like: I found Darken, Multiply and Hard Light to be most effective. You can adjust the Ramp effect's color and start/end points--the default black-to-white gradient is going to be most like an ND grad, but you can change the black color to something else in order to get a colored grad (ie. tobacco). When you tweak it to a look you like, select both effects and save as a preset to easily reapply the look.

  • Filter using 2 input images (Flash). How to implement?

    Hi. I know how to implement filters that process single image as it was described in Pixel Benders Developer's Guide, but how can I apply filter using 2 input images one of which is computed? I wrote a filter that coppies alpha channel of one picture and applies it to another, but flash implementation is quite a puzzle for me... Any help appreciated

    In our tutorial from last year's MAX, I showed how to use a two-input pixel bender kernel as a blend filter for two images on the stage. that is posted here:http://blogs.adobe.com/kevin.goldsmith/2008/12/materials_from_1.html
    In one of my recent blog postings, I showed how to use a ShaderJob with multiple inputs. I was doing it for audio processing, but it works almost identically for images: http://blogs.adobe.com/kevin.goldsmith/2009/08/pixel_bender_au.html
    Hopefully one of these should help, but if you have specific questions, don't hesitate to ask...

  • Display Report Level Filter value and Input Controls Value

    Hi,
    Please let me know how to display Report Level Filter value and Input COntrol values in the report.
    I have 2 tabs in the WebI Report. The first tab has the summary details about the other tabs like reprot desc, prompt values, reprot filter values,etc.
    In the 2nd tab I have the actual report which has input controls defined, prompt values and global level report filters.
    Can anyone please tell me how to display the Report level filter values and the Input Control values in the first tab report.
    For ex: Tab 2 has a Report level filter: Region = NA
    I need to display in Tab 1 in as Region: NA
    I used the function ReportFilterSummary but that is giving me other details, I want only the object name and the value.
    Also how to dispaly the Input Control values in the tab 1.
    Please let me know if you have any suggestions for this issue.
    Thanks

    did you try
    =ReportFilter([Year])
    if you are making report filter over the year, it will return the value of the filter
    by the way, the filter should be applied over all the report not to a specific block to be able to get the correct value
    the Input control also considered as report filter, only if you're applying them on the level of the report, if you applying an input contron over a specific block or chart, you will not get the values for ReportFilter
    good luck

  • I need to install windows on my new Macbook pro for running my flight simulator software

    Hi!
    I'm new to the Mac world and I need to install windows on my new Macbook pro for running my flight simulator software which only runs on windows. I would like to purchase and download the windows 8.1 rather than buying the CD.
    When i go to the microsoft store and click windows 8.1 it says it is only for who has windows xp or vista...
    can you tell me where and how can i purchase the full installation 8.1 for download?
    i will keep the ISO file on my flash drive.
    Thanks!
    <Re-Titled By Host>

    it's likely an upgrade you are looking for and not a full install of windows
    http://www.techrepublic.com/blog/windows-and-office/get-the-iso-you-need-to-crea te-your-own-windows-81-dvd/
    if you get it as an iso file then you need to burn the iso file to a optical disc to install it

  • FM FOR CREATING NEW CONDITION RECORDS FROM INPUT FILE

    Hello vikas,
    I need to develop a interface program FOR CREATING NEW CONDITION RECORDS FROM INPUT FILE.
    Is there ay function module to update or create the condtion records,
    if u have any example interface program to update conditions records please send me.
    regards
    ram.

    This must be your compiler output.
    Basically, it is telling you two things that are wrong - in syntax.
    1. On line number 11 of the file RationalCollection1.java, the compiler expects a type identifier - that would be the object or return type such as int, String, boolean, etc.
    The reason it is doing this is probably due to your not ending a previous statement - like the "expected ';'" error statement. Check your code, make sure that methods (brackets) are closed correctly and there are no open statements (i.e. missing the semi-colen at the end).
    2. On line number 33 of the file RationalCollection1.java, the compiler expected the closing bracket. Thus, you didn't put the bracket where the compiler wants it.
    It appears that you have skipped some lines of code. Those lines are the problem, post them - post lines 30-36 and 9-15 so we can see what is happening around those error lines.

  • Accelerator available for the Apply Filter button

    Is there a shortcut (accelerator) available for the apply filter button in the connections tab. We have lots of tables, stored procedures etc and I am always using the filter to limit the entries shown. Would be great if there was a function key to do this.
    AD.

    I think its the expcted behaviour since its not been handled by the ADF framework.
    See this link on how to achieve this -
    Re: Filtering af:table Without Using ADF Model

  • The default value as "None" for the report filter which is Value List type?

    Hello,
    I want to know is it possible to make the default value as "None" for the report filter which is Value List data type?
    For example:The Project Classification Value List value type which have many value like "Supplier Rationalization" "Category Sourcing" "Contract Regegotiation" etc, and the value "Supplier Rationalization" is in the frist positon in the value list. When i use "Project Classification " as a report filter, the value "Supplier Rationalization" displayed as default value. And in the value list box in report filter of Project Classification , there is a value "None" which should be added automatically by system. So i manually filled the default value with "None" in Filter Prompt screen, but it does not work. After i display the report ,the Project Classification filter still use the ""Supplier Rationalization" as the default value.
    My current ESO version is 5.1. I tried other ESO version like 5.15, if i manaully give a default value "None" in Filter Prompt screen for filter Project Classification, then the default value is "None". It works well.
    Does anybody know if it's possible to do the same thing in ESO 5.1?
    Thanks & Regards,
    David
    Edited by: David Gao on Aug 11, 2010 4:06 AM

    Hi David -
    This is possible, but the technique is not too obvious...
    To make "None" be the default choice for a query definition filter parameter of type value list type, you need to set the default value of the filter parameter to the following:
    <internal id of value list type>:616:NULL
    For example, I believe you will see that the internal id of the Project Classification value list type is 51, so the default value of the filter parameter would be:
    51:616:NULL
    I hope this helps.
    Regards,
    Rob

  • Wish: A color picker for the grad filter

    When I use color for the grad filter, I often wish I could pick the color from my image. It is "fiddly stuff" to get the color right with the color panel as it is now.
    It would be great to have a color picker that takes the color from a chosen spot in the image.
    WW

    Oh I see, sneaky little devil!
    Thanks for the tip, Lee Jay.
    Correct answer.
    WW

  • Since 3.6.8 update erratic tab behaviour & arbitrary imposition of LH bookmark pane. Flashing from tab to tab and randomly showing uncalled for LH pane. Impossible to input to particular pane.

    Since 3.6.8 update erratic tab behaviour & arbitrary imposition of LH bookmark pane.
    Flashing from tab to tab and randomly showing uncalled for LH pane.
    Impossible to input to particular pane.
    == 3.6.8 update

    (My suspicion is that the tiny antenna inside the
    Mini is not as robust in dealing with marginal signal
    conditions as the larger antennas in all the other
    Mac products
    There is, in fact, a reasonable consistency of reports indicating exactly that with the Mac mini. The supposition has commonly been that the nature of the mini's casing has an impact on signal, which seems reasonably possible and would account for lowered sensitivity, less reliable operation in marginal signal conditions, and higher susceptibility to interference.
    Though it has to be said that Becca's situation should not, either by range or apparent signal strength, be marginal - particularly not when previous tests have been conducted with the mini in close proximity to the base station.
    -- although I'm still open to the
    possibility that current airport software in Macs is
    less tolerant of some non-Apple routers.
    The minis (and other wireless devices) I have in service in the network are variously connected via an Airport Extreme base station, an Airport Express and Belkin and Lexmark WAPs. Range varies between 15 and 55 feet and I've moved various wireless devices around to experiment. In the course of doing this I've noted marginally better signal stability at the 55 foot range between a mini and the Airport Extreme base station, but no real difference in signal quality between any of them.

  • Iphone 5- Won't show up in itunes. Error message " Device drivr software was not successfully installed. Please consult with your device manufacturer for assistance getting this device installed. Digital Still Camera- Failed" HELP!

    Error message  " Device driver software was not successfully installed. Please consult with your device manufacturer for assistance getting this device installed. Digital Still Camera- Failed" HELP!

    Hi, I was able to reformat my iPod and that worked. I read it on one of the threads and I am copy pasting the method below:
    I opened the "My Computer" window and right-clicked on my ipod, and then selected "Format". I select "Yes" to format since I don't have anything on the nano to delete anymore.
    I then Eject my nano from the computer and did a restart while the nano is disconnected from the computer.
    Once Windows finish loading I reconnect the USB to the nano(back of computer) which automatically pulls up iTune. It asked me to name the new ipod detected and created a playlist for that specific ipod name.
    Pasted from <http://discussions.apple.com/thread.jspa?threadID=1050784&tstart=15>
    Thanks!

  • Why did myEE ask for my sort number and last 4 digits of my debit card

    When trying to set up myEE I was asked for my sort number and last four digits of my debit card, I got the myEE app from the App Store for my ipad

    It asks you for this information if you say you are the bill payer when setting up your account. This information is used to check and match the details with EE's payment systems so you can then access your bills/payments online.

  • Need Help with Simultaion for a Solar cell simulation

    hello, I want to simulate a Solar Cell in Multisim and i already entered the cirquit for a solar cell. However i have a problem with the simulation.
    i want to vary the load and the input power to see how the output voltage varys, as a function of input voltage. The purpose for this is to simulate later
    a shunt resistor which regulates the cell voltage to a constant value?
    has anyone a suggestion how to do this?
    kind reguards, martin.

    Hi Martin,
    Can you please post your schematic or the part of your schematic that is giving you simulation problems?
    Thanks.
    Yi
    Software Developer
    National Instruments - Electronics Workbench Group

  • Tried the solutions posted for this "SubVI filter not executable​. Undefined error" but not solving the problem

    Hello,
    I am trying to use a lowpass filter for my application but getting the error "SubVI filter not executable. Undefined error".I tried working with the solutions at this post 
    http://forums.ni.com/t5/LabVIEW/SubVI-filter-not-e​xecutable-Undefined-error/m-p/1996701#M657751 and results with
    1. Create a blank vi, put a VI filter in the block diagram (this should not be functional as it is not wired), copy it and paste it in my other project. I believe if the filter is the first vi of a blank project, it is funcitonal and then you may copy it wherever you need to.
    Result:
    2.Tried to open the filter panel of the Filter but showing the same error as shown inthe below image
    Don't why the solutions worked for others are not working.Can someone suggest a solution for this.
    thanks in advance.

    Hi PatanGova,
    Very strange error. Actually, there are no required inputs on this express VI, so it should be able to run even without wires. It is not correct as you said: "this should not be functional as it is not wired". Nothing will happen, true, but the run arrow should not be broken.
    For some reason, the VI with the Filter express VI fails to compile. I tried it on my computer (LV 2013) and get no error when I add it to a new VI. As was suggested in the linked forum thread, you need to open the front panel of the Filter VI and run it to see the explicit error.
    If you do, do you also get the error:
    "This VI claims to be part of a library that does not include the VI. The VI might have been deleted from the library. Add the VI to the library again or select File - Disconnect from the library."?
    If you do, it seems that you may have a project library somewhere that has taken ownership of the express VI. The ownership prevents you from running or editing the express VI. To free the VI, you need to do one of two things. Either, you need to load the library into memory, or you need to disconnect the VI from the library. Either way, you need to find the project library that has taken the ownership of the VI. As soon as it is released, it should run for you. You release it by selecting File»Disconnect from Library on the VI.
    The workaround described in your link (and also here: http://forums.ni.com/t5/LabVIEW/compatibility-prob​lem-labview-2009-2010-2011-quot-This-VI-claims/td-​... tells that you can make a copy of the VI and thereby create another instance that is free. This solution may work for you as well, but if not, you may not have created the copy properly. Maybe your copy of the VI also became part of some project library that took ownership. In either way, you should rather find the project library to release the VI before trying the workaround to copy it.
    If project library ownership is not the problem, maybe the problem is connected to LV 2011, as most forum posters report that it only happens here.

Maybe you are looking for

  • Mac OS X 10.5.8- trying to download Ffox 6.spins-says it is done-no icon to move to application folder. What's my problem?

    I click on the spot to download. It then says it has so much time to finish downloading the file. Then I get a blank download screen and FFox is still 3.6.2. Can't find the 6. anywhere on my hard drive under applications.

  • Wire Payment Posting

    Sap Gurus Help, When i post a foreign currency vendor invoice, then generate a wire payment through the payment program and the conversion table calculates the gain/loss on foreign currency. Then the bank gets the file and sends the foreign currency

  • N85 & Parrot bluetooth oddities

    Hi everyone, I've recently tried using my N85 with my Parrot 3200LS car kit and found a few issues that I'm wondering if there's a fix for. In short, the Parrot is not A2DP compatible....it's for calls only, but the phone tries piping everything thro

  • Custom sensor configuration for sensor mapping

    Hi all, I'm developing an application that performs sensor mapping of a STL model. I analyzed Sensor Mapping Express VI, it is very useful for development of my application. But, my application requires to change sensore position or model or other se

  • Office for Windows files won't open on mac

    Why won't Word documents and Excel files created on a Windows machine open on my new MacBook Air?  I never had this problem on my old MacBook Air.  I'm running Mavericks and all software up to date.