Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

1.

Peer networks provide ____ spectrum.(a) temporally limited(b) temporally unlimited(c) spatially limited(d) spatially unlimitedThis question was posed to me in an online quiz.My question is taken from Radio Resource Analysis in portion Software Defined Radio Architecture of Cognitive Radio

Answer»

The CORRECT option is (c) spatially limited

The explanation is: Peer networks PROVIDE spatially limited spectrum. The nodes communicate within a spatial REGION defined by radio horizon. The hierarchical networks provided spatially unlimited spectrum owing to the base STATION infrastructure.

2.

Architecture is a design, development, and delivery ____(a) control block(b) node(c) framework(d) componentThis question was addressed to me during an internship interview.My question is from Interface Technologies topic in division Software Defined Radio Architecture of Cognitive Radio

Answer»
3.

The components of a system can be described by using ____(a) XML(b) BPMN(c) UML(d) HTMLThis question was addressed to me in semester exam.Origin of the question is Software Architecture topic in division Software Defined Radio Architecture of Cognitive Radio

Answer»

Right option is (a) XML

The BEST explanation: EXTENSIBLE Markup LANGUAGE (XML) is a text-based language that uses TAGS to define items, their attributes, and values. It is used for STRUCTURING information being exchanged. Unified Modeling Language and Business Process Model and Notation focus on modeling.

4.

The error corrected bits are ____ to complete the communication process.(a) grouped(b) re-transmitted(c) parsed(d) discardedThis question was posed to me in an interview.I would like to ask this question from Hardware Architecture topic in portion Software Defined Radio Architecture of Cognitive Radio

Answer»

Correct answer is (c) parsed

The explanation is: The error corrected bits are parsed to identify the HEADER, ADDRESS, message, TRAFFIC, etc. The expected service is delivered to the user after being PROCESSED by various protocol LAYERS.

5.

Which of the following is not characteristic of a plug and play module?(a) Compatibility(b) Configurability(c) Controllability(d) PredictabilityThis question was posed to me in quiz.Enquiry is from Essential Function of Software Radio in section Software Defined Radio Architecture of Cognitive Radio

Answer»
6.

Joint control may grow towards autonomous selection of ____ and ____(a) band, mode(b) band, personality(c) mode, personality(d) personality, protocolThis question was posed to me during an online exam.I'd like to ask this question from Essential Function of Software Radio topic in division Software Defined Radio Architecture of Cognitive Radio

Answer»

Correct choice is (a) band, mode

For EXPLANATION I would say: Joint control may grow towards autonomous selection of band, mode, and data format. Joint control guarantees SYSTEM stability, error RECOVERY, and ISOCHRONOUS streaming of voice and video.

7.

Antenna patterns affect the spectrum available to the users.(a) True(b) FalseThe question was posed to me in a job interview.My question is taken from Radio Resource Analysis topic in chapter Software Defined Radio Architecture of Cognitive Radio

Answer» CORRECT option is (a) True

To EXPLAIN I would say: The spectrum available to USERS in a particular COVERAGE area depends on the allocated spectrum, antenna patterns, propagation environment, and the radio network architecture. Peer networks employ spatially limited spectrum and hierarchical network employ spatially UNLIMITED spectrum.
8.

In conventional cellular radio, the mobile traffic generates ____ streams based on ____ traffic.(a) revenue, data(b) data, voice(c) voice, data(d) data, revenueI got this question in an online interview.I want to ask this question from Radio Resource Analysis topic in section Software Defined Radio Architecture of Cognitive Radio

Answer»

Right choice is (a) revenue, DATA

For explanation: The mobile traffic supported at a fixed level of quality is seen as a resource. In a MULTIBAND, MULTIMODE software defined radio, the traffic TAKES up particular BAND and mode. The mobile traffic generates revenue streams based on data and voice traffic.

9.

Components are ____(a) substitutable(b) rigid(c) non-changeable(d) only early-bindedI had been asked this question by my school teacher while I was bunking the class.The above asked question is from Software Architecture in section Software Defined Radio Architecture of Cognitive Radio

Answer»

The correct option is (a) SUBSTITUTABLE

Explanation: A SIGNIFICANT aspect of component based programming is that components are substitutable. A component may be replaced by another component or an updated version during design time or run time provided the new component meets the SET REQUIREMENTS. SUBSTITUTABILITY supports late binding.

