addMixer
Add an additional mixer/RF specification
Description
Examples
Add Two Mixers to System
Set up the object
h = OpenIF('IFLocation','MixerOutput');
Add two mixers to the system
IMT1 = [99 0 21 17 26; 11 0 29 29 63; ... 60 48 70 65 41; 90 89 74 68 87; 99 99 95 99 99]; addMixer(h,IMT1,2400e6,100e6,'low',50e6) IMT2 = [99 0 9 12 15; 20 0 26 31 48; ... 55 70 51 70 53; 85 90 60 70 94; 96 95 94 93 92]; addMixer(h,IMT2,3700e6,150e6,'high',50e6)
Input Arguments
hif
— OpenIF object
object handle
OpenIF object, specified as an object handle,
newimt
— Intermodulation table
matrix
Intermodulation table, specified as a matrix of size
2
-by-2
or greater with each
element unit in dB. Values in the matrix are intermodulation levels.
Positive values represent greater attenuation.
Columns of the matrix represent integer multiples of the local oscillator
(LO) of the mixer, where column one is 0*LO
, column 2 is
1*LO
, etc. Rows of the matrix represent multipliers
for the input frequency to the mixer.
Example: [99 0 21 17 26; 11 0 29 29 63; ... 60 48 70 65 41; 90 89
74 68 87; 99 99 95 99 99];
Data Types: double
newrfcf
— RF center frequency
scalar
RF center frequency, specified as a scalar in Hz.
Example: 2400e6
Data Types: double
newrfbw
— RF bandwidth
scalar
RF bandwidth, specified as a scalar in Hz.
Example: 100e6
Data Types: double
newifbw
— IF bandwidth
scalar
IF bandwidth, specified as a scalar in Hz.
Example: 50e6
Data Types: double
newmixtype
— Mixer type
'sum'
| 'diff'
| 'low'
| 'high'
Mixer type, specified as 'sum'
,
'diff'
, 'low'
,
'high'
. If the IFLocation
property
in OpenIF
object is set to
'MixerInput'
, then the mixer type is
'sum'
or 'diff'
. If the
IFLocation
property in OpenIF
object is set to 'MixerOutput'
, then the mixer type is
'low'
or 'high'
Example: 'high'
Data Types: char
Version History
Introduced in R2011b
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
Asia Pacific
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)