Mixer Level/Reference Level

I feel like I'm starting to become a regular here on the RF discussion board.  I'm not sure if that's a good thing or not...   
I'm making some measurements using the 5660...and the results seem unnecessarily noisy.  I'm concerned that perhaps I'm not setting the "Reference Level" correctly.  Could somebody clear up the definition of the mixer/reference levels?  In "traditional" mixer notation, there's the RF (input) port, the LO (reference) port, and the IF (output) port.  How do the 566x's define this in relation to the mixer/reference level?  All of the help documents just list how the attenuation is set based on the relative levels...but it's still a bit confusing as to what I'm setting when I input a level for the "Reference Level" field, and furthermore, what the optimum level should be based on a particular application.
Brandon

Hi Brandon,
Is always good to fully understand what is going on in this field of RF (and yet it is hard to tell sometimes).
The objective is this. Whatever your signal amplitude or power level is, it better be satisfying the needs of the mixer. That is where, the mixer level comes into picture. Our goal is to bring our signal level up or down so that it meets the effective signal level.
Look at the following drawing and I hope your questions are cleared with this.
Hope this helps,
Message Edited by Yardov on 05-16-2007 12:29 AM
Gerardo O.
RF Systems Engineering
National Instruments
Attachments:
attenuation level.JPG ‏33 KB