10.

In component based programming, a component may have ____(a) only one subunit(b) only one class(c) one or more subunits(d) one or more classesThis question was posed to me at a job interview.I want to ask this question from Software Architecture in chapter Software Defined Radio Architecture of Cognitive Radio

Answer» RIGHT OPTION is (d) one or more classes

The explanation is: Component based programming is an extension of object oriented programming. A component is the BASIC unit of component based programming and MAY have one or more classes. It is defined by functionality and INTERFACES.
11.

____ service selects and de-selects component instances.(a) Package(b) Distribution(c) Compatibility(d) InstitutionThe question was posed to me in final exam.This interesting question is from Software Architecture in division Software Defined Radio Architecture of Cognitive Radio

Answer»

Right option is (b) Distribution

Best explanation: Distribution service may SELECT and de-select component instance depending on the request made by CLIENT of component service. It ALSO manages the component instances ASSIGNED for execution on remote host processors.

12.

Which among the following is not considered for detection of abnormal behaviour in power amplifier?(a) Temperature(b) Transmitted power level(c) Received power level(d) VSWRI got this question during a job interview.My enquiry is from Hardware Architecture in chapter Software Defined Radio Architecture of Cognitive Radio

Answer»

Right answer is (c) Received power level

To explain I would say: Power amplifier is a part of RF front end section in transmit mode. It must be INFORMED of transmit/receive mode to start and stop transmission. Transmitted power level, VSWR, and TEMPERATURE are MONITORED for detection of abnormal behavour in power amplifier.

13.

____ may include digital beam forming.(a) Modem(b) ADCs(c) Channel access(d) IF processingThis question was addressed to me during an interview.I'm obligated to ask this question of Essential Function of Software Radio topic in portion Software Defined Radio Architecture of Cognitive Radio

Answer»

The CORRECT choice is (d) IF PROCESSING

For explanation I WOULD say: IF processing may include filtering, frequency translation, digital beam forming, joint space time EQUALIZATION, integration of space diversity and frequency diversity.

14.

Given a set of four elements, the power set consists of ____ elements.(a) four(b) eight(c) twelve(d) sixteenI got this question in an online interview.I'm obligated to ask this question of Interface Technologies topic in chapter Software Defined Radio Architecture of Cognitive Radio

Answer»

Correct answer is (d) sixteen

To explain I would say: Given a set with X number of ELEMENTS, the power set consists of 2^X number of elements. The given STATEMENT INCLUDES FOUR singletons, six doubletons, four triplets, the set itself and an empty set.

15.

A computable function must have a ____ that computes the function.(a) infinite procedure(b) finite dataset(c) finite procedure(d) infinite datasetI got this question by my college director while I was bunking the class.My question is based upon Computational Processing Resources topic in division Software Defined Radio Architecture of Cognitive Radio

Answer»

The CORRECT choice is (c) finite procedure

Explanation: A computable FUNCTION must have afinite procedure or algorithm that computes the function. The function must be computable with the AVAILABLE INFORMATION and instruction and must not require special INSIGHTS or computational models.

16.

_______ function is a subset of ________ function.(a) Total recursive, primitive recursive(b) Partial recursive, total recursive(c) Primitive recursive, total recursive(d) μ-recursive, partial recursiveI had been asked this question during an online interview.The above asked question is from Computational Processing Resources in portion Software Defined Radio Architecture of Cognitive Radio

Answer» CORRECT choice is (c) Primitive recursive, total recursive

Best EXPLANATION: Primitive recursive FUNCTION is a subset of total recursive function. Total recursive function is a subset of partial recursive function. Partial recursive functions are OTHERWISE called μ-recursive function.
17.

Aspect oriented programming requires the creation of new language constructs unlike component based programming.(a) True(b) FalseThis question was addressed to me in an interview for internship.I need to ask this question from Software Architecture in division Software Defined Radio Architecture of Cognitive Radio

Answer»

Right option is (a) True

To elaborate: ASPECT oriented programming REQUIRES the creation of new language constructs that associate an aspect to a PARTICULAR class. COMPONENT based programming is a coding STYLE. It does not have strict definitions in mainstream languages.

18.

GNU radio uses ____ for baseband processing.(a) DSP(b) GPP(c) FPGA(d) ASICThe question was posed to me during an online interview.This question is from Software Architecture topic in portion Software Defined Radio Architecture of Cognitive Radio

