WO2012074360A1 - A system-on-chip for baseband processing - Google Patents
A system-on-chip for baseband processing Download PDFInfo
- Publication number
- WO2012074360A1 WO2012074360A1 PCT/MY2011/000113 MY2011000113W WO2012074360A1 WO 2012074360 A1 WO2012074360 A1 WO 2012074360A1 MY 2011000113 W MY2011000113 W MY 2011000113W WO 2012074360 A1 WO2012074360 A1 WO 2012074360A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- dsp
- processor dsp
- data
- engine
- chip
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04H—BROADCAST COMMUNICATION
- H04H60/00—Arrangements for broadcast applications with a direct linking to broadcast information or broadcast space-time; Broadcast-related systems
- H04H60/02—Arrangements for generating broadcast information; Arrangements for generating broadcast-related information with a direct linking to broadcast information or to broadcast space-time; Arrangements for simultaneous generation of broadcast information and broadcast-related information
- H04H60/04—Studio equipment; Interconnection of studios
Definitions
- the present invention relates to chip processors. More particularly, the invention relates to+ hip processors for wireless baseband processing.
- SoC System-on-chip
- SoC System-on-chip
- SoC is integrated into the wireless communications systems such as baseband processing system.
- Baseband processing refers to the execution of digital communication functions that occur within the frequency range around zero before modulation during transmission and after demodulation during reception.
- SoC architecture for wireless applications has a fixed structure which only enables certain wireless applications and not flexible for multiple wireless system solutions.
- Existing SoC architecture uses shared memory and system bus to connect processors and external peripherals which results bottleneck and contentions in data flow which affects the prompt response to real-time data and is not suitable for real-time signal processing.
- the present invention is made in view of the problems cited. It is an object of the invention to provide an improved SoC architecture for wireless applications by improving prompt response real-time data.
- the present invention provides a SoC architecture which is capable of eliminating the contentions in data flow and flexible for multiple wireless system solutions.
- the SoC architecture consists of a DSP (Digital-Signal-Processors) subsystem in which consist of a plurality of DSPs coupled with a plurality of hardware accelerators, capable of providing high performance computational function and flexibility for future updates.
- the SoC architecture also consists of dedicated connections between its components on the critical data path to avoid contentions.
- An embodiment of the SoC architecture according to the present invention includes a DSP (Digital-Signal-Processors) subsystem in which consists of a master processor, two secondary processors, a crypto engine, FEC (Forward-Error-Correction) engine, FFT (Fast-Fourier-Transform) engine, ADC (Analog-to-Digital converter) interface, DAC (Digital-to-Analog converter) interface, and RF (Radio-frequency) interface; a peripheral subsystem in which consist of a plurality of controllers connected through system bus; and a DSP-to-Peripheral bridge which is coupled to master processor and the peripheral subsystem wherein said bridge is responsible for critical protocol conversion and eliminates contention in data path.
- DSP Digital-Signal-Processors subsystem in which consists of a master processor, two secondary processors, a crypto engine, FEC (Forward-Error-Correction) engine, FFT (Fast-Fourier-Transform
- Master processor is coupled directly with secondary processors to improve responsiveness of real-time data between the DSPs.
- Master processor functions to coordinate the whole chip operation and MAC (Media Access Control) layer operation.
- Both secondary processors are configured to be slave processors, each performing PHY (Physical) layer frequency domain operation, or performing the PHY layer time domain operation.
- PHY Physical
- the dedicated channels that links the modules together, enables a seamless data flow for both the transmitter and receiver flows.
- FIG. 1 is a top level block diagram of the SoC architecture for wireless applications according to the invention
- FIG. 2 is a flow chart showing a typical data transmission and reception flow of a typical wireless system.
- FIG. 3 is a diagram showing the processing task distribution between DSPs through the connections of DSPs as shown in FIG. 1.
- a SoC architecture [10] comprising a DSP (Digital Signal Processor) subsystem [12] includes a master processor DSP-1 [14], a first secondary processor DSP-2 [16], a second secondary processor DSP-3 [18], a crypto engine [20], a FEC (Forward-Error-Correction) engine [22], a FFT (Fast-Fourier-Transform) engine [24], an ADC (Analog-to-Digital converter) interface [26], a DAC (Digital-to-Analog converter) interface [28], and a RF (Radio-frequency) interface [30]; a peripheral subsystem [32] includes a plurality of controllers [34] connected through system bus [36]; and a DSP-to-Peripheral bridge [38] which coupled to DSP-1 [14] and the peripheral subsystem [32]
- DSP-1 [14] is in direct connection with secondary processors such as DSP-2 [16] and DSP-3 [18] and is supported by accelerators such as crypto engine [20] and FEC engine [22].
- the crypto engine [20] encrypts higher layer data into MAC layer data, as well as decrypts MAC layer data into higher layer data.
- FEC engine [22] transfers encoded data from master processor DSP-1 to first secondary processor DSP-2, as well as transfers error corrected data from first secondary processor DSP-2 to master processor DSP-1.
- DSP-2 [16] is coupled to fast-Fourier-transform (FFT) engine [24], said engine perform frequency domain processing for transmission of MAC protocol.
- FFT fast-Fourier-transform
- DSP-3 [18] is coupled to a fast-Fourier-transform (FFT) engine [24], said engine perform time domain processing for transmission of MAC protocol.
- Inverse Fourier Transform operation is performed on time domain signal or time domain signal is delivered from Fast Fourier Transform operation.
- This configuration of the DSP subsystem [10] component result in a faster processing speed compared to existing system solution.
- DSP-1 [14] is also in direct connection with peripheral subsystem [32] via DSP-to-Peripheral bridge [38] and this provides a dedicated path for critical protocol conversion and eliminates the problem of contentions in data path occurred in system bus connections.
- a method of SoC architecture for wireless application involves transforming data from MAC layer [44] to PHY layer [50] for transmission and from PHY layer [50] to MAC layer [44] for reception.
- FIG. 2 shows a typical data transmission flow [40] and reception flow [42] of a typical system.
- the data transmission flow [40] starts from the DSP-1 [14] wherein DSP-1 [14] collects higher layer data from peripheral subsystem [32] via DSP-to-Peripheral Bridge [38].
- the higher layer data is transformed to MAC protocol data units by executing stored program at DSP-1 and encryption at crypto engine [20].
- the MAC protocol data units are then transferred to FEC engine [22] for transformation of data to the frequency domain data and are then transferred to DSP-2 [16] for executing stored program.
- the frequency domain data is then transfered to FFT engine [24] to be transformed to time domain data.
- DSP-3 [18] collects and processes the time domain data from FFT engine [24] by means of stored program before transferring the binary encoded air interface data to DAC interface [28].
- Reception flow [42] follows the reverse path of transmission flow [40] where the binary encoded air interface data is collected at ADC interface [26].
- the dedicated channels that link the components together provide a capability of seamless data flow in the SoC architecture [10].
- FIG. 3 shows the equal distribution of MAC layer [44] and PHY layer [50] operations from DSP-1 [14] to DSP-2 [16] and DSP-3 [18].
- the distributed processing capability doubles the processing power and enables a particular task can be completed in half the time.
- this solution reduces the problems related to inflexible of SoC architecture for multiple wireless system solutions, bottlenecks and contentions in data flow which affects the prompt response to real-time data.
Landscapes
- Engineering & Computer Science (AREA)
- Signal Processing (AREA)
- Mobile Radio Communication Systems (AREA)
- Complex Calculations (AREA)
Abstract
The present invention provides a System-on-Chip which consists of a plurality of DSPs (Digital Signal Processor) coupled with a plurality of hardware accelerators capable of providing high performance computational function and flexibility for future updates. A master processor [14] coordinates MAC and PHY layer operation and subdivides frequency and time domain operation to two secondary processors [16, 18]. An embodiment of the SoC architecture according to the present invention further includes a crypto engine, FEC (Forward-Error-Correction) engine and FFT (Fast-Fourier-Transform) engine, ADC (Analog-to-Digital converter) interface, DAC (Digital-to-Analog converter) interface, and RF (Radio-frequency) interface; a peripheral subsystem in which consist of a plurality of controllers connected through system bus; and a DSP-to-Peripheral bridge which coupled to DSP-1 and the peripheral subsystem wherein said bridge is responsible for critical protocol conversion and eliminates contention in data path.
Description
A SYSTEM-ON-CHIP FOR BASEBAND PROCESSING
The present invention relates to chip processors. More particularly, the invention relates to+ hip processors for wireless baseband processing.
BACKGROUND ART
Advances in semiconductor technology have provided high performance, miniaturized processors coupled with wireless communications connectivity. SoC (System-on-chip) architecture refers to an integrated circuit formed on a single chip substrate which consists of a plurality of processors, system buses, hardware accelerators, interface controller and other necessary elements of a desired electronic system where it may contain digital, analog, mixed-signal, or radio-frequency functions. SoC technology is integrated into the wireless communications systems such as baseband processing system.
Baseband processing refers to the execution of digital communication functions that occur within the frequency range around zero before modulation during transmission and after demodulation during reception.
Good desirable SoC architecture for wireless applications such as baseband processing has to be flexible and possess powerful real-time processing capabilities.
However, existing SoC architecture for wireless applications has a fixed structure which only enables certain wireless applications and not flexible for multiple wireless system solutions. Existing SoC architecture uses shared memory and system bus to connect processors and external peripherals which results bottleneck and contentions in data flow which affects the prompt response to real-time data and is not suitable for real-time signal processing.
The present invention is made in view of the problems cited. It is an object of the invention to provide an improved SoC architecture for wireless applications by improving prompt response real-time data.
SUMMARY OF INVENTION
The present invention provides a SoC architecture which is capable of eliminating the contentions in data flow and flexible for multiple wireless system solutions. The SoC architecture consists of a DSP (Digital-Signal-Processors) subsystem in which consist of a plurality of DSPs coupled with a plurality of hardware accelerators, capable of providing high performance computational function and flexibility for future updates. The SoC architecture also consists of dedicated connections between its components on the critical data path to avoid contentions. An embodiment of the SoC architecture according to the present invention includes a DSP (Digital-Signal-Processors) subsystem in which consists of a master processor, two secondary processors, a crypto engine, FEC (Forward-Error-Correction) engine, FFT (Fast-Fourier-Transform) engine, ADC (Analog-to-Digital converter) interface, DAC (Digital-to-Analog converter) interface, and RF (Radio-frequency) interface; a peripheral subsystem in which consist of a plurality of controllers connected through system bus; and a DSP-to-Peripheral bridge which is coupled to master processor and the peripheral subsystem wherein said bridge is responsible for critical protocol conversion and eliminates contention in data path. Master processor is coupled directly with secondary processors to improve responsiveness of real-time data between the DSPs. Master processor functions to coordinate the whole chip operation and MAC (Media Access Control) layer operation. Both secondary processors are configured to be slave processors, each performing PHY (Physical) layer frequency domain operation, or performing the PHY layer time domain operation. The dedicated channels that links the modules together, enables a seamless data flow for both the transmitter and receiver flows.
BRIEF DESCRIPTION OF DRAWINGS Further characteristics and advantages of the present invention will become better apparent from the following detail description of a preferred but not exclusive embodiment thereof, illustrated by way of non-limiting example in the accompanying drawings, wherein:
FIG. 1 is a top level block diagram of the SoC architecture for wireless applications according to the invention;
+
FIG. 2 is a flow chart showing a typical data transmission and reception flow of a typical wireless system; and
FIG. 3 is a diagram showing the processing task distribution between DSPs through the connections of DSPs as shown in FIG. 1.
DESCRIPTION OF EMBODIMENTS
Reference will now be made in detail to the preferred embodiments of the invention which is intended to provide a thorough understanding of the present invention. However, well known methods, procedures, components, and circuits have not been described in detail as not to unnecessarily obscure aspects of the present invention.
In an embodiment of the present invention, a block diagram of SoC architecture [10] fabricated on a single integrated chip such as silicon is as shown in FIG. 1. A SoC architecture [10] comprising a DSP (Digital Signal Processor) subsystem [12] includes a master processor DSP-1 [14], a first secondary processor DSP-2 [16], a second secondary processor DSP-3 [18], a crypto engine [20], a FEC (Forward-Error-Correction) engine [22], a FFT (Fast-Fourier-Transform) engine [24], an ADC (Analog-to-Digital converter) interface [26], a DAC (Digital-to-Analog converter) interface [28], and a RF (Radio-frequency) interface [30]; a peripheral subsystem [32] includes a plurality of controllers [34] connected through system bus [36]; and a DSP-to-Peripheral bridge [38] which coupled to DSP-1 [14] and the peripheral subsystem [32] where said bridge [38] is responsible for critical protocol conversion. DSP-1 [14] is in direct connection with secondary processors such as DSP-2 [16] and DSP-3 [18] and is supported by accelerators such as crypto engine [20] and FEC engine [22]. The crypto engine [20] encrypts higher layer data into MAC layer data, as well as decrypts MAC layer data into higher layer data. FEC engine [22] transfers encoded data from master processor DSP-1 to first secondary processor DSP-2, as well as transfers
error corrected data from first secondary processor DSP-2 to master processor DSP-1. The first secondary processor DSP-2 [16] provides PHY layer frequency domain operation; and the second secondary processor DSP-3 [18] provides PHY layer time domain operation. DSP-2 [16] is coupled to fast-Fourier-transform (FFT) engine [24], said engine perform frequency domain processing for transmission of MAC protocol. Fast Fourier Transform operation is performed on frequency domain signal or frequency domain signal is delivered from Inverse Fast Fourier Transform. DSP-3 [18] is coupled to a fast-Fourier-transform (FFT) engine [24], said engine perform time domain processing for transmission of MAC protocol. Inverse Fourier Transform operation is performed on time domain signal or time domain signal is delivered from Fast Fourier Transform operation. This configuration of the DSP subsystem [10] component result in a faster processing speed compared to existing system solution. DSP-1 [14] is also in direct connection with peripheral subsystem [32] via DSP-to-Peripheral bridge [38] and this provides a dedicated path for critical protocol conversion and eliminates the problem of contentions in data path occurred in system bus connections.
A method of SoC architecture for wireless application involves transforming data from MAC layer [44] to PHY layer [50] for transmission and from PHY layer [50] to MAC layer [44] for reception.
FIG. 2 shows a typical data transmission flow [40] and reception flow [42] of a typical system. The data transmission flow [40] starts from the DSP-1 [14] wherein DSP-1 [14] collects higher layer data from peripheral subsystem [32] via DSP-to-Peripheral Bridge [38]. The higher layer data is transformed to MAC protocol data units by executing stored program at DSP-1 and encryption at crypto engine [20]. The MAC protocol data units are then transferred to FEC engine [22] for transformation of data to the frequency domain data and are then transferred to DSP-2 [16] for executing stored program. The frequency domain data is then transfered to FFT engine [24] to be transformed to time domain data. DSP-3 [18] collects and processes the time domain data from FFT engine [24] by means of stored program before transferring the binary encoded air interface data to DAC interface [28]. Reception flow [42] follows the reverse path of transmission flow [40] where the binary encoded air interface data is collected at ADC interface [26]. The dedicated channels that link the components together provide a capability of seamless data flow in the SoC architecture [10].
FIG. 3 shows the equal distribution of MAC layer [44] and PHY layer [50] operations from DSP-1 [14] to DSP-2 [16] and DSP-3 [18]. The distributed processing capability doubles the processing power and enables a particular task can be completed in half the time.
Accordingly, this solution reduces the problems related to inflexible of SoC architecture for multiple wireless system solutions, bottlenecks and contentions in data flow which affects the prompt response to real-time data.
Claims
1. A system-on-chip for baseband processing [10], comprising:
+ a digital-signal-processor (DSP) subsystem [12], having at least a master processor DSP-1 [14] coupled with a plurality of secondary processors and hardware accelerators;
a peripheral subsystem [32], having a plurality of peripheral controllers being interconnected;
a DSP-to-peripheral bridge [38] coupling the master processor DSP-1 [14] with the peripheral subsystem [32].
2. A system-on-chip [10] according to claim 1 , wherein the master processor DSP-1 [14] is coupled to a first secondary processor DSP-2, and a second secondary processor DSP-3;
the master processor DSP-1 [14] coordinates MAC and PHY layer operation;
the first secondary processor DSP-2 [16] provides PHY layer frequency domain operation; and
the second secondary processor DSP-3 [18] provides PHY layer time domain operation.
3. A system-on-chip [10] according to claim 2, wherein the master processor DSP-1 [14] is coupled to a crypto engine [20], said crypto engine [20] encrypts higher layer data into MAC layer data, as well as decrypts MAC layer data into higher layer data.
4. A system-on-chip [10] according to claim 2, wherein the master processor DSP-1 [14] and first secondary processor DSP-2 [16] is coupled to a forward-error-correction (FEC) engine [22], said engine transfers encoded data from master processor DSP-1 to first secondary processor DSP-2, as well as transfers error corrected data from first secondary processor DSP-2 to master processor DSP-1..
5. A system-on-chip [10] according to claim 2, wherein the first secondary processor DSP-2 [16] is coupled to a fast-Fourier-transform (FFT) engine [24], said engine performs Fast Fourier Transform operation on frequency domain signal from said processor or delivers frequency domain signal from Inverse Fast Fourier Transform operation to said processor.
6^ A system-on-chip [10] according to claim 2, wherein the second secondary processor DSP-3 [18] is coupled to a fast-Fourier-transform (FFT) engine [24], said engine perform Inverse Fourier Transform operation on time domain signal from said processor or delivers time domain signal from Fast Fourier Transform operation to said processor.
7. A system-on-chip [10] according to claim 2, wherein the second secondary processor DSP-3 [18] is coupled to interfaces comprising analog-to-digital converter (ADC) interface, digital-to-analog converter (DAC) interface, and radio-frequency (RF) interface.
8. A method of transmitting signal in a chip, comprising:
collecting higher layer data from a plurality of peripherals via DSP to peripheral bridge;
encrypting the data into MAC protocol data units;
performing frequency domain processing for transmission of MAC protocol;
performing time domain processing for transmission of MAC protocol; and
transmitting binary encoded air interface data at interface.
9. A method of receiving signal in a chip, comprising:
collecting binary encoded air interface data from interface;
performing time domain processing for reception of MAC protocol;
performing frequency domain processing for reception of MAC protocol;
decrypting the data into higher layer data units; and
transferring the higher layer data to peripherals via DSP to peripherals bridge.
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| MYPI2010700084 | 2010-11-29 | ||
| MYPI2010700084A MY169787A (en) | 2010-11-29 | 2010-11-29 | A system-on-chip for baseband processing |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2012074360A1 true WO2012074360A1 (en) | 2012-06-07 |
Family
ID=46172121
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/MY2011/000113 Ceased WO2012074360A1 (en) | 2010-11-29 | 2011-06-20 | A system-on-chip for baseband processing |
Country Status (2)
| Country | Link |
|---|---|
| MY (1) | MY169787A (en) |
| WO (1) | WO2012074360A1 (en) |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9270659B2 (en) | 2013-11-12 | 2016-02-23 | At&T Intellectual Property I, L.P. | Open connection manager virtualization at system-on-chip |
| US9456071B2 (en) | 2013-11-12 | 2016-09-27 | At&T Intellectual Property I, L.P. | Extensible kernel for adaptive application enhancement |
| US10963408B2 (en) | 2017-06-01 | 2021-03-30 | University Of Virginia Patent Foundation | System on a chip with customized data flow architecture |
Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20050021871A1 (en) * | 2003-07-25 | 2005-01-27 | International Business Machines Corporation | Self-contained processor subsystem as component for system-on-chip design |
| US20050216702A1 (en) * | 2004-03-26 | 2005-09-29 | Paolucci Pier S | Dual-processor complex domain floating-point DSP system on chip |
| US20070073953A1 (en) * | 2005-09-23 | 2007-03-29 | Freescale Semiconductor, Inc. | Performing an N-bit write access to an MxN-bit-only peripheral |
-
2010
- 2010-11-29 MY MYPI2010700084A patent/MY169787A/en unknown
-
2011
- 2011-06-20 WO PCT/MY2011/000113 patent/WO2012074360A1/en not_active Ceased
Patent Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20050021871A1 (en) * | 2003-07-25 | 2005-01-27 | International Business Machines Corporation | Self-contained processor subsystem as component for system-on-chip design |
| US20050216702A1 (en) * | 2004-03-26 | 2005-09-29 | Paolucci Pier S | Dual-processor complex domain floating-point DSP system on chip |
| US20070073953A1 (en) * | 2005-09-23 | 2007-03-29 | Freescale Semiconductor, Inc. | Performing an N-bit write access to an MxN-bit-only peripheral |
Non-Patent Citations (3)
| Title |
|---|
| "Zigbee System-On-Chip (SoC) Design", 2006, Retrieved from the Internet <URL:http://www.highfrequencyelectronics.com/Archives/Jan06IHFE0105_Khanh.pdf> [retrieved on 20110929] * |
| OCTASIC: "OCT2224W Technical Product Brief", 19 June 2010 (2010-06-19), Retrieved from the Internet <URL:http://www.octasic.com/documents/en/products/oct2200/oct2200pb2010-100_technical_brief_oct2224w.pdf> [retrieved on 20110927] * |
| TEXAS INSTRUMENTS: "TMS320TCI6488 W-CDMA DSP SoC", May 2007 (2007-05-01), Retrieved from the Internet <URL:http://www.ti.com/lit/wp/spraam8/spraam8.pdf> [retrieved on 20110920] * |
Cited By (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9270659B2 (en) | 2013-11-12 | 2016-02-23 | At&T Intellectual Property I, L.P. | Open connection manager virtualization at system-on-chip |
| US9456071B2 (en) | 2013-11-12 | 2016-09-27 | At&T Intellectual Property I, L.P. | Extensible kernel for adaptive application enhancement |
| US9667629B2 (en) | 2013-11-12 | 2017-05-30 | At&T Intellectual Property I, L.P. | Open connection manager virtualization at system-on-chip |
| US9832669B2 (en) | 2013-11-12 | 2017-11-28 | At&T Intellectual Property I, L.P. | Extensible kernel for adaptive application enhancement |
| US10963408B2 (en) | 2017-06-01 | 2021-03-30 | University Of Virginia Patent Foundation | System on a chip with customized data flow architecture |
| US11301019B2 (en) | 2017-06-01 | 2022-04-12 | University Of Virginia Patent Foundation | System on a chip with customized data flow architecture |
Also Published As
| Publication number | Publication date |
|---|---|
| MY169787A (en) | 2019-05-15 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| EP3621214B1 (en) | Transceiver element for beamforming | |
| EP3396969B1 (en) | Multi-chip connection circuit | |
| US10243596B1 (en) | Radio frequency transceiver having digital pre-distortion feedback | |
| CN103995253A (en) | Method and device for radar applications | |
| EP3729284B1 (en) | Efficient technique for communicating between devices over a multi-drop bus | |
| US20210250057A1 (en) | Apparatus and method for wireless communication | |
| WO2012074360A1 (en) | A system-on-chip for baseband processing | |
| CN102681923A (en) | A hardware platform device for verifying system-on-chip | |
| CN103944601B (en) | The software radio RF receiving/transmission device of a kind of Based PC IE interface and method | |
| CN106878641A (en) | A kind of high-power universal transmitter of Whole frequency band multichannel realizes device and method | |
| US11881628B2 (en) | Adding virtual receive antennas using switching devices | |
| CN113765839B (en) | Air interface time synchronization method and equipment | |
| CN103617145B (en) | A kind of self-defined bus and its implementation | |
| CN102420584A (en) | Short wave adaptive array processor based on CPCI bus | |
| CN103812576A (en) | Comprehensive system of self-adapting anti-interference antenna channel | |
| TW201722115A (en) | Transceiver group and associated router | |
| US20210194603A1 (en) | Base station and control method therefor in wireless communication system | |
| US11636037B2 (en) | Methods and apparatuses involving radar system data paths | |
| US20230283311A1 (en) | Digital phased array | |
| US20230188194A1 (en) | Remote beam steering for a millimeter wave repeater | |
| CN108738035B (en) | A data processing method and device for a multi-standard baseband chip, and processing equipment | |
| JP2016213605A (en) | Wireless device and data transfer method | |
| KR100681328B1 (en) | Modem platform device for wireless terminal device development | |
| CN117640052B (en) | Method and system for calibrating phase synchronization of software radio equipment | |
| CN103139879A (en) | Wireless individual local area network (LAN) communication system |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 11844699 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 11844699 Country of ref document: EP Kind code of ref document: A1 |