Similar Messages

  • How to reference LEVEL in a TREE's SQL code

    Is it possible to somehow reference LEVEL in a tree's sql code so that you can use a decode statement to selectively create links on specific levels only i.e. NOT on the root level?
    e.g.
    select "CHILD_ID" id,
    "PARENT_ID" pid,
    "NAME" name,
    decode( LEVEL, 1, null,'f?p=' || :APP_ID || ':43:' || :APP_SESSION || '::::P43_CHILD_ID:' || CHILD_ID) link,
    null a1,
    null a2
    from TREETABLE
    order by name
    one solution I've implemented is to create a DB function e.g.
    create or replace function get_tree_level(v_child_id number) return number
    is
    v_level number(2);
    begin
    select level
    into v_level
    from TREETABLE
    where child_id=v_child_id
    start with child_id=1
    connect by prior child_id= parent_id;
    return v_level;
    end;
    and then use
    decode( get_tree_level(child_id) 1, null,'f?p=' || :APP_ID || ':43:' || :APP_SESSION || '::::P43_CHILD_ID:' || CHILD_ID) link,
    but this is too slow as I have quite a few records in the tree and takes too long to render
    regards
    Paul P

    OK I found a workaround after reading
    How to add URL to tree
    The view my tree is build on is constructed out of 3 unions and 4 "selects" ( the first select creates the ROOT NODE where "1" is also used as a hard coded foreign key (Parent_id), in the company table.)
    I just added a new column called tree_level to the query which is hard coded wrt its level on the hierarchy.
    e.g.
    CREATE OR REPLACE FORCE VIEW COMCONSTUTREE ("CHILD_ID", "PARENT_ID", "NAME","TREE_LEVEL") AS
    select 1 as child_id,to_number(null) as parent_id ,'Company' as name,*1 as tree_level* from dual
    UNION
    select COM_ID, 1, COM_NAME,2
    from company
    UNION
    select CON_ID,CON_COMPANY_ID, substr(con_name,instr(con_name,' ')+1) ||', '||substr(con_name,1,instr(con_name,' ')-1),3
    from contact
    UNION
    select STU_ID,STU_CONTACT_ID, STU_LAST_NAME||', '||STU_FIRST_NAME ,4
    from student;
    the tree code now becomes
    select "CHILD_ID" id,
    "PARENT_ID" pid,
    "NAME" name,
    decode( tree_level,1, null,'f?p=' || :APP_ID || ':43:' || :APP_SESSION || ':TREE:::P43_CHILD_ID:' ||CHILD_ID) link,
    null a1,
    null a2
    from COMCONSTUTREE"
    order by name

  • Reporting Against Level Reference Build Method

    All,
    I created a hierarchy in Essbase using the Level Reference build method since the data is in a bottom-up. The data is laid out like so:
    Statement
    --Assets
    ----Calc 1
    ------Calc 2
    --------Major Category 1
    --------Major Category 2
    --------Major Category 3
    ------Major Category 4
    ----Major Category 5
    --Liabilities
    ----Major Category 6
    Originally I had this in a generation reference, but that didn't work since we don't have a consistent number of layers for each item. Next I was thinking a parent-child relationship, but this doesnt work because major categories fall at different levels. Finally, I'm thinking level reference is the way to go since we can have different layers of parents for each lowest level member and the data can be laid out the way we need. (Let me know if you disagree with this approach).
    This works fine in the cube...however, when I import this into the BI Administration tool it only sees generations, not levels. How can I get it to pull in the levels so that I can add individual levels to a report?
    I'm planning on following this method to create the report: http://oraclebizint.wordpress.com/2008/01/10/oracle-bi-ee-101332-achieving-financial-template-layouts-using-pivot-tables/. However, when I do that with generations it has blanks because not all of the major categories are at the same generation. I'm hoping levels will clear this up, but if anyone has a suggestion of a different way to achieve this layout let me know.
    Thanks!

    Hi Corel,
    I am stucking on how and where to call the recursive function for performing Tree-level hierarchy for my above code.!
    in my hierarchy level, one parent has multiple children which in turn so many children and so on... if i am in the least level node , then i need to get the details of its related nodes which has been linked by that node.
    For ex: i have the structure somthing like below:
    Parent
    / | \
    child1 child2 child3
    |
    c5
    |
    c6
    In the above structure, Parent and its children sharing the same address id(56122). Suppose, If i am in c6, then i could get the references for C6->C5->child2->Parent as the hierarchy from ResultSet. child1 and child3 has been ignored ,since there is no implementation for saving their references.
    I am stucking here that i dont know how to save these ref. and get them too in the company hierarchy structure. Remember , i need to refer only the company which is sharing the same address id. there could be other address id assosiated with other children (not included here)
    any suggestion how to save the references by implementing recursive procedure from the resultset.
    thanks in advance

  • Audio reference levels across applications

    Hi, After many mysterious problems using Final Cut Studio with my m-audio 1010 digital audio card I am completely confussed as to why audio levels are so inconsistent across say, Final Cut, DVD Studio, Soundtrack pro and even iTunes. An edit in Final Cut Pro imported into DVD Studio Pro will be much louder than the same edit played in FCP with all the same settings. So the following test was done without the m-audio card just using built in audio via headphones.
    If you play a -12DB tone from Final Cut Pro and then export it as an aif. bring it into Soundtrack Pro then the level sounds completely different.
    If I import the same into DVD studio then it is much louder.
    If I import it into iTunes it is much quieter.
    Is there a way of lining up the output of these applications to get a consistent reference level across all applications.
    Any ideas gratefully received.
    G5, dual   Mac OS X (10.4.3)  
    G5   Mac OS X (10.4.3)  
    G5   Mac OS X (10.4.3)  
    G5   Mac OS X (10.4.3)  
    G5   Mac OS X (10.4.3)  

    As X noted the requirements of your final distribution point is essential.
    As a guide though you will generally find FCP set up to use 16 bit audio and most broadcasters will use 24bit audio
    16 bit audio uses -12db as the reference point for 0 in analogue audio
    24 bit audio uses -20db as the reference point for 0 in analogue audio

  • EBRS on Reference level Clearing

    Dear Expert,
    I configured Electronic Bank Reconciliation and it's clearing on amount level. The problem is that if there are more than one entry of same amount is there system doesn't clear any amount and we have to go t.code FEBAN and there select lien item and do clearing. Our client wants that this clearing should be on "Reference Level". How can we do that and how the refernace text in Bank Statement and in SAP will be same ?
    Please suggest...

    Sure,
    catch the exception in the model layer (or backing bean) and preform the rollback from there.
    Inside the model layer you get the transaction via appmodule.getTransaction().rollback();Is you do it from a backing bean , get the application module and use the code above.
    Timo

  • Setting reference levels for scalar measurement of waveform

    Dear all,
    it would be great if somebodey could give me some help with the following:
    1. I am doing a "VOLTAGE AVERAGE" scalar measurement of a waveform. Is it correct, that I do not need to set the reference levels via the property node for this kind of measurement?
    2. If I am doing the "VOLTAGE AVERAGE" scalar measurement for e.g. 100 subsequent waveforms (multiple records) using a for-loop structure to fetch each waveform one-by-one, should I use the "ni Scope Clear Waveform Measurement Stat.vi" after each scalar measurement (after each iteration of the for-loop)?
    It would be very nice if somebody could give me some comments.
    Kind regards,
    beam

    1) The reference levels do not apply to the Voltage Average scalar measurement, so you don't need to set these. (They apply to rise time, fall time, width negative, width positive, duty cycle positive, and duty cycle negative measurements.)
    2) Clearing the waveform measurement statistics will not affect the Voltage Average measurement itself. The driver can give you back not only the scalar measurements, but also statistics about those scalar measurements. When you call niScope Clear Waveform Measurement Stats.vi, it will reset the statistics, but will not affect the actual measurement that you are making. For example, say you fetched the Voltage Average scalar measurement four times, without clearing the statistics...
    Voltage Average Mean (a statistic of the measurements)
    +1 +1
    -1 0
    +1 .33333
    -1 0
    If you cleared the statistics after each measurement fetch, you would see this...
    Voltage Average Mean (a statistic of the measurements)
    +1 +1
    -1 -1
    +1 +1
    -1 -1
    since the statistics get reset every time.
    To make a long story short, if you are only interested in the scalar measurement itself (Voltage Average, in this case), you don't need to call niScope Clear Waveform Measurement Stats.vi after each measurement.

  • Panel References - second (and more) Level References

    Does anybody have some knowledge about achiving control ref's of
    frontpanel controls which are located on register elements, in
    clusters etc.
    I like to know more about this because I wish to automate the
    generation of references to my Frontpanel CTRLs instead of creating
    them manually.
    On the route of the vi/panel reference I only achieve the first level
    references, so I can't go that way.
    Thanks for help.

    Hello,
    I have find this Website.
    http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RNAME=ViewQuestion&HOID=506500000008000000D63E0000&ECategory=LabVIEW.LabVIEW+General
    Hope this helps,
    best regards.
    Sebatian N.
    NI Germany

  • Reference level and scope vertical range

    what is the relation between reference level & scope vertical range?
    Solved!
    Go to Solution.

    Hello Alann,
    The NI High-Speed Digitizers help is very useful in defining these types of terms.
    From the help "Reference levels are high, low, and mid range values that you set to take rise time, fall time, width negative, width positive, duty cycle positive, and duty cycle negative measurements. Reference levels are generally configured in terms of the percentage of the waveform you acquire. By default, the low value is 10% of the waveform, the mid level is 50%, and the high value is 90%."
    Also from the NI High-Speed Digitizers help "Vertical range is the peak-to-peak voltage span that a digitizer can measure at the input connector. Most digitizers have several choices for vertical range."
    The only relation between these two concepts is in the fact that the vertical range defines the maximum peak values of your input signal, which also restricts your high and low reference levels.
    If you haven't installed the NI-Scope driver, but would still want to reference the help file it is available for download here.
    Regards,
    Dan King

  • Just I want to know  What is 1st level & 2nd level support

    At client place on shore in production support project in as What is 1st level & 2nd level support?
    and  Nature of work
    Thanks in advance
    Edited by: Arun Varadarajan on Feb 5, 2009 2:34 PM
    Edited by: Arun Varadarajan on Feb 5, 2009 2:37 PM

    I would still defend myself saying that this has already been answered...
    I just did a search on SDN and found a post that would answer your question....
    Re: Help desk& rollup
    you are looking at L1 and L2 support....
    The thread was locked because the question is already answered ( or discussed about  ) in another post and you can get your answers faster by just searching....
    Also if you do find the answers fetched as not being correct or accurate enough - you would need to mention that you did search the forums before posting. This way questions which have already been answered are not brought up again and it ends up with others doing the searching for you which paints a wrong picture...
    Also in some cases L1 teams are merged with the company's existing L1 support desk to avoid confusion but follow similar rules as mentioned in the link and simlarly L2 - when you have multiple systems being supported by a central support team you get such scenarios where L1 and L2 are on-shore.
    My 0.02
    Arun Varadarajan
    P.S I am removing the reference to my name in the title... and BTW the search took me less than 2 minutes ... which is why we want people to use the search functionality more than raising duplicate posts....
    Edited by: Arun Varadarajan on Feb 5, 2009 2:35 PM
    Edited by: Arun Varadarajan on Feb 5, 2009 2:36 PM

  • Supply Area-BOM Level by Level

    Hi Folks,
    I am having a problem in fetching the Supply area when a Component is having many sub-assemblies.
    To be in detail,
    I am fetching the  DISTINCT Production Order(AUFNR) from MSEG w.r.t to MBLNR and MJAHR.
    Then w.r.t to this AUFNR I am fetching the BOM category(STLTY) and BOM (STLNR).
    Then w.r.to this STLTY and STLNR I am fetching the Supply area(PRVBE).
    If the supply area is maintained at this level,then fine.If this BOM is having many sub-Assemblies and the supply area is maintained at a different level then we need to explode that BOM step by step and fetch the Supply Area.
    To be precise CS11 gives the Supply Area according to the BOM Level by Level.I just wanna fetch the Supply Area as per that.Do anyone here has an idea about how this functionality can be achieved.
    I am trying to find by debugging CS11,any valuable inputs from experts here will be helpful.
    Thanks,
    K.Kiran.

    Prabhu,
    CALL FUNCTION 'CS_BOM_EXPL_MAT_V2'
              EXPORTING
                    CAPID                        = 'PI01'
                    DATUV                       =  v_aufld
                    MKTLS                       = 'X'
                    MEHRS                      = 'X'
                    MTNRV                      = wa_afko-plnbez
                    STLAL                       = wa_afko-stlal
                    STLAN                       = wa_afko-stlan
                    STPST                       =  0
                    SVWVO                     = 'X'
                    WERKS                     = wa_afko-werks
                    VRSVO                      = 'X'
                TABLES
                      stb                           = bom_exp
                EXCEPTIONS
                       ALT_NOT_FOUND               = 1
                       CALL_INVALID                    = 2
                       MATERIAL_NOT_FOUND     = 3
                       MISSING_AUTHORIZATION  = 4
                       NO_BOM_FOUND                = 5
                       NO_PLANT_DATA                = 6
                       NO_SUITABLE_BOM_FOUND      = 7
                       CONVERSION_ERROR               = 8
                       OTHERS                                     = 9.
    Got it.We missed out DATUV,MEHRS fields while executing.
    Thanks,
    K.Kiran.

  • Is it Possible to define Levels within Levels in a Dimension

    Hi is it possible to define Levels within Levels in Dimension??

    Hi is it possible to define Levels within Levels in Dimension??

  • Binary Tree    (insert level by level)

    Hello,
    I'm trying to program a binary tree. It's totally clear for me to insert new (Integer) Values in an ordinary binary tree.
    I simply have to check if the root is equal (--> ready) smaller or larger than the value. I repeat this until I reached a leaf and then I insert a new node.
    BUT:
    My teacher gave me following problem: Inserting values level by level. The first element is the root, the leftson of the root is nuber2 the rightson of the root is number3
    The leftson of root's leftson is number4, the rightson of root's leftson is number 5, the leftson of root's rightson is number 6 and so on.
    I have NO idea how to program that.
    For example: the 23rd element is in the tree: left, right, right, right, whilst the 24th element is right, left, left, left.
    I cannot find a recursive structure, that solves the problem.
    Perhaps YOU can save me from gettin' mad ;o)
    I really hope so.

    It's not quite clear what you mean by level-by-level (at least not to me). The structure of a binary tree depends in the insert order. If you insert 1,5,2,8 the tree will look different to when you insert 1,2,3,4. In the last case the tree actually has degenerated to a linked list (there are only rightsons).
    Now, to minimize the number of levels (if that's what this is about) there's a technique called balancing. In a perfectly balanced binary tree each level is filled before a new level is started. This is quite complicated. Search the net or look in some data structures textbook for balanced binary trees.

  • Basic Information about Organizational Level & Org. level value.

    Hello Experts,
      I am new to the field of SAP and security. I have the following questions:
    1. What is an organizational level & org. level value? What do they represent? How do they matter in PFCG?
    2. What is a derived role and what is its usage?
    I appreciate your help regarding this. If you could point me to some documentation regarding this that will be very helpful.
    Regards, Ben

    Ben,
    I am new to the field of SAP and security. I have the following questions:
    1. What is an organizational level & org. level value? What do they represent? How do they matter in PFCG?
    if you want to restrict on region vice (best use org level & values (plant,company code, sales org)
    In role u will notice them in red color
    2. What is a derived role and what is its usage?
    Derived role inherits menu struture and the function from the parent role. Derived role do not differ in their functionalities(identical menu & trans) but have different characterticts with regard to Org levels.
    Eg1; Master role
    PFCG -> role name -> create->menu->enter tcodes-.Auth tab->export mode->read old status and merge with new data->Pop for org levels (give a full access)->see to that everything is green->generate it.
    http://e-mory.blogspot.com/2007/12/sap-pfcg-create-role.html
    Eg2: Derived role
    pfcg->role name->create->in describtion  tab towards right  enter the master role name->Auth tab->export mode->read old status and merge with new data->you will get a pop for org levels (here you can restrict on plant lvel,purchasing group,company code....)
    ->let say for plant : 1000 ->generated / user comparssion
    Once the role is added to the user. User will be albe to see only those plant related details (1000) (i.e he will have access to only plant 1000)
    suppose if the user enters 2000,he will get a error message saying no access to 2000
    NOTE: Any changes to the role should be done in master role (like adding tcodes)
    .http://www.rssfeeddirectory.org/directory/items/346239.aspx
    https://cw.sdn.sap.com/cw/docs/DOC-12021
    http://help.sap.com/saphelp_wp/helpdata/en/1c/c38028816c11d396bc0000e82de14a/content.htm
    Re: Authorization error after transport
    Thanks,
    Sri

  • How dynamically get an agent f a level-by-level workflow after PO changed

    Hi  all:
         I'm trying to create a level-by-level workflow after PO  changed, but how dynamically get an agent and how assign it to
    task dynamically?
        Thank you very much!!!

    Hi Sony,
    There are diffrent ways to get agent level by level....it depends from where you are getting the agents.
    1>Suppose you have 2 level PO worklfow and my agents are stored in some custom table:-
        level1 -- agent1
        level2 --agent2
    2> You can create two attributes in your BO i;e zgent1& zagent2.
    3> Inside the attributes zagent1 u will get the actual agents from custom table by putting code
       i.e select agent1 into zagent1 from zcus_tab where level = 1.
    4> Inside the attributes zagent1 u will get the actual agents from custom table by putting code
       i.e select agent1 into zagent1 from zcus_tab where level = 2.        
    5> Now generate the BO...and test it ..u will se the user id of agents in the attributes populated.
    6> Now bind these both attributes to workflow container.
    7> Use attribute ZAGENT1 for level 1 approval task in worlfow.
    8> Use attribute ZAGENT2 for level 2 approval task in worlfow.        
    The values will comes dynamically from custom table...which u will maintain.

  • Credit management at order level ,delivery level and PGI Level.

    Hi All,
    I have a scnario where in at the order level i want to give a wariniog message ,at the delivery level again a warning message and at the pgi level the system should stop me form doing PGI!kindly specify the settings.
    Second Scenario:Error at order level ,delivery level.
    Regards
    RKM

    HI,
    First u assign credit group as 03 at pgi level in that particular sales order type in VOV8 document functionaliyt..
    If you are using simple credit check then Put error message there in credit check field of VOV8..
    In case of automatic credit check then please go to OVA8 t.code there u put reaction as warning message and then status as blocked...
    Regards
    sankar

Maybe you are looking for

  • Doubt in loop at screen

    i am using two dates in the selection screen one is ERDAT and another is BNDDT. these two fileds are obligatory. i am using radiobutton to enable these field. look at my coding   IF p0 = 'X'.     LOOP AT SCREEN.       IF screen-name = 'S_BNDAT-LOW' O

  • MS Access and BODS

    Dear All, For one of my object, I need to read data from MS Access tables using SAP BODS tool. At a particular location, I have MS Access tables stored and I need to go to that path and extract the data present in these tables and load them to target

  • Unable to Manage Add-ons to My Account over the In...

    On 27th Oct I signed up for a telephone and broadband service in a shopping arcade. On 29th, I got a letter from BT detailing the order. The add-ons I expected were missing. I was particularly worried that I was Ex Directory and I did not want to los

  • Were I can get the table of PIKMG

    Dear Guru, I want to no from which table I can get the data of Pick Qty. When I go to VL02N Pick Qty, their I can find Structure : -  LIPSD Feild : -  PIKMG. But when I am searching in PIKGM I am not getting any data. So, will u help me to get the ta

  • Mouse movment while clicking not detected

    I have a Java Swing program that was built using the Netbeans IDE. I notice that the bottons all work is I hold the mouse still while I click but if the mouse is moving while the click happens my software never sees the click event. User complain tha