Answer»

The CORRECT choice is (b) GPP

Best explanation: GNU radio uses general purpose PROCESSOR for BASEBAND PROCESSING. This CONFINES the signal processing capabilities to one particular processor. It is one of limitations of using GNU radio.

19.

____ depends on the amount of redundancy in a data stream.(a) Encryption(b) Data compression(c) Encoding(d) Grouping of dataI have been asked this question in semester exam.This intriguing question originated from Hardware Architecture in division Software Defined Radio Architecture of Cognitive Radio

Answer»

The CORRECT choice is (b) Data compression

The best explanation: Data CODING has different TYPES of redundancies within a message or between messages. Data compression RANGES from 10% to 50% depending on the amount of REDUNDANCY present in original information data stream.

20.

The modem may include ____ to correct channel multipath artifacts.(a) equalizer(b) frequency offset(c) AGC(d) interference suppressorI had been asked this question in an interview.The question is from Hardware Architecture in division Software Defined Radio Architecture of Cognitive Radio

Answer»

Correct CHOICE is (a) equalizer

Explanation: The MODEM may include equalizer to correct channel multipath ARTIFACTS and for filtering and delay distortions. EQUALIZATION is carried out after the modem time aligns a signal ACCORDING to baud time.

21.

____ can be used to correct encoded symbols received in error.(a) Fine filter(b) Structured redundancy(c) Tracking loop(d) De-spreadingI got this question in final exam.Origin of the question is Hardware Architecture topic in division Software Defined Radio Architecture of Cognitive Radio

Answer»

The CORRECT option is (b) Structured redundancy

To elaborate: If the waveform were to include error detection and CORRECTION technique such as FEC coding, structured redundancy would be INTRODUCED in the coding process. The structured redundancy is exploited to detect and correct encoded sequences that were RECEIVED in error.

22.

The software communication architecture supports multiple processors in the core.(a) True(b) FalseThis question was posed to me in my homework.This interesting question is from Software Architecture in portion Software Defined Radio Architecture of Cognitive Radio

Answer»

Correct option is (a) True

To elaborate: The location independence offered by CORBA allows multiple processors to be present in the core. Legacy software, non-CORBA processing hardware, security, management software, and an INTEGRATED FILE system are other parts of the STRUCTURE of SCA.

23.

The family of subset is closed under ____(a) equality(b) equivalency(c) union(d) orderI had been asked this question in quiz.I'm obligated to ask this question of Interface Technologies in section Software Defined Radio Architecture of Cognitive Radio

Answer»

The CORRECT answer is (c) union

The best explanation: The topological space includes a SET X and a family of subsets. The subsets include the set X itself as WELL as an empty set. The family of SUBSET is closed under union and finite intersection.

24.

A class may be considered as an implementation of the concept ____(a) overriding(b) encapsulation(c) overloading(d) polymorphismI had been asked this question during an interview.I'd like to ask this question from Software Architecture in division Software Defined Radio Architecture of Cognitive Radio

Answer» RIGHT option is (b) encapsulation

Easy explanation: Encapsulation is the concept of fusing data and FUNCTIONS TOGETHER as a single UNIT. Functions for accessing data are an example for encapsulation.
25.

Web browsing requires ____ for effective operation.(a) low latency(b) data cache(c) buffer(d) fast computationThe question was asked during an interview.This intriguing question originated from Hardware Architecture topic in chapter Software Defined Radio Architecture of Cognitive Radio

Answer»

The correct choice is (b) data cache

To explain I WOULD say: Web browsing needs to store information of webpages which are FREQUENTLY accessed to AVOID TRANSMISSION of redundant information. Large data cache is required to store the specified information. It is typically implemented using local HARD disk.

26.

Which of the following is not a characteristic of cryptographic security?(a) Confidentiality(b) Authentication(c) Authorization(d) LatencyI got this question in a job interview.This is a very interesting question from Hardware Architecture in portion Software Defined Radio Architecture of Cognitive Radio

Answer»

Right answer is (d) Latency

Best explanation: The cryptographic SECURITY function must ENCRYPT any information to be transmitted. Confidentiality, data integrity, authentication, source authentication, AUTHORIZATION and non-repudiation are the characteristics of cryptographic security as defined by US National Institute of SCIENCE and TECHNOLOGY (NIST).

27.

The modem must control ____ to produce the desired carrier frequency.(a) filter(b) low noise amplifier(c) power amplifier(d) antenna-matching unitThe question was asked in examination.Enquiry is from Hardware Architecture in chapter Software Defined Radio Architecture of Cognitive Radio

Answer»

Correct answer is (c) power amplifier

The best explanation: The MODEM controls external RF ELEMENTS, including transmit and RECEIVE mode, carrier frequency and SMART antenna. The modem controls power amplifier and local OSCILLATORS to produce the desire carrier frequency.

28.

A ____ is used to represent a symbol.(a) scale(b) number(c) figure(d) waveform shapeThis question was addressed to me during an interview.Query is from Hardware Architecture topic in chapter Software Defined Radio Architecture of Cognitive Radio

Answer»

Correct CHOICE is (d) waveform shape

The explanation: Each symbol is REPRESENTED by a waveform. The MODEM synthesizes the waveform and filters it to FIT within the desired BANDWIDTH.

29.

Which among the following is a standard telephony metric?(a) Service provider(b) Mobile brand(c) Line of sight(d) Call durationThe question was posed to me during an online exam.The above asked question is from Radio Resource Analysis topic in division Software Defined Radio Architecture of Cognitive Radio

Answer»

Correct option is (d) Call duration

The EXPLANATION is: As mobile TRAFFIC is treated as a RESOURCE, it is necessary to measure the mobile traffic being serviced.Arrival rate, call duration, and class of traffic such as VOICE or fax are metrics employed to measure the mobile traffic.

30.

Encryption is a generalized process.(a) True(b) FalseI have been asked this question during an online interview.This intriguing question comes from Hardware Architecture in chapter Software Defined Radio Architecture of Cognitive Radio

Answer» RIGHT answer is (B) False

Explanation: Each application has a DISTINCTIVE ENCRYPTION process, and encryption cannot be generalized. The Digital Encryption Standard (DES) and Advanced Encryption Standard (AES) from US National Institute of Technology (NIST) monitor the standard for cryptographic process.
31.

Given a set of interfaces, the empty set is a valid interface only if ____(a) all pins condition exists(b) only one pin at a time condition exists(c) no pins condition exists(d) power set condition existsThe question was asked in my homework.My enquiry is from Interface Technologies topic in section Software Defined Radio Architecture of Cognitive Radio

Answer»

Correct option is (C) no pins condition exists

The best explanation: The empty set is included in the topology when the INTERFACE WORKS EVEN when no input is provided. For example, a system enters into SAFE mode or reset mode when it is unplugged.

32.

Discrete topology includes only ____ in the topological space.(a) empty set(b) empty set and power set(c) power set(d) original setThe question was posed to me in class test.My question is based upon Interface Technologies topic in portion Software Defined Radio Architecture of Cognitive Radio

Answer»

The CORRECT option is (c) power set

Easiest explanation: DISCRETE topology INCLUDES only power set in the TOPOLOGICAL space. On the other HAND a topology containing only the empty set and the original set X is referred as power set.

33.

Which among the following is the only conditional branching structure suitable for primitive recursion?(a) For loop(b) While loop(c) Do while loop(d) Go-to statementI had been asked this question in a job interview.I'm obligated to ask this question of Computational Processing Resources in chapter Software Defined Radio Architecture of Cognitive Radio

Answer»

Right choice is (a) For loop

Explanation: A PRIMITIVE recursive FUNCTION is one in which the upper bound or the number of iterations to be performed is known. CONSIDER for a loop from i = 1 to N, N is fixed before ENTRY into the loop and cannot be change within the loop. The for loop is the only structure that SATISFIES primitive recursive function.

34.

The interface getPort() belongs to Port class.(a) True(b) FalseThis question was posed to me in a national level competition.Query is from Software Architecture in portion Software Defined Radio Architecture of Cognitive Radio

Answer»

The correct answer is (b) False

To elaborate: Port Supplier class RETURNS a particular port from a set of PORTS DEFINED for a component. The interface getPort() belongs to Port Supplier class. It returns the port specified in the METHOD argument.

35.

Which of the following is not a method of the ResourceFactory class?(a) createResource()(b) releaseResource()(c) shutdown()(d) freezeResource()I have been asked this question during an online interview.This interesting question is from Software Architecture topic in portion Software Defined Radio Architecture of Cognitive Radio

Answer»

Right choice is (d) freezeResource()

For explanation I would say: ResourceFactory class is USED when a Resource has to be EXPLICITLY created. The createResource() interface creates an instance of the desired Resource, the releaseResource() calls the releaseObject() interface, and shutdown() TERMINATES the ResourceFactory.

36.

____ class is the entry point of any component.(a) Port(b) Resource(c) Resource Factory(d) Port SupplierThe question was asked in an interview for internship.This intriguing question comes from Software Architecture in section Software Defined Radio Architecture of Cognitive Radio

Answer»

Correct choice is (a) Port

The best I can explain: Port CLASS is the ENTRY point of any COMPONENT. The explicitly defined methods of Port class are connectPort() and disconnectPort(). The actual CONNECTION based implementations are guided by a waveform’s application specific interface.

37.

The property of providing selective information is called ____(a) abstraction(b) encapsulation(c) inheritance(d) polymorphismThis question was addressed to me by my school principal while I was bunking the class.Enquiry is from Software Architecture topic in division Software Defined Radio Architecture of Cognitive Radio

Answer»

Right CHOICE is (a) abstraction

For explanation I would say: Abstraction allows only SELECTIVE and applicable information to be made available while other information MAY be hidden. Abstraction reduces complexity between layers of implementation as only RELEVANT information will be available to each layer. Encapsulation, inheritance and polymorphism are other properties of object oriented PROGRAMMING.

38.

Procedural programming involves ____(a) encapsulation(b) abstraction(c) aspects(d) modularityThe question was posed to me in an interview for internship.Asked question is from Software Architecture in section Software Defined Radio Architecture of Cognitive Radio

Answer»

Right choice is (d) modularity

Best explanation: PROCEDURAL programming is BASED on the concept of procedure call. The hardware REQUIREMENT of procedural programming consists of stack register and INSTRUCTION for calling subroutines.

39.

____ time aligns a signal and fits it into the information bandwidth.(a) AGC(b) Channel equalizer(c) Modem(d) Tracking loopI had been asked this question during a job interview.My doubt is from Hardware Architecture in division Software Defined Radio Architecture of Cognitive Radio

Answer»

The correct choice is (c) MODEM

To ELABORATE: The modem generates the signal to be transmitted and processes the signal received in case of a full duplex radio. It also time aligns, de-spreads a signal and fits it into the INFORMATION bandwidth.

40.

In aspect oriented programming, the functions that appear at many points in an application arecalled ____(a) sliced functions(b) multi-cutting functions(c) split-cutting concerns(d) cross-cutting concernsThis question was addressed to me in homework.The doubt is from Software Architecture in division Software Defined Radio Architecture of Cognitive Radio

Answer»
41.

____ extends data type of linear programming to description of characteristics and behaviour.(a) Declarative programming(b) Object oriented programming(c) Non-structured(d) Array orientedI have been asked this question at a job interview.The origin of the question is Software Architecture in section Software Defined Radio Architecture of Cognitive Radio

Answer»

Correct ANSWER is (b) Object oriented PROGRAMMING

To explain: Object oriented programming EXTENDS data type of linear programming to describe OBJECTS. Objects are described by their CHARACTERISTICS and behaviour. Member variables define characteristics and functions define behaviour.

42.

The dynamic range of signals during reception may be maximized by ____(a) frequency conversion(b) automatic gain control(c) frequency conversion and filtering(d) filteringThe question was posed to me at a job interview.Question is taken from Hardware Architecture topic in portion Software Defined Radio Architecture of Cognitive Radio

Answer»

Right ANSWER is (b) automatic GAIN control

Explanation: The dynamic RANGE of SIGNALS that can be processed at the receiver may be maximized by automatic gain control. Frequency conversion and filtering are done to minimize interference WITHIN the operating range of the radio.

43.

The modem groups the bits to be transmitted into ____(a) packet(b) symbol(c) frame(d) segmentThis question was addressed to me by my college professor while I was bunking the class.The origin of the question is Hardware Architecture in chapter Software Defined Radio Architecture of Cognitive Radio

Answer»

The CORRECT CHOICE is (a) PACKET

For explanation I WOULD say: The procedure performed for transmission at the MODEM is the inverse of the procedure performed for reception. The modem groups the bits to be transmitted into packet, and then structured redundancy is introduced for error correction at the receiver.

44.

How are the bits at the output of INFOSEC (towards source) stage referred?(a) Black bits(b) Shielded bits(c) White bits(d) Clear bitsThis question was posed to me in quiz.The question is from Essential Function of Software Radio in division Software Defined Radio Architecture of Cognitive Radio

Answer»

The correct OPTION is (d) Clear BITS

The explanation: The bits at the output of INFOSEC are referred to as clear bits. These are then operated on to give network or source bits. Network bits COMPLY with network PROTOCOLS and the source bits are passed to source decoder.

45.

____ device allows inclusion of new hardware components without external physical intervention.(a) Configurable(b) Plug and Play(c) DSP(d) ASICI had been asked this question by my college professor while I was bunking the class.Question is taken from Essential Function of Software Radio topic in chapter Software Defined Radio Architecture of Cognitive Radio

Answer»

Correct choice is (B) Plug and PLAY

The explanation is: Plug and Play device facilitate the inclusion of HARDWARE components without physical configuration or external USER intervention. A challenge posed by plug and play MODULES is the definition of interface points.

46.

ODMA stands for ____(a) Orthogonal Driven Multiple Access(b) Opportunity Driven Multiple Access(c) Orthogonal Direct Multiple Access(d) Opportunity Direct Multiple AccessThe question was asked in semester exam.I'd like to ask this question from Radio Resource Analysis in section Software Defined Radio Architecture of Cognitive Radio

Answer»

Correct choice is (b) Opportunity Driven MULTIPLE Access

The best I can EXPLAIN: Opportunity Driven Multiple Access is used to IMPROVE the capacity and coverage area towards the boundaries of the cell. Mobile stations outside the coverage area can communicate with the BASE station via multi-hop transmission.

47.

Which among the following is not considered as a basic limitation of radio platform?(a) Processing capacity(b) RF coverage(c) Digital access bandwidth(d) Type of serviceThe question was asked during an internship interview.Question is taken from Radio Resource Analysis in chapter Software Defined Radio Architecture of Cognitive Radio

Answer»

Right option is (d) Type of service

For explanation I would say: A radio platform has STANDARD limits defined for RF COVERAGE, digital access bandwidth, and processing capacity. All bands and modes with SATISFACTORY link quality available at region of interest and meeting the set limits are CONSIDERED as useful radio RESOURCE.

48.

The ordered set of points in the topological space sharing some type of relationship are called ____(a) simplex(b) simplicial complex(c) complex(d) s connectedThe question was posed to me during an internship interview.My question is based upon Interface Technologies topic in division Software Defined Radio Architecture of Cognitive Radio

Answer»

The CORRECT CHOICE is (a) simplex

Best explanation: The ordered set of points in the topological space that is said to be adjacent by sharing some type of relationship is called simplex. LOWER dimensionality simplexes induce HIGHER dimensionality simplex. A simplex may be embedded in EUCLIDEAN space.

49.

Which among the following options have forward error correction integrated into the demodulation process?(a) Trellis code modulation(b) Soft decoding(c) Trellis code modulation and soft decoding(d) Block codesI got this question during an interview.My question is taken from Hardware Architecture topic in chapter Software Defined Radio Architecture of Cognitive Radio

Answer»

The correct answer is (a) Trellis code modulation

For explanation I would say: Forward ERROR correction is carried out to reduce the number of bits RECEIVED in error. It can be integrated into demodulation process such as in Trellis code modulation. It can be closely associated with demodulation process such as in SOFT decoding of convolution CODES.

50.

Which of the following is not a part of the channel encoder/decoder section in the functional model of software defined radio?(a) RF/Channel access(b) Source coding(c) IF processing(d) ModemThis question was posed to me in final exam.The doubt is from Essential Function of Software Radio in chapter Software Defined Radio Architecture of Cognitive Radio

Answer»

The correct choice is (b) Source coding

For explanation: The channel encoder/decoder section comprises of RF/Channel access, IF processing, and modem. RF/Channel access includes antenna and RF CONVERSION. IF processing stage includes FILTERING, and frequency TRANSLATION. Modem is responsible for WAVEFORM definition.