WO2016206072A1 - Method for controlling beam stabilization and antenna device - Google Patents

Method for controlling beam stabilization and antenna device Download PDF

Info

Publication number
WO2016206072A1
WO2016206072A1 PCT/CN2015/082444 CN2015082444W WO2016206072A1 WO 2016206072 A1 WO2016206072 A1 WO 2016206072A1 CN 2015082444 W CN2015082444 W CN 2015082444W WO 2016206072 A1 WO2016206072 A1 WO 2016206072A1
Authority
WO
WIPO (PCT)
Prior art keywords
antenna device
data
angle
axis
attitude
Prior art date
Application number
PCT/CN2015/082444
Other languages
French (fr)
Chinese (zh)
Inventor
雷洸升
Original Assignee
华为技术有限公司
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by 华为技术有限公司 filed Critical 华为技术有限公司
Priority to CN201580028554.5A priority Critical patent/CN107004953B/en
Priority to PCT/CN2015/082444 priority patent/WO2016206072A1/en
Publication of WO2016206072A1 publication Critical patent/WO2016206072A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H01ELECTRIC ELEMENTS
    • H01QANTENNAS, i.e. RADIO AERIALS
    • H01Q3/00Arrangements for changing or varying the orientation or the shape of the directional pattern of the waves radiated from an antenna or antenna system
    • H01Q3/02Arrangements for changing or varying the orientation or the shape of the directional pattern of the waves radiated from an antenna or antenna system using mechanical movement of antenna or antenna system as a whole
    • H01Q3/08Arrangements for changing or varying the orientation or the shape of the directional pattern of the waves radiated from an antenna or antenna system using mechanical movement of antenna or antenna system as a whole for varying two co-ordinates of the orientation

Definitions

  • the present invention relates to the field of antenna technology, in particular to a method for controlling beam stabilization and an antenna device.
  • AAS Active Antenna System
  • MIMO Multiple-Input Multiple-Output
  • AAS can quickly adjust antenna patterns , Control the antenna beam pointing.
  • AAS adjusts the beam direction through the beam angle adjustment module in the internal digital device, and controls the pitch angle ⁇ and azimuth angle of the beam by pre-configured angle parameters To achieve the purpose of controlling the antenna beam pointing.
  • the station height is generally higher than 20m. Therefore, AAS is susceptible to slow vibration caused by wind resistance and other factors, and slow vibration occurs frequently. It causes the attitude angle of the AAS module to change, which in turn affects the direction of the antenna beam.
  • the station height is more than 20m, the 1° pointing deviation will cause the AAS beam target pointing deviation to be tens of meters, resulting in unstable beam pointing, uncertain spatial propagation path changes, drastic channel changes, and a sharp decrease in network reliability and performance.
  • the mechanical fixation stability of the AAS is generally improved by increasing the strength of the pole for installing the AAS to reduce the instability of the beam pointing caused by jitter, but the construction cost is high, the improvement effect is limited, the scene adaptability is poor, and the transformation period is long; or,
  • By reducing the volume and weight of the AAS module the wind resistance and vibration are reduced.
  • the weight of the AAS is reduced, and the vibration is also reduced correspondingly under the same pole strength.
  • reducing the volume and weight greatly increases the design and processing costs, and the existing design and manufacturing process levels are limited, and a sufficiently small volume and weight cannot be achieved.
  • the AAS attitude information is sampled in real time, and then the quaternion at the previous moment and the quaternion at the current moment are used to calculate the AAS module's ⁇ and Calculating the configuration value that needs to be adjusted for the AAS beam, but requires a digital signal processing unit (DSP, Digital Signal Processor) or a central processing unit (CPU, Central Processing Unit) to perform a lot of repeated operations to calculate ⁇ and And the configuration value is calculated and configured by DSP or CPU.
  • DSP Digital Signal Processor
  • CPU Central Processing Unit
  • the whole process takes a long time, and during the whole calculation process, the occupancy rate of DSP or CPU is very high, which causes other functions undertaken by DSP or CPU to be affected to a certain extent, and also affects ⁇ and The calculation and configuration of the DSP eventually lead to unstable beams and low calibration accuracy. Secondly, if the beam stability needs to be ensured, the computing power of the DSP or CPU needs to be improved, and the cost is correspondingly increased.
  • the present invention provides a method and antenna device for controlling beam stabilization, which can solve the problems of complicated procedures for calculating the attitude angle and low calculation efficiency in the prior art when the antenna beam is stabilized.
  • the first aspect of the present invention provides a method for controlling beam stabilization.
  • the method is applied to an antenna device, and the method includes:
  • the emission angle of the beam emitted by the antenna device is adjusted according to the target configuration value, so that the adjusted emission angle is consistent with the target angle.
  • the determining the target configuration value corresponding to the attitude deviation data according to the correspondence between the attitude deviation data and the configuration value includes:
  • the target configuration value corresponding to the target configuration address is determined according to the correspondence between the configuration address and the configuration value.
  • the period of acquiring attitude data is T
  • the acquiring actual attitude data of the antenna device includes:
  • a n-1 , b n-1 , c n-1 and d n-1 are all real numbers
  • i rotation represents the positive rotation of the X axis to the positive Y axis in the plane intersecting the X axis and the Y axis
  • j rotation represents the rotation of the Z axis positive to the X axis positive direction in the plane where the Z axis and the X axis intersect
  • k rotation Represents the positive rotation of the Y axis to the positive Z axis in the plane where the Y axis and the Z axis intersect;
  • T n use the first quaternion Q n-1 and the angular velocity ⁇ n to calculate the actual attitude data, where T n-1 is the start time of the n-1th cycle, The T n is the start time of the nth cycle, and the n is a positive integer.
  • the actual attitude data includes a pitch angle element and an azimuth angle element, and the first four-element
  • the number Q n-1 and the angular velocity ⁇ n are calculated to obtain the actual attitude data, including:
  • the quaternion iterative algorithm is used to solve the quaternion differential equation composed of the first quaternion and the angular velocity, and the second quaternion Q n of the antenna device at the T n is calculated.
  • Two quaternion Q n includes scalar and vector;
  • a n, b n, c n and d n are real numbers
  • a n a n-1 +((-b n-1 * ⁇ x -c n-1 * ⁇ y -d n-1 * ⁇ z )>>1);
  • b n b n-1 +((a n-1 * ⁇ x +c n-1 * ⁇ z -d n-1 * ⁇ y )>>1);
  • c n c n-1 +((a n-1 * ⁇ y -b n-1 * ⁇ z +d n-1 * ⁇ x )>>1);
  • d n d n-1 +((a n-1 * ⁇ z +b n-1 * ⁇ y -c n-1 * ⁇ x )>>1);
  • ⁇ x , ⁇ y , ⁇ z are the components of ⁇ n on the X-axis, Y-axis and Z-axis respectively;
  • the determining the target configuration address corresponding to the posture deviation data according to the correspondence relationship between the posture deviation data and the configuration address includes:
  • the target configuration address is obtained according to the correspondence between the elevation angle element, the azimuth angle element and the configuration address, and the deviation range.
  • the a n , the b n , the c n and the d n are respectively calculated to obtain the
  • the pitch angle element and the azimuth angle element include:
  • the first expression is used to indicate the value of the pitch angle element, and the first expression is:
  • the second expression is used to represent the value of the azimuth angle element, and the second expression is:
  • the adjusting the emission angle of the beam emitted by the antenna device according to the target configuration value includes :
  • the target configuration value is used to perform beamforming on the beam inputting the service data of the antenna device to adjust the transmission angle to the target configuration address.
  • the target angle is described, and the adjusted beam is obtained;
  • the method also includes:
  • a second aspect of the present invention provides an antenna device, and the antenna device includes:
  • An attitude acquisition module which is used to acquire actual attitude data of the antenna device
  • a processing module configured to calculate attitude deviation data according to the preset attitude data and the actual attitude data
  • the attitude adjustment module is configured to adjust the emission angle of the beam emitted by the antenna device according to the target configuration value, so that the adjusted emission angle is consistent with the target angle.
  • the processing module is specifically configured to:
  • the target configuration value corresponding to the target configuration address is determined according to the correspondence between the configuration address and the configuration value.
  • the posture acquisition module is specifically configured to:
  • a n-1 , b n-1 , c n-1 and d n-1 are all real numbers
  • the processing module is specifically configured to: at the time T n , use the first quaternion Q n-1 and the angular velocity ⁇ n to calculate the actual attitude data, and the T n-1 is the n-th 1 cycle starting time, the starting time T n is the n-th cycle, the n is a positive integer, the pose data acquisition period is T.
  • the actual attitude data includes a pitch angle element and an azimuth angle element
  • the processing module includes a programmable device, The programmable device is used for:
  • the quaternion iterative algorithm is used to solve the quaternion differential equation composed of the first quaternion and the angular velocity, and the second quaternion Q n of the antenna device at the T n is calculated.
  • Two quaternion Q n includes scalar and vector;
  • a n a n-1 +((-b n-1 * ⁇ x -c n-1 * ⁇ y -d n-1 * ⁇ z )>>1);
  • b n b n-1 +((a n-1 * ⁇ x +c n-1 * ⁇ z -d n-1 * ⁇ y )>>1);
  • c n c n-1 +((a n-1 * ⁇ y -b n-1 * ⁇ z +d n-1 * ⁇ x )>>1);
  • d n d n-1 +((a n-1 * ⁇ z +b n-1 * ⁇ y -c n-1 * ⁇ x )>>1);
  • the target configuration address is obtained according to the correspondence between the elevation angle element, the azimuth angle element and the configuration address, and the deviation range.
  • the programmable device is specifically used for:
  • the first expression is used to indicate the value of the pitch angle element, and the first expression is:
  • the second expression is used to represent the value of the azimuth angle element, and the second expression is:
  • the attitude adjustment module is specifically configured to:
  • the target configuration value is used to perform beamforming on the beam inputting the service data of the antenna device to adjust the transmission angle to the target configuration address.
  • the target angle is described, and the adjusted beam is obtained;
  • the antenna device also includes a transmitting module, and the transmitting module is used to:
  • the attitude acquisition module is integrated in the antenna device or installed on the antenna device through strapdown
  • the attitude acquisition module includes an acceleration sensor and a gyro sensor, the acceleration sensor is used to acquire a pitch angle and an azimuth angle, and the gyro sensor is used to acquire the three-axis angular velocity of the antenna device in real time.
  • the programmable device is also used to perform three-axis angular velocity input from the gyroscope sensor into the programmable device. Filtering and smoothing.
  • the posture deviation data is calculated according to the preset posture data and the actual posture data obtained, and the target configuration value corresponding to the posture deviation data is determined according to the above-mentioned corresponding relationship, and then according to the target configuration value
  • the emission angle of the beam emitted by the antenna device is adjusted so that the adjusted emission angle is consistent with the target angle. It can effectively improve the calculation efficiency, and effectively improve the stability of the beam angle in the case of module vibration, and offset the influence of the module vibration on the beam direction.
  • FIG. 1 is a schematic flow chart of a method for controlling beam stabilization in an embodiment of the present invention
  • Figure 1-1 is a schematic diagram of the structure of filter one for filtering and smoothing three-axis angular velocities in an embodiment of the invention
  • FIG. 2 is a schematic diagram of a structure of an antenna device in an embodiment of the present invention.
  • FIG. 3 is a schematic diagram of another structure of an antenna device in an embodiment of the present invention.
  • modules or sub-modules described as separate components may or may not be physically separate, may or may not be physical modules, or may not be divided into multiple circuit modules. You can select some of them or sub-modules according to actual needs. All modules achieve the purpose of the solution of the embodiment of the present invention.
  • the embodiment of the present invention provides a method and antenna device for controlling beam stabilization, which are used in the field of antenna technology.
  • the antenna device that implements some or all of the steps in the method of the present invention may be an active antenna system or other similar systems.
  • the source antenna system can be connected with the indoor baseband processing unit (BBU, Building Base Band Unit) to form a base station through optical fiber connection to jointly complete the transmission of service data.
  • BBU Indoor baseband processing unit
  • the method embodiments and device embodiments described in this article can be applied to base stations of higher-level communication systems such as 2G/3G/4G/5G.
  • the specific application scenarios are as follows:
  • the present invention is applied in a 3G communication system, and the network element base transceiver station (BTS, Base Transceiver Station) implements the method of the present invention.
  • the BTS is a base transceiver station in a 2G communication system, that is, it realizes the communication between the user equipment and the network. Relay equipment for wireless communication.
  • the present invention is applied in a 3G communication system.
  • the mobile base station (Node B, Node Base Station) of the network element implements the method described in the present invention.
  • the Node B communicates with the radio network controller (RNC, Radio Network Controller) through a standard Iub interface.
  • RNC Radio Network Controller
  • Interconnect communicate with the user equipment through the Uu interface, and mainly complete the processing of the Uu interface physical layer protocol and the Iub interface protocol.
  • Node B is mainly composed of To Control subsystem, transmission subsystem, radio frequency subsystem, intermediate frequency/baseband subsystem, antenna feeder subsystem and other parts.
  • Evoled Node Base Station (eNodeB, Evoled Node Base Station) implements the method described in the present invention.
  • eNodeB Evoled Node Base Station
  • Integrate part of the RNC function reducing the level of communication protocol.
  • the geometric meaning of i, j, k can be understood as a kind of rotation, where i rotation represents the positive rotation of the X axis to the positive Y axis in the plane where the X axis and the Y axis intersect, and the j rotation represents the plane where the Z axis and the X axis intersect.
  • k rotation represents the positive direction of the Y axis to the positive direction of the Z axis in the plane where the Y axis and the Z axis intersect.
  • the method is applied to an antenna device, and the method includes:
  • the actual attitude data includes the elevation angle and the azimuth angle
  • the actual attitude data is the attitude data of the antenna device at the current moment, which can be obtained through the attitude acquisition device on the antenna device of strapdown, or it can be built in the antenna device
  • the specific obtaining method is not limited.
  • the preset posture data can be the posture data at the time of initialization, or the posture data at the last moment that has not been initialized. It can be seen that the posture deviation data is only the relative value between the two, XX
  • the posture deviation data is calculated according to the preset posture data and the acquired actual posture data, and the target configuration value corresponding to the posture deviation data is determined according to the above-mentioned corresponding relationship, and then To Then, the emission angle of the beam emitted by the antenna device is adjusted according to the target configuration value, so that the adjusted emission angle is consistent with the target angle. It can effectively improve the calculation efficiency, and effectively improve the stability of the beam angle in the case of module vibration, and offset the influence of the module vibration on the beam direction.
  • the attitude deviation is determined according to the correspondence relationship between the attitude deviation data and the configuration value
  • the target configuration values corresponding to the data include:
  • the target configuration value corresponding to the target configuration address is determined according to the correspondence between the configuration address and the configuration value.
  • the period of acquiring attitude data is T
  • the acquiring actual attitude data of the antenna device in a second optional embodiment of the embodiment of the present invention,include:
  • a n-1 , b n-1 , c n-1 and d n-1 are all real numbers
  • i rotation represents the positive rotation of the X axis to the positive Y axis in the plane intersecting the X axis and the Y axis
  • j rotation represents the rotation of the Z axis positive to the X axis positive direction in the plane where the Z axis and the X axis intersect
  • k rotation Represents the positive rotation of the Y axis to the positive Z axis in the plane where the Y axis and the Z axis intersect;
  • T n use the first quaternion Q n-1 and the angular velocity ⁇ n to calculate the actual attitude data, where T n-1 is the start time of the n-1th cycle, The T n is the start time of the nth cycle, and the n is a positive integer.
  • the actual attitude data of the antenna device at each moment can be obtained through inertial sensitive elements (such as gyroscope sensors and acceleration sensors). Due to the drift of the zero axis of the gyroscope, the calculation accuracy of the antenna device will be reduced.
  • the preset initialization condition includes one of the following situations: To
  • the notification message includes at least one of the number of users currently accessing the network and the number of services; when the BBU determines that at least one of the following items is satisfied, the notification message is sent to the antenna device:
  • the number of users currently accessing the network is not greater than the first threshold
  • the number of services currently connected to the network is not greater than the second threshold.
  • Timing that is, when the timer reaches the trigger time of the timer, it is determined that the preset initialization condition is satisfied.
  • the antenna device After confirming that the above-mentioned antenna device meets the preset initialization conditions, it can initialize the quaternion, elevation angle and azimuth angle at the current moment, which is the quaternion after initialization, while ensuring that the impact on the current network status is minimized.
  • q 0 [1 0 0 0] T
  • the pitch angle ⁇ and azimuth angle after initialization Both are 0.
  • the gyro sensor is used to sample the three-axis angular velocity ( ⁇ x , ⁇ y , ⁇ z ), the sampling period T remains the same, and the sampling frequency is increased as much as possible to obtain higher accuracy of the calculation results.
  • the sampling frequency It is 500-800Hz.
  • Alpha Alpha filter can be used for filtering and smoothing (the specific implementation process is shown in Figure 1-1), or Alpha Beta Alpha-Beta filter can be used for filtering and smoothing. Which smoothing algorithm is used, as long as it can improve better performance Yes, there is no limitation in this article.
  • the actual attitude data includes a pitch angle element and an azimuth angle element
  • the Using the first quaternion Q n-1 and the angular velocity ⁇ n to calculate the actual attitude data includes:
  • the quaternion iterative algorithm is used to solve the quaternion differential equation composed of the first quaternion and the angular velocity, and the second quaternion Q n of the antenna device at the T n is calculated.
  • Two quaternion Q n includes scalar and vector;
  • a n, b n, c n and d n are real number, ⁇ x, ⁇ y, ⁇ z ⁇ n are in the order of X axis, Y axis and Z axis component;
  • a n a n-1 +((-b n-1 * ⁇ x -c n-1 * ⁇ y -d n-1 * ⁇ z )>>1);
  • b n b n-1 +((a n-1 * ⁇ x +c n-1 * ⁇ z -d n-1 * ⁇ y )>>1);
  • c n c n-1 +((a n-1 * ⁇ y -b n-1 * ⁇ z +d n-1 * ⁇ x )>>1);
  • d n d n-1 +((a n-1 * ⁇ z +b n-1 * ⁇ y -c n-1 * ⁇ x )>>1);
  • the determining the target configuration address corresponding to the posture deviation data according to the correspondence relationship between the posture deviation data and the configuration address includes:
  • the target configuration address is obtained according to the correspondence between the elevation angle element, the azimuth angle element and the configuration address, and the deviation range.
  • the use of the a n , the b n , the c n and all The d n is calculated to obtain the elevation angle element E ⁇ and the azimuth angle element include:
  • the first expression is used to indicate the value of the pitch angle element, and the first expression is:
  • the second expression is used to represent the value of the azimuth angle element, and the second expression is:
  • >>1 means shift to the right by one bit, that is , divide (-b n-1 * ⁇ x -c n-1 * ⁇ y -d n-1 * ⁇ z ) by 2 to replace the original division operation, which effectively improves Operation efficiency, reduction of operation resources, of course, other methods can also be used to replace the original division operation, the specifics are not limited.
  • the second quaternion before the coordinate conversion of the second quaternion, in order to reduce the calculation error, the second quaternion is generally normalized, so the subsequent calculations obtain the above ⁇ and middle and It is the parameter after normalization processing.
  • an iterative algorithm is used to first calculate the a n , b n , c n, and d n required in the fourth alternative embodiment, which effectively reduces the number of operations and the operation time.
  • the calculation process only needs to complete 12 multiplications, 2 divisions, and 8 additions/subtractions.
  • the entire calculation process can be completed by DSP, CPU or Field Programmable Gate Array (FPGA, Field Programmable Gate Array) calculation.
  • FPGA Field Programmable Gate Array
  • To This method gives priority to the use of FPGA to complete the entire calculation and configuration process. It does not need to improve the ability of DSP or CPU to achieve efficient calculations and simplified calculations, almost zero cost increase, and the specific selection of processing units is not limited in this article. For example, taking the angular velocity sampling rate of 800 Hz for example, when the operating clock of the calculation and configuration unit is 100Mhz, the time required for the calculation and configuration process can be controlled within 125 working clock cycles.
  • the beam transmitted by the antenna device is subjected to the target configuration value.
  • the launch angle including:
  • the target configuration value is used to perform beamforming on the beam inputting the service data of the antenna device to adjust the transmission angle to the target configuration address.
  • the target angle is described, and the adjusted beam is obtained;
  • the method also includes:
  • the configuration value of the beam angle in this article can be pre-calculated and stored in the memory, for example, the random access memory (RAM, abbreviation of Random-Access Memory) stored in the FPGA, which can improve the real-time configuration. , Easy to call, no need to calculate the target configuration value every time.
  • RAM random access memory
  • the value range varies according to the actual scene.
  • 81 groups of corresponding beam angle configuration values are obtained, and each configuration value corresponds to the configuration address and configuration.
  • the value corresponding to the configuration address is stored in RAM.
  • the pitch angle element and the azimuth angle element can be mapped to the corresponding configuration address, and then the corresponding configuration value can be read through the configuration address.
  • the antenna device 20 includes:
  • the attitude acquisition module 201 is configured to acquire actual attitude data of the antenna device 20; To
  • the processing module 202 is configured to calculate the posture deviation data according to the preset posture data and the actual posture data;
  • the attitude adjustment module 203 is configured to adjust the emission angle of the beam emitted by the antenna device 20 according to the target configuration value, so that the adjusted emission angle is consistent with the target angle.
  • the processing module 202 calculates the posture deviation data according to the preset posture data and the actual posture data acquired by the posture acquisition module 201, and determines the target configuration value corresponding to the posture deviation data according to the above-mentioned corresponding relationship, and then adjusts the posture.
  • the module 203 adjusts the emission angle of the beam emitted by the antenna device according to the target configuration value, so that the adjusted emission angle is consistent with the target angle. It can effectively improve the calculation efficiency, and effectively improve the stability of the beam angle in the case of module vibration, and offset the influence of the module vibration on the beam direction.
  • the processing module 202 is specifically configured to:
  • the target configuration value corresponding to the target configuration address is determined according to the correspondence between the configuration address and the configuration value.
  • the posture acquisition module 201 is specifically configured to:
  • a n-1 , b n-1 , c n-1 and d n-1 are all real numbers
  • the processing module 202 is specifically configured to: at time T n , use the first quaternion Q n-1 and the angular velocity ⁇ n to calculate the actual attitude data, where T n-1 is the nth -1 cycle starting time, the starting time T n is the n-th cycle, the n is a positive integer, the pose data acquisition period is T.
  • the actual attitude data includes a pitch angle element and an azimuth angle.
  • the processing module 202 includes a programmable device 2021, and the programmable device 2021 is used for:
  • the quaternion iterative algorithm is used to solve the quaternion differential equation composed of the first quaternion and the angular velocity, and the second quaternion Q n of the antenna device 20 at the T n is calculated.
  • the second quaternion Q n includes a scalar and a vector;
  • a n, b n, c n and d n are real number, ⁇ x, ⁇ y, ⁇ z ⁇ n are in the order of X axis, Y axis and Z axis component;
  • a n a n-1 +((-b n-1 * ⁇ x -c n-1 * ⁇ y -d n-1 * ⁇ z )>>1);
  • b n b n-1 +((a n-1 * ⁇ x +c n-1 * ⁇ z -d n-1 * ⁇ y )>>1);
  • c n c n-1 +((a n-1 * ⁇ y -b n-1 * ⁇ z +d n-1 * ⁇ x )>>1);
  • d n d n-1 +((a n-1 * ⁇ z +b n-1 * ⁇ y -c n-1 * ⁇ x )>>1);
  • the target configuration address is obtained according to the correspondence between the elevation angle element, the azimuth angle element and the configuration address, and the deviation range.
  • the programmable device 2021 is specifically used for:
  • the first expression is used to indicate the value of the pitch angle element, and the first expression is: To
  • the second expression is used to represent the value of the azimuth angle element, and the second expression is:
  • the attitude adjustment module 203 is specifically configured to:
  • the target configuration value is used to perform beamforming on the beam inputting the service data of the antenna device 20 to adjust the transmission angle to the target configuration address.
  • the target angle is described, and the adjusted beam is obtained;
  • the antenna device 20 further includes a transmission module 204, and the transmission module 204 is configured to:
  • the transmission angle of the beam is switched to the target angle, and the adjusted beam is transmitted according to the target angle.
  • the transmission module 204 is generally an antenna element.
  • the attitude acquisition module 201 is integrated in the antenna device Installed on the antenna device 20 within 20 or through strapdown, the attitude acquisition module 201 includes an acceleration sensor 2011 and a gyro sensor 2012.
  • the acceleration sensor 2011 is used to acquire a pitch angle and an azimuth angle.
  • the gyro sensor 2012 is used to obtain the three-axis angular velocity of the antenna device 20 in real time.
  • the programmable device 2021 is further configured to input the input from the gyroscope sensor to the The three-axis angular velocity of the programmable device is filtered and smoothed, so as to subsequently use the three-axis angular velocity to calculate the second quaternion, the azimuth angle element, and the pitch angle element.
  • the present invention also provides a computer storage medium that stores a program, and when the program is executed, some or all of the steps in the method for controlling beam stabilization are included.
  • the present invention also provides a computer storage medium that stores a program that includes part or all of the steps in the method for controlling beam stabilization performed by the antenna device when the program is executed.
  • the disclosed system, device, and method can be implemented in other ways.
  • the device embodiments described above are only illustrative.
  • the division of the units is only a logical function division, and there may be other divisions in actual implementation, for example, multiple units or components may be combined or It can be integrated into another system, or some features can be ignored or not implemented.
  • the displayed or discussed mutual coupling or direct coupling or communication connection may be indirect coupling or communication connection through some interfaces, devices or units, and may be in electrical, mechanical or other forms.
  • the units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, that is, they may be located in one place, or they may be distributed on multiple network units. Some or all of the units may be selected according to actual needs to achieve the objectives of the solutions of the embodiments.
  • the functional units in the various embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units may be integrated into one unit.
  • the above-mentioned integrated unit can be implemented in the form of hardware or software functional unit.
  • the integrated unit is implemented in the form of a software functional unit and sold or used as an independent product, it can be stored in a computer readable storage medium.
  • the technical solution of the present invention essentially or the part that contributes to the prior art or all or part of the technical solution can be embodied in the form of a software product, and the computer software product is stored in a storage To
  • the medium includes a number of instructions to enable a computer device (which may be a personal computer, a server, or a network device, etc.) to perform all or part of the steps of the methods described in the various embodiments of the present invention.
  • the aforementioned storage media include: U disk, mobile hard disk, read-only memory (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory), magnetic disks or optical disks and other media that can store program codes. .

Landscapes

  • Variable-Direction Aerials And Aerial Arrays (AREA)

Abstract

Provided are a method for controlling beam stabilization and an antenna device. The method comprises: acquiring actual posture data of an antenna device; calculating and obtaining posture deviation data according to pre-set posture data and the actual posture data; when it is determined that the posture deviation data falls within a pre-set deviation threshold value, determining a target configuration value corresponding to the posture deviation data according to a correlation between the posture deviation data and a configuration value; and adjusting a transmission angle of a beam transmitted by the antenna device according to the target configuration value, so that the adjusted transmission angle is consistent with a target angle. The present invention can solve the problems in the prior art that procedures of calculating a posture angle are complicated and the operation efficiency is relatively low when an antenna beam is stabilized.

Description

一种控制波束稳定的方法及天线设备Method for controlling beam stabilization and antenna equipment 技术领域Technical field
本发明涉及天线技术领域,尤其涉及的是一种控制波束稳定的方法及天线设备。The present invention relates to the field of antenna technology, in particular to a method for controlling beam stabilization and an antenna device.
背景技术Background technique
有源天线系统(AAS,Active Antenna System)为当前无线移动通信的重要发展方向。相比传统无源天线系统,AAS结合多输入多输出(MIMO,Multiple-Input Multiple-Output)技术,可以减少基站安装成本、提升无线移动通信网络容量和性能,并且,AAS能够快速调整天线方向图,控制天线波束指向。通常AAS通过内部数字器件中的波束角度调整模块调整波束指向,通过预先配置角度参数,控制波束的俯仰角θ和方位角
Figure PCTCN2015082444-appb-000001
达到控制天线波束指向的目的。
Active Antenna System (AAS, Active Antenna System) is an important development direction of current wireless mobile communications. Compared with traditional passive antenna systems, AAS combined with Multiple-Input Multiple-Output (MIMO) technology can reduce base station installation costs, improve wireless mobile communication network capacity and performance, and AAS can quickly adjust antenna patterns , Control the antenna beam pointing. Usually AAS adjusts the beam direction through the beam angle adjustment module in the internal digital device, and controls the pitch angle θ and azimuth angle of the beam by pre-configured angle parameters
Figure PCTCN2015082444-appb-000001
To achieve the purpose of controlling the antenna beam pointing.
由于现有的AAS应用场景主要为室外站(如铁塔站、楼顶站等),站高普遍高于20m,因此,AAS容易受风阻等其他因素引起的缓慢振动的影响,频繁出现缓慢振动,引起AAS模块的姿态角变化,进而影响天线波束的指向。由于在20m以上的站高时,1°指向偏差会导致AAS波束目标指向偏差数十米,导致波束指向不稳定、空间传播路径变化不定、信道变化剧烈以及网络可靠性和性能急剧降低。目前,一般通过提高安装AAS的抱杆强度来提升AAS的机械固定稳定度,以减少抖动带来的波束指向不稳定,但建站成本高、改善效果有限、场景适应性差且改造周期长;或,通过减小AAS模块体积和重量,以降低风阻、减弱振动,另外,AAS重量减小,在同样抱杆强度的情况下,振动也相应减弱。但受工艺水平限制,缩小体积和重量极大增加设计和加工成本,并且现有设计和制造工艺水平有限,并不能实现足够小的体积和重量。Since the existing AAS application scenarios are mainly outdoor stations (such as tower stations, rooftop stations, etc.), the station height is generally higher than 20m. Therefore, AAS is susceptible to slow vibration caused by wind resistance and other factors, and slow vibration occurs frequently. It causes the attitude angle of the AAS module to change, which in turn affects the direction of the antenna beam. When the station height is more than 20m, the 1° pointing deviation will cause the AAS beam target pointing deviation to be tens of meters, resulting in unstable beam pointing, uncertain spatial propagation path changes, drastic channel changes, and a sharp decrease in network reliability and performance. At present, the mechanical fixation stability of the AAS is generally improved by increasing the strength of the pole for installing the AAS to reduce the instability of the beam pointing caused by jitter, but the construction cost is high, the improvement effect is limited, the scene adaptability is poor, and the transformation period is long; or, By reducing the volume and weight of the AAS module, the wind resistance and vibration are reduced. In addition, the weight of the AAS is reduced, and the vibration is also reduced correspondingly under the same pole strength. However, limited by the technological level, reducing the volume and weight greatly increases the design and processing costs, and the existing design and manufacturing process levels are limited, and a sufficiently small volume and weight cannot be achieved.
在雷达领域,一般通过在天线模块上捷联陀螺仪传感器和加速度传感器,实时对AAS的姿态信息进行采样,然后利用上一时刻的四元数、及当前时刻的四元数计算得到AAS模块的θ和
Figure PCTCN2015082444-appb-000002
计算AAS波束需要调整的配置值,但需要数字信号处理单元(DSP,Digital Signal Processor)或中央处理器(CPU, Central Processing Unit)经过大量的反复运算才能计算得到θ和
Figure PCTCN2015082444-appb-000003
并且该配置值是由DSP或CPU进行运算、配置得到。整个过程耗时长,且整个运算过程中,DSP或CPU的占用率非常高,导致DSP或CPU所承担的其他功能受到一定程度影响,并且也影响到θ和
Figure PCTCN2015082444-appb-000004
的计算和配置,最终导致波束不稳定,校准的精确的较低,其次,如果需要保证波束稳定,需要提高DSP或CPU的运算能力,成本也相应增加。
In the field of radar, generally through the strap-down gyroscope sensor and acceleration sensor on the antenna module, the AAS attitude information is sampled in real time, and then the quaternion at the previous moment and the quaternion at the current moment are used to calculate the AAS module's θ and
Figure PCTCN2015082444-appb-000002
Calculating the configuration value that needs to be adjusted for the AAS beam, but requires a digital signal processing unit (DSP, Digital Signal Processor) or a central processing unit (CPU, Central Processing Unit) to perform a lot of repeated operations to calculate θ and
Figure PCTCN2015082444-appb-000003
And the configuration value is calculated and configured by DSP or CPU. The whole process takes a long time, and during the whole calculation process, the occupancy rate of DSP or CPU is very high, which causes other functions undertaken by DSP or CPU to be affected to a certain extent, and also affects θ and
Figure PCTCN2015082444-appb-000004
The calculation and configuration of the DSP eventually lead to unstable beams and low calibration accuracy. Secondly, if the beam stability needs to be ensured, the computing power of the DSP or CPU needs to be improved, and the cost is correspondingly increased.
发明内容Summary of the invention
本发明提供了一种控制波束稳定的方法及天线设备,能够解决现有技术中在稳定天线波束时,计算姿态角的程序繁琐且运算效率较低的问题。The present invention provides a method and antenna device for controlling beam stabilization, which can solve the problems of complicated procedures for calculating the attitude angle and low calculation efficiency in the prior art when the antenna beam is stabilized.
本发明第一方面提供一种控制波束稳定的方法,所述方法应用于天线设备,所述方法包括:The first aspect of the present invention provides a method for controlling beam stabilization. The method is applied to an antenna device, and the method includes:
获取所述天线设备的实际姿态数据;Acquiring actual attitude data of the antenna device;
根据预设姿态数据和所述实际姿态数据计算得到姿态偏差数据;Calculating the posture deviation data according to the preset posture data and the actual posture data;
在确定所述姿态偏差数据落在预设偏差阈值时,根据所述姿态偏差数据与配置值的对应关系确定所述姿态偏差数据对应的目标配置值;When it is determined that the posture deviation data falls within a preset deviation threshold, determine the target configuration value corresponding to the posture deviation data according to the correspondence relationship between the posture deviation data and the configuration value;
根据所述目标配置值对所述天线设备所发射波束的发射角度进行调整,以使调整后的所述发射角度与目标角度一致。The emission angle of the beam emitted by the antenna device is adjusted according to the target configuration value, so that the adjusted emission angle is consistent with the target angle.
结合第一方面,本发明第一方面的第一种实现方式中,所述根据所述姿态偏差数据与配置值的对应关系确定所述姿态偏差数据对应的目标配置值,包括:With reference to the first aspect, in a first implementation manner of the first aspect of the present invention, the determining the target configuration value corresponding to the attitude deviation data according to the correspondence between the attitude deviation data and the configuration value includes:
根据姿态偏差数据与配置地址的对应关系确定所述姿态偏差数据所对应的目标配置地址,所述目标配置地址用于控制所述天线设备发射波束的角度;Determining the target configuration address corresponding to the attitude deviation data according to the correspondence between the attitude deviation data and the configuration address, where the target configuration address is used to control the angle of the antenna device transmitting beam;
根据配置地址与配置值的对应关系确定所述目标配置地址对应的目标配置值。The target configuration value corresponding to the target configuration address is determined according to the correspondence between the configuration address and the configuration value.
结合第一方面的第一种实现方式,本发明第一方面的第二种实现方式中,获取姿态数据的周期为T,所述获取所述天线设备的实际姿态数据,包括:With reference to the first implementation manner of the first aspect, in the second implementation manner of the first aspect of the present invention, the period of acquiring attitude data is T, and the acquiring actual attitude data of the antenna device includes:
获取Tn-1时刻所述天线设备的第一四元数Qn-1和Tn时刻的角速度ωnAcquiring angular velocity ω T n-1 time of the antenna device of the first quaternion Q n-1 and T n of the n-time;
Figure PCTCN2015082444-appb-000005
an-1、bn-1、cn-1及dn-1均为实数;
Figure PCTCN2015082444-appb-000005
a n-1 , b n-1 , c n-1 and d n-1 are all real numbers;
其中,i旋转代表X轴与Y轴相交平面中X轴正向向Y轴正向的旋转,j旋转代表Z轴与X轴相交平面中Z轴正向向X轴正向的旋转,k旋转代表Y轴与Z轴相交平面中Y轴正向向Z轴正向的旋转;Among them, i rotation represents the positive rotation of the X axis to the positive Y axis in the plane intersecting the X axis and the Y axis, j rotation represents the rotation of the Z axis positive to the X axis positive direction in the plane where the Z axis and the X axis intersect, and k rotation Represents the positive rotation of the Y axis to the positive Z axis in the plane where the Y axis and the Z axis intersect;
在Tn时刻,利用所述第一四元数Qn-1和所述角速度ωn,计算得到所述实际姿态数据,所述Tn-1为第n-1个周期的起始时刻,所述Tn为第n个周期的起始时刻,所述n为正整数。At time T n , use the first quaternion Q n-1 and the angular velocity ω n to calculate the actual attitude data, where T n-1 is the start time of the n-1th cycle, The T n is the start time of the nth cycle, and the n is a positive integer.
结合第一方面的第一至第二种实现方式,本发明第一方面的第三种实现方式中,所述实际姿态数据包括俯仰角元素和方位角元素,所述利用所述第一四元数Qn-1和所述角速度ωn,计算得到所述实际姿态数据,包括:In combination with the first to second implementation manners of the first aspect, in a third implementation manner of the first aspect of the present invention, the actual attitude data includes a pitch angle element and an azimuth angle element, and the first four-element The number Q n-1 and the angular velocity ω n are calculated to obtain the actual attitude data, including:
利用四元数迭代算法解由所述第一四元数和所述角速度组成的四元数微分方程,计算得到所述天线设备在所述Tn的第二四元数Qn,所述第二四元数Qn包括标量和向量;The quaternion iterative algorithm is used to solve the quaternion differential equation composed of the first quaternion and the angular velocity, and the second quaternion Q n of the antenna device at the T n is calculated. Two quaternion Q n includes scalar and vector;
Figure PCTCN2015082444-appb-000006
an、bn、cn及dn均为实数;
Figure PCTCN2015082444-appb-000006
a n, b n, c n and d n are real numbers;
其中,an=an-1+((-bn-1x-cn-1y-dn-1z)>>1);Among them, a n =a n-1 +((-b n-1x -c n-1y -d n-1z )>>1);
bn=bn-1+((an-1x+cn-1z-dn-1y)>>1);b n = b n-1 +((a n-1x +c n-1z -d n-1y )>>1);
cn=cn-1+((an-1y-bn-1z+dn-1x)>>1);c n = c n-1 +((a n-1y -b n-1z +d n-1x )>>1);
dn=dn-1+((an-1z+bn-1y-cn-1x)>>1);d n =d n-1 +((a n-1z +b n-1y -c n-1x )>>1);
ωx,ωy,ωz分别依次为ωn在X轴、Y轴及Z轴上的分量;ω x , ω y , ω z are the components of ω n on the X-axis, Y-axis and Z-axis respectively;
利用所述an、所述bn、所述cn及所述dn分别计算得到所述俯仰角元素和所述方位角元素;Using the a n, the b n, c n a d n and the pitch angle are calculated to obtain the azimuth angle element and said element;
所述根据姿态偏差数据与配置地址的对应关系确定所述姿态偏差数据所对应的目标配置地址,包括:The determining the target configuration address corresponding to the posture deviation data according to the correspondence relationship between the posture deviation data and the configuration address includes:
根据所述俯仰角元素、所述方位角元素确定所述姿态偏差数据所属的偏差范围; Determine the deviation range to which the attitude deviation data belongs according to the pitch angle element and the azimuth angle element; To
根据所述俯仰角元素、所述方位角元素与配置地址三者之间的对应关系,及所述偏差范围得到所述目标配置地址。The target configuration address is obtained according to the correspondence between the elevation angle element, the azimuth angle element and the configuration address, and the deviation range.
结合第一方面的第三种实现方式,本发明第一方面的第四种实现方式中,所述利用所述an、所述bn、所述cn及所述dn分别计算得到所述俯仰角元素和所述方位角元素,包括:In combination with the third implementation manner of the first aspect, in the fourth implementation manner of the first aspect of the present invention, the a n , the b n , the c n and the d n are respectively calculated to obtain the The pitch angle element and the azimuth angle element include:
利用所述an、所述bn、所述cn及所述dn、第一表达式计算得到所述俯仰角元素;Calculating the pitch angle element by using the a n , the b n , the c n , the d n , and the first expression;
所述第一表达式用于表示所述俯仰角元素的取值,所述第一表达式为:The first expression is used to indicate the value of the pitch angle element, and the first expression is:
Figure PCTCN2015082444-appb-000007
Figure PCTCN2015082444-appb-000007
利用所述an、所述bn、所述cn及所述dn、第二表达式计算得到所述方位角元素;Calculating the azimuth angle element by using the a n , the b n , the c n and the d n , and a second expression;
所述第二表达式用于表示所述方位角元素的取值,所述第二表达式为:The second expression is used to represent the value of the azimuth angle element, and the second expression is:
Figure PCTCN2015082444-appb-000008
Figure PCTCN2015082444-appb-000008
结合第一方面的第一至第四种实现方式,本发明第一方面的第五种实现方式中,所述根据所述目标配置值对所述天线设备所发射波束的发射角度进行调整,包括:With reference to the first to fourth implementation manners of the first aspect, in a fifth implementation manner of the first aspect of the present invention, the adjusting the emission angle of the beam emitted by the antenna device according to the target configuration value includes :
在将用于确定波束当前输出的配置地址切换至所述目标配置地址后,利用所述目标配置值对输入所述天线设备的业务数据的波束进行波束赋型,以调整所述发射角度至所述目标角度,得到调整后的波束;After the configuration address used to determine the current output of the beam is switched to the target configuration address, the target configuration value is used to perform beamforming on the beam inputting the service data of the antenna device to adjust the transmission angle to the target configuration address. The target angle is described, and the adjusted beam is obtained;
所述方法还包括:The method also includes:
将发射所述波束的发射角度切换至所述目标角度,并按照所述目标角度发射所述调整后的波束。Switch the emission angle of transmitting the beam to the target angle, and transmit the adjusted beam according to the target angle.
本发明第二方面提供一种天线设备,所述天线设备包括:A second aspect of the present invention provides an antenna device, and the antenna device includes:
姿态获取模块,用于获取所述天线设备的实际姿态数据;An attitude acquisition module, which is used to acquire actual attitude data of the antenna device;
处理模块,用于根据预设姿态数据和所述实际姿态数据计算得到姿态偏差数据; A processing module, configured to calculate attitude deviation data according to the preset attitude data and the actual attitude data; To
在确定所述姿态偏差数据落在预设偏差阈值时,根据所述姿态偏差数据与配置值的对应关系确定所述姿态偏差数据对应的目标配置值;When it is determined that the posture deviation data falls within a preset deviation threshold, determine the target configuration value corresponding to the posture deviation data according to the correspondence relationship between the posture deviation data and the configuration value;
姿态调整模块,用于根据所述目标配置值对所述天线设备所发射波束的发射角度进行调整,以使调整后的所述发射角度与目标角度一致。The attitude adjustment module is configured to adjust the emission angle of the beam emitted by the antenna device according to the target configuration value, so that the adjusted emission angle is consistent with the target angle.
结合第二方面,本发明第二方面的第一种实现方式中,所述处理模块具体用于:With reference to the second aspect, in the first implementation manner of the second aspect of the present invention, the processing module is specifically configured to:
根据姿态偏差数据与配置地址的对应关系确定所述姿态偏差数据所对应的目标配置地址,所述目标配置地址用于控制所述天线设备发射波束的角度;Determining the target configuration address corresponding to the attitude deviation data according to the correspondence between the attitude deviation data and the configuration address, where the target configuration address is used to control the angle of the antenna device transmitting beam;
根据配置地址与配置值的对应关系确定所述目标配置地址对应的目标配置值。The target configuration value corresponding to the target configuration address is determined according to the correspondence between the configuration address and the configuration value.
结合第二方面的第一种实现方式,本发明第二方面的第二种实现方式中,所述姿态获取模块具体用于:With reference to the first implementation manner of the second aspect, in the second implementation manner of the second aspect of the present invention, the posture acquisition module is specifically configured to:
获取Tn-1时刻所述天线设备的第一四元数Qn-1和Tn时刻的角速度ωnAcquiring angular velocity ω T n-1 time of the antenna device of the first quaternion Q n-1 and T n of the n-time;
Figure PCTCN2015082444-appb-000009
an-1、bn-1、cn-1及dn-1均为实数;
Figure PCTCN2015082444-appb-000009
a n-1 , b n-1 , c n-1 and d n-1 are all real numbers;
所述处理模块具体用于:在Tn时刻,利用所述第一四元数Qn-1和所述角速度ωn,计算得到所述实际姿态数据,所述Tn-1为第n-1个周期的起始时刻,所述Tn为第n个周期的起始时刻,所述n为正整数,获取姿态数据的周期为T。The processing module is specifically configured to: at the time T n , use the first quaternion Q n-1 and the angular velocity ω n to calculate the actual attitude data, and the T n-1 is the n-th 1 cycle starting time, the starting time T n is the n-th cycle, the n is a positive integer, the pose data acquisition period is T.
结合第二方面的第一和第二种实现方式,本发明第二方面的第三种实现方式中,所述实际姿态数据包括俯仰角元素和方位角元素,所述处理模块包括可编程器件,所述可编程器件用于:In combination with the first and second implementation manners of the second aspect, in a third implementation manner of the second aspect of the present invention, the actual attitude data includes a pitch angle element and an azimuth angle element, and the processing module includes a programmable device, The programmable device is used for:
利用四元数迭代算法解由所述第一四元数和所述角速度组成的四元数微分方程,计算得到所述天线设备在所述Tn的第二四元数Qn,所述第二四元数Qn包括标量和向量;The quaternion iterative algorithm is used to solve the quaternion differential equation composed of the first quaternion and the angular velocity, and the second quaternion Q n of the antenna device at the T n is calculated. Two quaternion Q n includes scalar and vector;
Figure PCTCN2015082444-appb-000010
Figure PCTCN2015082444-appb-000010
其中,an=an-1+((-bn-1x-cn-1y-dn-1z)>>1);Among them, a n =a n-1 +((-b n-1x -c n-1y -d n-1z )>>1);
bn=bn-1+((an-1x+cn-1z-dn-1y)>>1);b n = b n-1 +((a n-1x +c n-1z -d n-1y )>>1);
cn=cn-1+((an-1y-bn-1z+dn-1x)>>1);c n = c n-1 +((a n-1y -b n-1z +d n-1x )>>1);
dn=dn-1+((an-1z+bn-1y-cn-1x)>>1);d n =d n-1 +((a n-1z +b n-1y -c n-1x )>>1);
利用所述an、所述bn、所述cn及所述dn分别计算得到所述俯仰角元素和所述方位角元素;Using the a n, the b n, c n a d n and the pitch angle are calculated to obtain the azimuth angle element and said element;
根据所述俯仰角元素、所述方位角元素确定所述姿态偏差数据所属的偏差范围;Determine the deviation range to which the attitude deviation data belongs according to the pitch angle element and the azimuth angle element;
根据所述俯仰角元素、所述方位角元素与配置地址三者之间的对应关系,及所述偏差范围得到所述目标配置地址。The target configuration address is obtained according to the correspondence between the elevation angle element, the azimuth angle element and the configuration address, and the deviation range.
结合第二方面的第三种实现方式,本发明第二方面的第四种实现方式中,所述可编程器件具体用于:With reference to the third implementation manner of the second aspect, in the fourth implementation manner of the second aspect of the present invention, the programmable device is specifically used for:
利用所述an、所述bn、所述cn及所述dn、第一表达式计算得到所述俯仰角元素;Calculating the pitch angle element by using the a n , the b n , the c n , the d n , and the first expression;
所述第一表达式用于表示所述俯仰角元素的取值,所述第一表达式为:The first expression is used to indicate the value of the pitch angle element, and the first expression is:
Figure PCTCN2015082444-appb-000011
Figure PCTCN2015082444-appb-000011
利用所述an、所述bn、所述cn及所述dn、第二表达式计算得到所述方位角元素;Calculating the azimuth angle element by using the a n , the b n , the c n and the d n , and a second expression;
所述第二表达式用于表示所述方位角元素的取值,所述第二表达式为:The second expression is used to represent the value of the azimuth angle element, and the second expression is:
Figure PCTCN2015082444-appb-000012
Figure PCTCN2015082444-appb-000012
结合第二方面的第一至第四种实现方式,本发明第二方面的第五种实现方式中,所述姿态调整模块具体用于:With reference to the first to fourth implementation manners of the second aspect, in the fifth implementation manner of the second aspect of the present invention, the attitude adjustment module is specifically configured to:
在将用于确定波束当前输出的配置地址切换至所述目标配置地址后,利用所述目标配置值对输入所述天线设备的业务数据的波束进行波束赋型,以调整所述发射角度至所述目标角度,得到调整后的波束;After the configuration address used to determine the current output of the beam is switched to the target configuration address, the target configuration value is used to perform beamforming on the beam inputting the service data of the antenna device to adjust the transmission angle to the target configuration address. The target angle is described, and the adjusted beam is obtained;
所述天线设备还包括发射模块,所述发射模块用于:The antenna device also includes a transmitting module, and the transmitting module is used to:
将发射所述波束的发射角度切换至所述目标角度,并按照所述目标角度发 射所述调整后的波束。Switch the emission angle of transmitting the beam to the target angle, and transmit according to the target angle To Shooting the adjusted beam.
结合第二方面的第一至第五种实现方式,本发明第二方面的第六种实现方式中,所述姿态获取模块集成于所述天线设备内或通过捷联安装在所述天线设备上,所述姿态获取模块包括加速度传感器和陀螺仪传感器,所述加速度传感器用于获取俯仰角和方位角,所述陀螺仪传感器用于实时获取所述天线设备的三轴角速度。In combination with the first to fifth implementation manners of the second aspect, in a sixth implementation manner of the second aspect of the present invention, the attitude acquisition module is integrated in the antenna device or installed on the antenna device through strapdown The attitude acquisition module includes an acceleration sensor and a gyro sensor, the acceleration sensor is used to acquire a pitch angle and an azimuth angle, and the gyro sensor is used to acquire the three-axis angular velocity of the antenna device in real time.
结合第二方面的第六种实现方式,本发明第二方面的第七种实现方式中,所述可编程器件还用于将自所述陀螺仪传感器输入所述可编程器件的三轴角速度进行滤波平滑处理。In combination with the sixth implementation manner of the second aspect, in the seventh implementation manner of the second aspect of the present invention, the programmable device is also used to perform three-axis angular velocity input from the gyroscope sensor into the programmable device. Filtering and smoothing.
从以上技术方案可以看出,通过根据预设姿态数据和获取的实际姿态数据计算得到姿态偏差数据,并根据上述对应关系确定所述姿态偏差数据对应的目标配置值,然后根据所述目标配置值对所述天线设备所发射波束的发射角度进行调整,以使调整后的所述发射角度与目标角度一致。可以有效提高运算效率,及有效提高模块振动的情况下,波束角度的稳定性,抵消由于模块振动对波束指向的影响。It can be seen from the above technical solutions that the posture deviation data is calculated according to the preset posture data and the actual posture data obtained, and the target configuration value corresponding to the posture deviation data is determined according to the above-mentioned corresponding relationship, and then according to the target configuration value The emission angle of the beam emitted by the antenna device is adjusted so that the adjusted emission angle is consistent with the target angle. It can effectively improve the calculation efficiency, and effectively improve the stability of the beam angle in the case of module vibration, and offset the influence of the module vibration on the beam direction.
附图说明Description of the drawings
图1为本发明实施例中一种控制波束稳定的方法一流程示意图;FIG. 1 is a schematic flow chart of a method for controlling beam stabilization in an embodiment of the present invention;
图1-1为本发明实施例中对三轴角速度进行滤波平滑处理的滤波器一结构示意图;Figure 1-1 is a schematic diagram of the structure of filter one for filtering and smoothing three-axis angular velocities in an embodiment of the invention;
图2为本发明实施例中一种天线设备一结构示意图;2 is a schematic diagram of a structure of an antenna device in an embodiment of the present invention;
图3为本发明实施例中一种天线设备另一结构示意图。FIG. 3 is a schematic diagram of another structure of an antenna device in an embodiment of the present invention.
具体实施方式Detailed ways
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例,基于本发明中的实施例,本领域技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。 The following will clearly and completely describe the technical solutions in the embodiments of the present invention with reference to the accompanying drawings in the embodiments of the present invention. Obviously, the described embodiments are only a part of the embodiments of the present invention, rather than all the embodiments, based on The embodiments of the present invention and all other embodiments obtained by those skilled in the art without creative work shall fall within the protection scope of the present invention. To
本发明的说明书和权利要求书及上述附图中的术语“第一”、“第二”等是用于区别类似的对象,而不必用于描述特定的顺序或先后次序。应该理解这样使用的数据在适当情况下可以互换,以便这里描述的实施例能够以除了在这里图示或描述的内容以外的顺序实施。此外,术语“包括”和“具有”以及他们的任何变形,意图在于覆盖不排他的包含,例如,包含了一系列步骤或模块的过程、方法、系统、产品或设备不必限于清楚地列出的那些步骤或模块,而是可包括没有清楚地列出的或对于这些过程、方法、产品或设备固有的其它步骤或模块,本文中所出现的模块的划分,仅仅是一种逻辑上的划分,实际应用中实现时可以有另外的划分方式,例如多个模块可以结合成或集成在另一个系统中,或一些特征可以忽略,或不执行,另外,所显示的或讨论的相互之间的耦合或直接耦合或通信连接可以是通过一些接口,模块之间的间接耦合或通信连接可以是电性或其他类似的形式,本文中均不作限定。并且,作为分离部件说明的模块或子模块可以是也可以不是物理上的分离,可以是也可以不是物理模块,或者可以分不到多个电路模块中,可以根据实际的需要选择其中的部分或全部模块来实现本发明实施例方案的目的。The terms "first" and "second" in the description and claims of the present invention and the above-mentioned drawings are used to distinguish similar objects, and are not necessarily used to describe a specific sequence or sequence. It should be understood that the data used in this way can be interchanged under appropriate circumstances so that the embodiments described herein can be implemented in a sequence other than the content illustrated or described herein. In addition, the terms "including" and "having" and any variations of them are intended to cover non-exclusive inclusions. For example, a process, method, system, product, or device that includes a series of steps or modules is not necessarily limited to those clearly listed. Those steps or modules may include other steps or modules that are not clearly listed or are inherent to these processes, methods, products, or equipment. The division of modules presented in this article is only a logical division. In actual applications, there can be other ways of dividing, for example, multiple modules can be combined or integrated in another system, or some features can be ignored or not implemented. In addition, the displayed or discussed mutual coupling Or the direct coupling or communication connection may be through some interfaces, and the indirect coupling or communication connection between the modules may be electrical or other similar forms, which are not limited herein. In addition, the modules or sub-modules described as separate components may or may not be physically separate, may or may not be physical modules, or may not be divided into multiple circuit modules. You can select some of them or sub-modules according to actual needs. All modules achieve the purpose of the solution of the embodiment of the present invention.
本发明实施例提供了一种控制波束稳定的方法及天线设备,用于天线技术领域,实施本发明方法中的部分或全部步骤的天线设备可以是有源天线系统或其他类似的系统,该有源天线系统可以与室内基带处理单元(BBU,Building Base Band Unit)通过光纤连接组成基站,共同完成业务数据的传送。The embodiment of the present invention provides a method and antenna device for controlling beam stabilization, which are used in the field of antenna technology. The antenna device that implements some or all of the steps in the method of the present invention may be an active antenna system or other similar systems. The source antenna system can be connected with the indoor baseband processing unit (BBU, Building Base Band Unit) to form a base station through optical fiber connection to jointly complete the transmission of service data.
本文中所描述的方法实施例及装置实施例均可应用于2G/3G/4G/5G等更高级的通信系统的基站,具体应用场景分别如下所述:The method embodiments and device embodiments described in this article can be applied to base stations of higher-level communication systems such as 2G/3G/4G/5G. The specific application scenarios are as follows:
1、本发明应用在3G通信系统中,由网元基站收发台(BTS,Base Transceiver Station)实现本发明的方法,BTS在2G通信系统中为基站收发台,即实现用户设备和网络之间进行无线通信的中继设备。1. The present invention is applied in a 3G communication system, and the network element base transceiver station (BTS, Base Transceiver Station) implements the method of the present invention. The BTS is a base transceiver station in a 2G communication system, that is, it realizes the communication between the user equipment and the network. Relay equipment for wireless communication.
2、本发明应用在3G通信系统中,由网元移动基站(Node B,Node Base Station)实现本发明所描述的方法,Node B通过标准的Iub接口与无线网络控制器(RNC,Radio Network Controller)互连,通过Uu接口与用户设备进行通信,主要完成Uu接口物理层协议和Iub接口协议的处理。一般,Node B主要由 控制子系统、传输子系统、射频子系统、中频/基带子系统、天馈子系统等部分组成。2. The present invention is applied in a 3G communication system. The mobile base station (Node B, Node Base Station) of the network element implements the method described in the present invention. The Node B communicates with the radio network controller (RNC, Radio Network Controller) through a standard Iub interface. ) Interconnect, communicate with the user equipment through the Uu interface, and mainly complete the processing of the Uu interface physical layer protocol and the Iub interface protocol. Generally, Node B is mainly composed of To Control subsystem, transmission subsystem, radio frequency subsystem, intermediate frequency/baseband subsystem, antenna feeder subsystem and other parts.
3、本发明应用在4G通信系统中,由网元演进型基站(eNodeB,Evoled Node Base Station)实现本发明所描述的方法,eNodeB相比现有3G中的NodeB,除了NodeB已有功能外,集成了部分RNC的功能,减少了通信时协议的层次。3. The present invention is applied in a 4G communication system. Evoled Node Base Station (eNodeB, Evoled Node Base Station) implements the method described in the present invention. Compared with the existing NodeB in 3G, eNodeB, in addition to the existing functions of NodeB, Integrate part of the RNC function, reducing the level of communication protocol.
本文中的四元数Q=a+ib+jc+kd可用于表示三维物体的旋转和方位,描述了一个旋转轴和一个旋转角度。即任意一个在三维空间上的旋转,都是一些单位四元数相作用的结果。比余弦向量法和欧拉角法更方便且易求。对于i、j、k的几何意义可以理解为一种旋转,其中i旋转代表X轴与Y轴相交平面中X轴正向向Y轴正向的旋转,j旋转代表Z轴与X轴相交平面中Z轴正向向X轴正向的旋转,k旋转代表Y轴与Z轴相交平面中Y轴正向向Z轴正向的旋转。The quaternion Q=a+ib+jc+kd in this article can be used to represent the rotation and orientation of a three-dimensional object, describing a rotation axis and a rotation angle. That is, any rotation in three-dimensional space is the result of the interaction of some unit quaternions. It is more convenient and easy to find than the cosine vector method and Euler angle method. The geometric meaning of i, j, k can be understood as a kind of rotation, where i rotation represents the positive rotation of the X axis to the positive Y axis in the plane where the X axis and the Y axis intersect, and the j rotation represents the plane where the Z axis and the X axis intersect. In the positive direction of the Z axis to the positive direction of the X axis, k rotation represents the positive direction of the Y axis to the positive direction of the Z axis in the plane where the Y axis and the Z axis intersect.
参照图1,对本发明实施例中一种控制波束稳定的方法进行详细描述,所述方法应用于天线设备,所述方法包括:1, a method for controlling beam stabilization in an embodiment of the present invention will be described in detail. The method is applied to an antenna device, and the method includes:
101、获取所述天线设备的实际姿态数据;101. Acquire actual attitude data of the antenna device;
该实际姿态数据包括俯仰角和方位角,且该实际姿态数据为当前时刻的天线设备的姿态数据,可以通过捷联在该天线设备上的姿态获取装置来获取,也可以是内置在该天线设备的姿态获取装置获取得到,只要能够精确得到该实际姿态数据即可,具体获取方式不作限定。The actual attitude data includes the elevation angle and the azimuth angle, and the actual attitude data is the attitude data of the antenna device at the current moment, which can be obtained through the attitude acquisition device on the antenna device of strapdown, or it can be built in the antenna device As long as the actual posture data can be obtained accurately, the specific obtaining method is not limited.
102、根据预设姿态数据和所述实际姿态数据计算得到姿态偏差数据;102. Calculate the attitude deviation data according to the preset attitude data and the actual attitude data;
该预设姿态数据可以是初始化时的姿态数据,或未被初始化的上一时刻的姿态数据,由此可知,该姿态偏差数据仅为两者之间的相对值,XXThe preset posture data can be the posture data at the time of initialization, or the posture data at the last moment that has not been initialized. It can be seen that the posture deviation data is only the relative value between the two, XX
103、在确定所述姿态偏差数据落在预设偏差阈值时,根据所述姿态偏差数据与配置值的对应关系确定所述姿态偏差数据对应的目标配置值;103. When it is determined that the attitude deviation data falls within a preset deviation threshold, determine the target configuration value corresponding to the attitude deviation data according to the correspondence between the attitude deviation data and the configuration value;
104、根据所述目标配置值对所述天线设备所发射波束的发射角度进行调整,以使调整后的所述发射角度与目标角度一致。104. Adjust the emission angle of the beam emitted by the antenna device according to the target configuration value, so that the adjusted emission angle is consistent with the target angle.
本发明实施例中,根据预设姿态数据和获取的实际姿态数据计算得到姿态偏差数据,并根据上述对应关系确定所述姿态偏差数据对应的目标配置值,然 后根据所述目标配置值对所述天线设备所发射波束的发射角度进行调整,以使调整后的所述发射角度与目标角度一致。可以有效提高运算效率,及有效提高模块振动的情况下,波束角度的稳定性,抵消由于模块振动对波束指向的影响。In the embodiment of the present invention, the posture deviation data is calculated according to the preset posture data and the acquired actual posture data, and the target configuration value corresponding to the posture deviation data is determined according to the above-mentioned corresponding relationship, and then To Then, the emission angle of the beam emitted by the antenna device is adjusted according to the target configuration value, so that the adjusted emission angle is consistent with the target angle. It can effectively improve the calculation efficiency, and effectively improve the stability of the beam angle in the case of module vibration, and offset the influence of the module vibration on the beam direction.
可选的,在上述图1所对应的实施例的基础上,本发明实施例的第一个可选实施例中,所述根据所述姿态偏差数据与配置值的对应关系确定所述姿态偏差数据对应的目标配置值,包括:Optionally, on the basis of the above-mentioned embodiment corresponding to FIG. 1, in a first optional embodiment of the embodiment of the present invention, the attitude deviation is determined according to the correspondence relationship between the attitude deviation data and the configuration value The target configuration values corresponding to the data include:
根据姿态偏差数据与配置地址的对应关系确定所述姿态偏差数据所对应的目标配置地址,所述目标配置地址用于控制所述天线设备发射波束的角度;Determining the target configuration address corresponding to the attitude deviation data according to the correspondence between the attitude deviation data and the configuration address, where the target configuration address is used to control the angle of the antenna device transmitting beam;
根据配置地址与配置值的对应关系确定所述目标配置地址对应的目标配置值。The target configuration value corresponding to the target configuration address is determined according to the correspondence between the configuration address and the configuration value.
可选的,在上述第一个可选实施例的基础上,本发明实施例的第二个可选实施例中,获取姿态数据的周期为T,所述获取所述天线设备的实际姿态数据,包括:Optionally, on the basis of the foregoing first optional embodiment, in a second optional embodiment of the embodiment of the present invention, the period of acquiring attitude data is T, and the acquiring actual attitude data of the antenna device ,include:
获取Tn-1时刻所述天线设备的第一四元数Qn-1和Tn时刻的角速度ωnAcquiring angular velocity ω T n-1 time of the antenna device of the first quaternion Q n-1 and T n of the n-time;
Figure PCTCN2015082444-appb-000013
an-1、bn-1、cn-1及dn-1均为实数,
Figure PCTCN2015082444-appb-000013
a n-1 , b n-1 , c n-1 and d n-1 are all real numbers,
其中,i旋转代表X轴与Y轴相交平面中X轴正向向Y轴正向的旋转,j旋转代表Z轴与X轴相交平面中Z轴正向向X轴正向的旋转,k旋转代表Y轴与Z轴相交平面中Y轴正向向Z轴正向的旋转;Among them, i rotation represents the positive rotation of the X axis to the positive Y axis in the plane intersecting the X axis and the Y axis, j rotation represents the rotation of the Z axis positive to the X axis positive direction in the plane where the Z axis and the X axis intersect, and k rotation Represents the positive rotation of the Y axis to the positive Z axis in the plane where the Y axis and the Z axis intersect;
在Tn时刻,利用所述第一四元数Qn-1和所述角速度ωn,计算得到所述实际姿态数据,所述Tn-1为第n-1个周期的起始时刻,所述Tn为第n个周期的起始时刻,所述n为正整数。At time T n , use the first quaternion Q n-1 and the angular velocity ω n to calculate the actual attitude data, where T n-1 is the start time of the n-1th cycle, The T n is the start time of the nth cycle, and the n is a positive integer.
实际应用中,可以通过惯性敏感元件(如陀螺仪传感器和加速度传感器)获取各个时刻天线设备的实际姿态数据,由于陀螺仪零轴存在漂移,会降低天线设备的计算精度,所以天线设备需要按照预设初始化条件对四元数及姿态角进行初始化,该预设初始化条件包括以下情况中的一种: In practical applications, the actual attitude data of the antenna device at each moment can be obtained through inertial sensitive elements (such as gyroscope sensors and acceleration sensors). Due to the drift of the zero axis of the gyroscope, the calculation accuracy of the antenna device will be reduced. Set the initialization condition to initialize the quaternion and the attitude angle. The preset initialization condition includes one of the following situations: To
1、接收到BBU发送的通知消息,即可确定满足预设初始化条件;1. After receiving the notification message sent by the BBU, it can be determined that the preset initialization conditions are met;
其中,所述通知消息包括当前接入所述网络的用户数量和业务数量中的至少一个;BBU在判断满足如下项中的至少一项时,便向天线设备发送该通知消息:Wherein, the notification message includes at least one of the number of users currently accessing the network and the number of services; when the BBU determines that at least one of the following items is satisfied, the notification message is sent to the antenna device:
当前接入所述网络的用户数量不大于第一门限值;The number of users currently accessing the network is not greater than the first threshold;
当前接入所述网络的业务数量不大于第二门限值。The number of services currently connected to the network is not greater than the second threshold.
2、定时,即在定时器计时达到所述定时器的触发时刻时,判断满足预设初始化条件。2. Timing, that is, when the timer reaches the trigger time of the timer, it is determined that the preset initialization condition is satisfied.
上述天线设备在确定满足预设初始化条件后,在保证对当前网络状况影响最小化的前提下,可以对当前时刻的四元数、俯仰角及方位角分别进行初始化,即初始化后的四元数q0=[1 0 0 0]T、初始化后的俯仰角θ和方位角
Figure PCTCN2015082444-appb-000014
均为0。
After confirming that the above-mentioned antenna device meets the preset initialization conditions, it can initialize the quaternion, elevation angle and azimuth angle at the current moment, which is the quaternion after initialization, while ensuring that the impact on the current network status is minimized. q 0 =[1 0 0 0] T , the pitch angle θ and azimuth angle after initialization
Figure PCTCN2015082444-appb-000014
Both are 0.
另外,本实例中在利用陀螺仪传感器采样得到三轴角速度(ωxyz),采样周期T保持相同,采样频率尽可能提高,以获取更高的运算结果精度,通常采样频率为500-800Hz。In addition, in this example, the gyro sensor is used to sample the three-axis angular velocity (ω x , ω y , ω z ), the sampling period T remains the same, and the sampling frequency is increased as much as possible to obtain higher accuracy of the calculation results. Usually the sampling frequency It is 500-800Hz.
并且,由于陀螺仪存在一定的内部扰动,为获得更平稳的角速度值输出,可在计算前,先进行滤波平滑。可以用阿尔法Alpha滤波器进行滤波平滑(具体实现过程如图1-1所示),或采用阿尔法贝塔Alpha-Beta滤波器进行滤波平滑处理,具体采用哪种平滑算法,只要能提高更好的性能即可,本文中不做限定。In addition, since the gyroscope has a certain internal disturbance, in order to obtain a more stable angular velocity value output, filtering and smoothing can be performed before the calculation. Alpha Alpha filter can be used for filtering and smoothing (the specific implementation process is shown in Figure 1-1), or Alpha Beta Alpha-Beta filter can be used for filtering and smoothing. Which smoothing algorithm is used, as long as it can improve better performance Yes, there is no limitation in this article.
可选的,在上述第一至第二个可选实施例的基础上,本发明实施例的第三个可选实施例中,所述实际姿态数据包括俯仰角元素和方位角元素,所述利用所述第一四元数Qn-1和所述角速度ωn,计算得到所述实际姿态数据,包括:Optionally, on the basis of the foregoing first to second optional embodiments, in a third optional embodiment of the embodiment of the present invention, the actual attitude data includes a pitch angle element and an azimuth angle element, and the Using the first quaternion Q n-1 and the angular velocity ω n to calculate the actual attitude data includes:
利用四元数迭代算法解由所述第一四元数和所述角速度组成的四元数微分方程,计算得到所述天线设备在所述Tn的第二四元数Qn,所述第二四元数Qn包括标量和向量;The quaternion iterative algorithm is used to solve the quaternion differential equation composed of the first quaternion and the angular velocity, and the second quaternion Q n of the antenna device at the T n is calculated. Two quaternion Q n includes scalar and vector;
Figure PCTCN2015082444-appb-000015
an、bn、cn及dn均为实数,ωx,ωy,ωz分别依次为ωn在X轴、Y轴及Z轴上的分量;
Figure PCTCN2015082444-appb-000015
a n, b n, c n and d n are real number, ω x, ω y, ω z ω n are in the order of X axis, Y axis and Z axis component;
其中,an=an-1+((-bn-1x-cn-1y-dn-1z)>>1);Among them, a n =a n-1 +((-b n-1x -c n-1y -d n-1z )>>1);
bn=bn-1+((an-1x+cn-1z-dn-1y)>>1);b n = b n-1 +((a n-1x +c n-1z -d n-1y )>>1);
cn=cn-1+((an-1y-bn-1z+dn-1x)>>1);c n = c n-1 +((a n-1y -b n-1z +d n-1x )>>1);
dn=dn-1+((an-1z+bn-1y-cn-1x)>>1);d n =d n-1 +((a n-1z +b n-1y -c n-1x )>>1);
利用所述an、所述bn、所述cn及所述dn分别计算得到所述俯仰角元素和所述方位角元素;Using the a n, the b n, c n a d n and the pitch angle are calculated to obtain the azimuth angle element and said element;
所述根据姿态偏差数据与配置地址的对应关系确定所述姿态偏差数据所对应的目标配置地址,包括:The determining the target configuration address corresponding to the posture deviation data according to the correspondence relationship between the posture deviation data and the configuration address includes:
根据所述俯仰角元素、所述方位角元素确定所述姿态偏差数据所属的偏差范围;Determine the deviation range to which the attitude deviation data belongs according to the pitch angle element and the azimuth angle element;
根据所述俯仰角元素、所述方位角元素与配置地址三者之间的对应关系,及所述偏差范围得到所述目标配置地址。The target configuration address is obtained according to the correspondence between the elevation angle element, the azimuth angle element and the configuration address, and the deviation range.
可选的,在上述第三个可选实施例的基础上,本发明实施例的第四个可选实施例中,所述利用所述an、所述bn、所述cn及所述dn分别计算得到所述俯仰角元素Eθ和所述方位角元素
Figure PCTCN2015082444-appb-000016
包括:
Optionally, on the basis of the foregoing third optional embodiment, in a fourth optional embodiment of the embodiment of the present invention, the use of the a n , the b n , the c n and all The d n is calculated to obtain the elevation angle element Eθ and the azimuth angle element
Figure PCTCN2015082444-appb-000016
include:
利用所述an、所述bn、所述cn及所述dn、第一表达式计算得到所述俯仰角元素;Calculating the pitch angle element by using the a n , the b n , the c n , the d n , and the first expression;
所述第一表达式用于表示所述俯仰角元素的取值,所述第一表达式为:The first expression is used to indicate the value of the pitch angle element, and the first expression is:
Figure PCTCN2015082444-appb-000017
Figure PCTCN2015082444-appb-000017
利用所述an、所述bn、所述cn及所述dn、第二表达式计算得到所述方位角元素;Calculating the azimuth angle element by using the a n , the b n , the c n and the d n , and a second expression;
所述第二表达式用于表示所述方位角元素的取值,所述第二表达式为:The second expression is used to represent the value of the azimuth angle element, and the second expression is:
Figure PCTCN2015082444-appb-000018
Figure PCTCN2015082444-appb-000018
根据第一表达式和第二表达式得到俯仰角元素和方位角元素后,将这两者分别映射到存储器中对应的目标配置地址,以便根据目标配置地址提取相应的目标配置值,供控制波束角度之用。 After obtaining the elevation angle element and the azimuth angle element according to the first expression and the second expression, they are respectively mapped to the corresponding target configuration address in the memory, so as to extract the corresponding target configuration value according to the target configuration address for controlling the beam The use of angles. To
需要说明的是,由第三、第四个可选实施例可知,在每次陀螺仪参数更新
Figure PCTCN2015082444-appb-000019
It should be noted that according to the third and fourth optional embodiments, every time the gyroscope parameter is updated
Figure PCTCN2015082444-appb-000019
其中,>>1表示右移一位,即将(-bn-1x-cn-1y-dn-1z)除以2,以替代原除法运算,有效提高运算效率、减少运算资源,当然也可以采用其他方式替代原除法运算,具体不做限定。Among them, >>1 means shift to the right by one bit, that is , divide (-b n-1x -c n-1y -d n-1z ) by 2 to replace the original division operation, which effectively improves Operation efficiency, reduction of operation resources, of course, other methods can also be used to replace the original division operation, the specifics are not limited.
现有技术中,需要根据以下两个公式分别计算出θ和
Figure PCTCN2015082444-appb-000020
In the prior art, θ and
Figure PCTCN2015082444-appb-000020
Figure PCTCN2015082444-appb-000021
Figure PCTCN2015082444-appb-000021
Figure PCTCN2015082444-appb-000022
Figure PCTCN2015082444-appb-000022
其中,在对第二四元数进行坐标转换之前,为减小计算误差,一般对第二四元数进行归一化处理,故后续计算得到上述θ和
Figure PCTCN2015082444-appb-000023
中的
Figure PCTCN2015082444-appb-000024
Figure PCTCN2015082444-appb-000025
为经过归一化处理后的参数。
Among them, before the coordinate conversion of the second quaternion, in order to reduce the calculation error, the second quaternion is generally normalized, so the subsequent calculations obtain the above θ and
Figure PCTCN2015082444-appb-000023
middle
Figure PCTCN2015082444-appb-000024
and
Figure PCTCN2015082444-appb-000025
It is the parameter after normalization processing.
但,由于算法中存在乘法、除法、反正弦、反正切运算,且通常是使用DSP或者CPU完成整个计算,故运算效率较低,也会导致DSP或CPU占用率高,影响天线设备的系统性能。本可选实施例中利用迭代算法先计算出第四个可选实施例中所需要的an、bn、cn及dn,有效减少运算次数及运算时间。However, due to the multiplication, division, arc sine, and arc tangent calculations in the algorithm, and the DSP or CPU is usually used to complete the entire calculation, the calculation efficiency is low, and the DSP or CPU occupancy rate is high, which affects the system performance of the antenna device. . In this alternative embodiment, an iterative algorithm is used to first calculate the a n , b n , c n, and d n required in the fourth alternative embodiment, which effectively reduces the number of operations and the operation time.
并且,利用本发明实施例所描述的方法,并不需要计算θ和
Figure PCTCN2015082444-appb-000026
只需要计
Figure PCTCN2015082444-appb-000027
Figure PCTCN2015082444-appb-000028
两个变量即可,为了避免开方计算,算法化简如下:
Moreover, using the method described in the embodiment of the present invention, it is not necessary to calculate θ and
Figure PCTCN2015082444-appb-000026
Just need to count
Figure PCTCN2015082444-appb-000027
with
Figure PCTCN2015082444-appb-000028
Two variables are sufficient. In order to avoid square root calculation, the algorithm is simplified as follows:
Figure PCTCN2015082444-appb-000029
Figure PCTCN2015082444-appb-000029
Figure PCTCN2015082444-appb-000030
Figure PCTCN2015082444-appb-000030
经过上述化简后,计算过程仅需要完成12次乘法、2次除法、8次加/减法,整个计算过程可以通过DSP、CPU或现场可编程门阵列(FPGA,Field Programmable Gate Array)计算完成,考虑到FPGA的较高的并行运算能力, 本方法优先运用FPGA完成整个运算及配置过程,不需要提升DSP或CPU的能力就可以达到高效运算、简化运算的效果,几乎0成本增加,具体选择的处理单元本文中不做限定。例如,以800Hz的角速度采样率为例,运算和配置单元工作时钟为100Mhz时,可以将运算和配置过程所需时间控制在125个工作时钟周期内即可完成。After the above simplification, the calculation process only needs to complete 12 multiplications, 2 divisions, and 8 additions/subtractions. The entire calculation process can be completed by DSP, CPU or Field Programmable Gate Array (FPGA, Field Programmable Gate Array) calculation. Considering the high parallel computing power of FPGA, To This method gives priority to the use of FPGA to complete the entire calculation and configuration process. It does not need to improve the ability of DSP or CPU to achieve efficient calculations and simplified calculations, almost zero cost increase, and the specific selection of processing units is not limited in this article. For example, taking the angular velocity sampling rate of 800 Hz for example, when the operating clock of the calculation and configuration unit is 100Mhz, the time required for the calculation and configuration process can be controlled within 125 working clock cycles.
可选的,在上述第一至第四个可选实施例的基础上,本发明实施例的第五个可选实施例中,所述根据所述目标配置值对所述天线设备所发射波束的发射角度进行调整,包括:Optionally, on the basis of the above-mentioned first to fourth optional embodiments, in a fifth optional embodiment of the embodiment of the present invention, the beam transmitted by the antenna device is subjected to the target configuration value. To adjust the launch angle, including:
在将用于确定波束当前输出的配置地址切换至所述目标配置地址后,利用所述目标配置值对输入所述天线设备的业务数据的波束进行波束赋型,以调整所述发射角度至所述目标角度,得到调整后的波束;After the configuration address used to determine the current output of the beam is switched to the target configuration address, the target configuration value is used to perform beamforming on the beam inputting the service data of the antenna device to adjust the transmission angle to the target configuration address. The target angle is described, and the adjusted beam is obtained;
所述方法还包括:The method also includes:
将发射所述波束的发射角度切换至所述目标角度,并按照所述目标角度发射所述调整后的波束。Switch the emission angle of transmitting the beam to the target angle, and transmit the adjusted beam according to the target angle.
可以理解的是,本文中的波束角度的配置值可以预先计算得到,并存储至存储器中,例如存于FPGA内的随机访问内存(RAM,Random-Access Memory的缩写),可以提高配置的实时性,便于调用,无需每次计算目标配置值。It is understandable that the configuration value of the beam angle in this article can be pre-calculated and stored in the memory, for example, the random access memory (RAM, abbreviation of Random-Access Memory) stored in the FPGA, which can improve the real-time configuration. , Easy to call, no need to calculate the target configuration value every time.
关于具体的配置值的计算过程如下:The calculation process of the specific configuration value is as follows:
例如,
Figure PCTCN2015082444-appb-000031
时(单位均为度°,数值范围根据实际场景而变化),以1°为步进划分时,分别得到81组对应的波束角度的配置值,每个配置值都一一对应配置地址,配置值对应配置地址存储在RAM中。俯仰角元素和方位角元素可以通过映射到相应的配置地址上,然后通过该配置地址即可读取相应的配置值。
E.g,
Figure PCTCN2015082444-appb-000031
When the unit is degree °, the value range varies according to the actual scene. When dividing by 1°, 81 groups of corresponding beam angle configuration values are obtained, and each configuration value corresponds to the configuration address and configuration. The value corresponding to the configuration address is stored in RAM. The pitch angle element and the azimuth angle element can be mapped to the corresponding configuration address, and then the corresponding configuration value can be read through the configuration address.
上面对本发明实施例的一种控制波束稳定的方法进行详细说明,下面从执行上述方法的天线设备侧对一种天线设备进行描述,参阅图2,所述天线设备20包括:A method for controlling beam stabilization according to an embodiment of the present invention is described in detail above. The following describes an antenna device from the side of the antenna device that executes the above method. Referring to FIG. 2, the antenna device 20 includes:
姿态获取模块201,用于获取所述天线设备20的实际姿态数据; The attitude acquisition module 201 is configured to acquire actual attitude data of the antenna device 20; To
处理模块202,用于根据预设姿态数据和所述实际姿态数据计算得到姿态偏差数据;The processing module 202 is configured to calculate the posture deviation data according to the preset posture data and the actual posture data;
在确定所述姿态偏差数据落在预设偏差阈值时,根据所述姿态偏差数据与配置值的对应关系确定所述姿态偏差数据对应的目标配置值;When it is determined that the posture deviation data falls within a preset deviation threshold, determine the target configuration value corresponding to the posture deviation data according to the correspondence relationship between the posture deviation data and the configuration value;
姿态调整模块203,用于根据所述目标配置值对所述天线设备20所发射波束的发射角度进行调整,以使调整后的所述发射角度与目标角度一致。The attitude adjustment module 203 is configured to adjust the emission angle of the beam emitted by the antenna device 20 according to the target configuration value, so that the adjusted emission angle is consistent with the target angle.
本发明实施例中,处理模块202根据预设姿态数据和姿态获取模块201获取的实际姿态数据计算得到姿态偏差数据,并根据上述对应关系确定所述姿态偏差数据对应的目标配置值,然后姿态调整模块203根据所述目标配置值对所述天线设备所发射波束的发射角度进行调整,以使调整后的所述发射角度与目标角度一致。可以有效提高运算效率,及有效提高模块振动的情况下,波束角度的稳定性,抵消由于模块振动对波束指向的影响。In the embodiment of the present invention, the processing module 202 calculates the posture deviation data according to the preset posture data and the actual posture data acquired by the posture acquisition module 201, and determines the target configuration value corresponding to the posture deviation data according to the above-mentioned corresponding relationship, and then adjusts the posture. The module 203 adjusts the emission angle of the beam emitted by the antenna device according to the target configuration value, so that the adjusted emission angle is consistent with the target angle. It can effectively improve the calculation efficiency, and effectively improve the stability of the beam angle in the case of module vibration, and offset the influence of the module vibration on the beam direction.
可选的,在上述图2所对应的实施例的基础上,本发明实施例的第一个可选实施例中,所述处理模块202具体用于:Optionally, based on the embodiment corresponding to FIG. 2 above, in the first optional embodiment of the embodiment of the present invention, the processing module 202 is specifically configured to:
根据姿态偏差数据与配置地址的对应关系确定所述姿态偏差数据所对应的目标配置地址,所述目标配置地址用于控制所述天线设备发射波束的角度;Determining the target configuration address corresponding to the attitude deviation data according to the correspondence between the attitude deviation data and the configuration address, where the target configuration address is used to control the angle of the antenna device transmitting beam;
根据配置地址与配置值的对应关系确定所述目标配置地址对应的目标配置值。The target configuration value corresponding to the target configuration address is determined according to the correspondence between the configuration address and the configuration value.
可选的,在上述第一个可选实施例的基础上,本发明实施例的第二个可选实施例中,所述姿态获取模块201具体用于:Optionally, on the basis of the foregoing first optional embodiment, in a second optional embodiment of the embodiment of the present invention, the posture acquisition module 201 is specifically configured to:
获取Tn-1时刻所述天线设备20第一四元数Qn-1和第一角速度ωn-1Get the time T n-1 of the antenna device 20 of the first quaternion Q n-1 and the first angular velocity ω n-1;
Figure PCTCN2015082444-appb-000032
an-1、bn-1、cn-1及dn-1均为实数;
Figure PCTCN2015082444-appb-000032
a n-1 , b n-1 , c n-1 and d n-1 are all real numbers;
所述处理模块202具体用于:在Tn时刻,利用所述第一四元数Qn-1和所述角速度ωn,计算得到所述实际姿态数据,所述Tn-1为第n-1个周期的起始时 刻,所述Tn为第n个周期的起始时刻,所述n为正整数,获取姿态数据的周期为T。The processing module 202 is specifically configured to: at time T n , use the first quaternion Q n-1 and the angular velocity ω n to calculate the actual attitude data, where T n-1 is the nth -1 cycle starting time, the starting time T n is the n-th cycle, the n is a positive integer, the pose data acquisition period is T.
可选的,在上述第一至第二个可选实施例的基础上,本发明实施例的第三个可选实施例中,参阅图3,所述实际姿态数据包括俯仰角元素和方位角元素,所述处理模块202包括可编程器件2021,所述可编程器件2021用于:Optionally, on the basis of the foregoing first to second optional embodiments, in a third optional embodiment of the embodiment of the present invention, referring to FIG. 3, the actual attitude data includes a pitch angle element and an azimuth angle. Element, the processing module 202 includes a programmable device 2021, and the programmable device 2021 is used for:
利用四元数迭代算法解由所述第一四元数和所述角速度组成的四元数微分方程,计算得到所述天线设备20在所述Tn的第二四元数Qn,所述第二四元数Qn包括标量和向量;The quaternion iterative algorithm is used to solve the quaternion differential equation composed of the first quaternion and the angular velocity, and the second quaternion Q n of the antenna device 20 at the T n is calculated. The second quaternion Q n includes a scalar and a vector;
Figure PCTCN2015082444-appb-000033
an、bn、cn及dn均为实数,ωx,ωy,ωz分别依次为ωn在X轴、Y轴及Z轴上的分量;
Figure PCTCN2015082444-appb-000033
a n, b n, c n and d n are real number, ω x, ω y, ω z ω n are in the order of X axis, Y axis and Z axis component;
其中,an=an-1+((-bn-1x-cn-1y-dn-1z)>>1);Among them, a n =a n-1 +((-b n-1x -c n-1y -d n-1z )>>1);
bn=bn-1+((an-1x+cn-1z-dn-1y)>>1);b n = b n-1 +((a n-1x +c n-1z -d n-1y )>>1);
cn=cn-1+((an-1y-bn-1z+dn-1x)>>1);c n = c n-1 +((a n-1y -b n-1z +d n-1x )>>1);
dn=dn-1+((an-1z+bn-1y-cn-1x)>>1);d n =d n-1 +((a n-1z +b n-1y -c n-1x )>>1);
利用所述an、所述bn、所述cn及所述dn分别计算得到所述俯仰角元素和所述方位角元素;Using the a n, the b n, c n a d n and the pitch angle are calculated to obtain the azimuth angle element and said element;
根据所述俯仰角元素、所述方位角元素确定所述姿态偏差数据所属的偏差范围;Determine the deviation range to which the attitude deviation data belongs according to the pitch angle element and the azimuth angle element;
根据所述俯仰角元素、所述方位角元素与配置地址三者之间的对应关系,及所述偏差范围得到所述目标配置地址。The target configuration address is obtained according to the correspondence between the elevation angle element, the azimuth angle element and the configuration address, and the deviation range.
可选的,在上述第三个实施例的基础上,本发明实施例的第四个可选实施例中,所述可编程器件2021具体用于:Optionally, on the basis of the foregoing third embodiment, in a fourth optional embodiment of the embodiment of the present invention, the programmable device 2021 is specifically used for:
利用所述an、所述bn、所述cn及所述dn、第一表达式计算得到所述俯仰角元素;Calculating the pitch angle element by using the a n , the b n , the c n , the d n , and the first expression;
所述第一表达式用于表示所述俯仰角元素的取值,所述第一表达式为: The first expression is used to indicate the value of the pitch angle element, and the first expression is: To
Figure PCTCN2015082444-appb-000034
Figure PCTCN2015082444-appb-000034
利用所述an、所述bn、所述cn及所述dn、第二表达式计算得到所述方位角元素;Calculating the azimuth angle element by using the a n , the b n , the c n and the d n , and a second expression;
所述第二表达式用于表示所述方位角元素的取值,所述第二表达式为:The second expression is used to represent the value of the azimuth angle element, and the second expression is:
Figure PCTCN2015082444-appb-000035
Figure PCTCN2015082444-appb-000035
可选的,在上述第一至第四个可选实施例的基础上,本发明实施例的第五个可选实施例中,所述姿态调整模块203具体用于:Optionally, on the basis of the foregoing first to fourth optional embodiments, in a fifth optional embodiment of the embodiment of the present invention, the attitude adjustment module 203 is specifically configured to:
在将用于确定波束当前输出的配置地址切换至所述目标配置地址后,利用所述目标配置值对输入所述天线设备20业务数据的波束进行波束赋型,以调整所述发射角度至所述目标角度,得到调整后的波束;After the configuration address used to determine the current output of the beam is switched to the target configuration address, the target configuration value is used to perform beamforming on the beam inputting the service data of the antenna device 20 to adjust the transmission angle to the target configuration address. The target angle is described, and the adjusted beam is obtained;
所述天线设备20还包括传输模块204,所述传输模块204用于:The antenna device 20 further includes a transmission module 204, and the transmission module 204 is configured to:
将发射所述波束的发射角度切换至所述目标角度,并按照所述目标角度发射所述调整后的波束,该传输模块204一般为天线振子。The transmission angle of the beam is switched to the target angle, and the adjusted beam is transmitted according to the target angle. The transmission module 204 is generally an antenna element.
可选的,在上述第一至第五个可选实施例的基础上,本发明实施例的第六个可选实施例中,参阅图3,所述姿态获取模块201集成于所述天线设备20内或通过捷联安装在所述天线设备20上,所述姿态获取模块201包括加速度传感器2011和陀螺仪传感器2012,所述加速度传感器2011用于获取俯仰角和方位角,所述陀螺仪传感器2012用于实时获取所述天线设备20的三轴角速度。Optionally, on the basis of the first to fifth optional embodiments described above, in a sixth optional embodiment of the embodiment of the present invention, referring to FIG. 3, the attitude acquisition module 201 is integrated in the antenna device Installed on the antenna device 20 within 20 or through strapdown, the attitude acquisition module 201 includes an acceleration sensor 2011 and a gyro sensor 2012. The acceleration sensor 2011 is used to acquire a pitch angle and an azimuth angle. The gyro sensor 2012 is used to obtain the three-axis angular velocity of the antenna device 20 in real time.
可选的,在上述第六个可选实施例的基础上,本发明实施例的第七个可选实施例中,所述可编程器件2021还用于将自所述陀螺仪传感器输入所述可编程器件的三轴角速度进行滤波平滑处理,以便后续利用该三轴角速度计算第二四元数、方位角元素及俯仰角元素。 Optionally, on the basis of the above-mentioned sixth alternative embodiment, in a seventh alternative embodiment of the embodiment of the present invention, the programmable device 2021 is further configured to input the input from the gyroscope sensor to the The three-axis angular velocity of the programmable device is filtered and smoothed, so as to subsequently use the three-axis angular velocity to calculate the second quaternion, the azimuth angle element, and the pitch angle element. To
本发明还提供一种计算机存储介质,该介质存储有程序,该程序执行时包括上述控制波束稳定的方法中的部分或者全部步骤。The present invention also provides a computer storage medium that stores a program, and when the program is executed, some or all of the steps in the method for controlling beam stabilization are included.
本发明还提供一种计算机存储介质,该介质存储有程序,该程序执行时包括上述天线设备执行一种控制波束稳定的方法中的部分或者全部步骤。The present invention also provides a computer storage medium that stores a program that includes part or all of the steps in the method for controlling beam stabilization performed by the antenna device when the program is executed.
在上述实施例中,对各个实施例的描述都各有侧重,某个实施例中没有详述的部分,可以参见其他实施例的相关描述。In the above-mentioned embodiments, the description of each embodiment has its own emphasis. For parts that are not described in detail in an embodiment, reference may be made to related descriptions of other embodiments.
所属领域的技术人员可以清楚地了解到,为描述的方便和简洁,上述描述的系统,装置和单元的具体工作过程,可以参考前述方法实施例中的对应过程,在此不再赘述。Those skilled in the art can clearly understand that, for the convenience and conciseness of the description, the specific working process of the above-described system, device, and unit may refer to the corresponding process in the foregoing method embodiment, which will not be repeated here.
在本申请所提供的几个实施例中,应该理解到,所揭露的系统,装置和方法,可以通过其它的方式实现。例如,以上所描述的装置实施例仅仅是示意性的,例如,所述单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,例如多个单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。另一点,所显示或讨论的相互之间的耦合或直接耦合或通信连接可以是通过一些接口,装置或单元的间接耦合或通信连接,可以是电性,机械或其它的形式。In the several embodiments provided in this application, it should be understood that the disclosed system, device, and method can be implemented in other ways. For example, the device embodiments described above are only illustrative. For example, the division of the units is only a logical function division, and there may be other divisions in actual implementation, for example, multiple units or components may be combined or It can be integrated into another system, or some features can be ignored or not implemented. In addition, the displayed or discussed mutual coupling or direct coupling or communication connection may be indirect coupling or communication connection through some interfaces, devices or units, and may be in electrical, mechanical or other forms.
所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部单元来实现本实施例方案的目的。The units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, that is, they may be located in one place, or they may be distributed on multiple network units. Some or all of the units may be selected according to actual needs to achieve the objectives of the solutions of the embodiments.
另外,在本发明各个实施例中的各功能单元可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以两个或两个以上单元集成在一个单元中。上述集成的单元既可以采用硬件的形式实现,也可以采用软件功能单元的形式实现。In addition, the functional units in the various embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units may be integrated into one unit. The above-mentioned integrated unit can be implemented in the form of hardware or software functional unit.
所述集成的单元如果以软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中。基于这样的理解,本发明的技术方案本质上或者说对现有技术做出贡献的部分或者该技术方案的全部或部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储 介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本发明各个实施例所述方法的全部或部分步骤。而前述的存储介质包括:U盘、移动硬盘、只读存储器(ROM,Read-Only Memory)、随机存取存储器(RAM,Random Access Memory)、磁碟或者光盘等各种可以存储程序代码的介质。If the integrated unit is implemented in the form of a software functional unit and sold or used as an independent product, it can be stored in a computer readable storage medium. Based on this understanding, the technical solution of the present invention essentially or the part that contributes to the prior art or all or part of the technical solution can be embodied in the form of a software product, and the computer software product is stored in a storage To The medium includes a number of instructions to enable a computer device (which may be a personal computer, a server, or a network device, etc.) to perform all or part of the steps of the methods described in the various embodiments of the present invention. The aforementioned storage media include: U disk, mobile hard disk, read-only memory (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory), magnetic disks or optical disks and other media that can store program codes. .
以上对本发明所提供的一种控制波束稳定的方法及天线设备进行了详细介绍,本文中应用了具体个例对本发明的原理及实施方式进行了阐述,以上实施例的说明只是用于帮助理解本发明的方法及其核心思想;同时,对于本领域的一般技术人员,依据本发明的思想,在具体实施方式及应用范围上均会有改变之处,综上所述,本说明书内容不应理解为对本发明的限制。 The method and antenna device for controlling beam stabilization provided by the present invention are described in detail above. Specific examples are used in this article to explain the principle and implementation of the present invention. The description of the above embodiments is only used to help understand the present invention. The method of the invention and its core idea; at the same time, for those of ordinary skill in the art, according to the idea of the invention, there will be changes in the specific implementation and the scope of application. In summary, the content of this specification should not be understood To limit the present invention. To

Claims (14)

  1. 一种控制波束稳定的方法,其特征在于,所述方法应用于天线设备,所述方法包括:A method for controlling beam stabilization, characterized in that the method is applied to an antenna device, and the method includes:
    获取所述天线设备的实际姿态数据;Acquiring actual attitude data of the antenna device;
    根据预设姿态数据和所述实际姿态数据计算得到姿态偏差数据;Calculating the posture deviation data according to the preset posture data and the actual posture data;
    在确定所述姿态偏差数据落在预设偏差阈值时,根据所述姿态偏差数据与配置值的对应关系确定所述姿态偏差数据对应的目标配置值;When it is determined that the posture deviation data falls within a preset deviation threshold, determine the target configuration value corresponding to the posture deviation data according to the correspondence relationship between the posture deviation data and the configuration value;
    根据所述目标配置值对所述天线设备所发射波束的发射角度进行调整,以使调整后的所述发射角度与目标角度一致。The emission angle of the beam emitted by the antenna device is adjusted according to the target configuration value, so that the adjusted emission angle is consistent with the target angle.
  2. 根据权利要求1所述的方法,其特征在于,所述根据所述姿态偏差数据与配置值的对应关系确定所述姿态偏差数据对应的目标配置值,包括:The method according to claim 1, wherein the determining the target configuration value corresponding to the posture deviation data according to the corresponding relationship between the posture deviation data and the configuration value comprises:
    根据姿态偏差数据与配置地址的对应关系确定所述姿态偏差数据所对应的目标配置地址,所述目标配置地址用于控制所述天线设备发射波束的角度;Determining the target configuration address corresponding to the attitude deviation data according to the correspondence between the attitude deviation data and the configuration address, where the target configuration address is used to control the angle of the antenna device transmitting beam;
    根据配置地址与配置值的对应关系确定所述目标配置地址对应的目标配置值。The target configuration value corresponding to the target configuration address is determined according to the correspondence between the configuration address and the configuration value.
  3. 根据权利要求2所述的方法,其特征在于,获取姿态数据的周期为T,所述获取所述天线设备的实际姿态数据,包括:The method according to claim 2, wherein the period of acquiring attitude data is T, and the acquiring actual attitude data of the antenna device comprises:
    获取Tn-1时刻所述天线设备的第一四元数Qn-1和Tn时刻的角速度ωnAcquiring angular velocity ω T n-1 time of the antenna device of the first quaternion Q n-1 and T n of the n-time;
    Figure PCTCN2015082444-appb-100001
    an-1、bn-1、cn-1及dn-1∈R,
    Figure PCTCN2015082444-appb-100001
    a n-1 , b n-1 , c n-1 and d n-1 ∈ R,
    其中,i旋转代表X轴与Y轴相交平面中X轴正向向Y轴正向的旋转,j旋转代表Z轴与X轴相交平面中Z轴正向向X轴正向的旋转,k旋转代表Y轴与Z轴相交平面中Y轴正向向Z轴正向的旋转;Among them, i rotation represents the positive rotation of the X axis to the positive Y axis in the plane intersecting the X axis and the Y axis, j rotation represents the rotation of the Z axis positive to the X axis positive direction in the plane where the Z axis and the X axis intersect, and k rotation Represents the positive rotation of the Y axis to the positive Z axis in the plane where the Y axis and the Z axis intersect;
    在Tn时刻,利用所述第一四元数Qn-1和所述角速度ωn,计算得到所述实际姿态数据,所述Tn-1为第n-1个周期的起始时刻,所述Tn为第n个周期的起始时刻,所述n为正整数。At time T n , use the first quaternion Q n-1 and the angular velocity ω n to calculate the actual attitude data, where T n-1 is the start time of the n-1th cycle, The T n is the start time of the nth cycle, and the n is a positive integer.
  4. 根据权利要求2或3所述的方法,其特征在于,所述实际姿态数据包 括俯仰角元素和方位角元素,所述利用所述第一四元数Qn-1和所述角速度ωn,计算得到所述实际姿态数据,包括:The method according to claim 2 or 3, wherein the actual attitude data includes a pitch angle element and an azimuth angle element, and the first quaternion Q n-1 and the angular velocity ω n are used , The actual posture data obtained by calculation includes:
    利用四元数迭代算法解由所述第一四元数和所述角速度组成的四元数微分方程,计算得到所述天线设备在所述Tn的第二四元数Qn,所述第二四元数Qn包括标量和向量;The quaternion iterative algorithm is used to solve the quaternion differential equation composed of the first quaternion and the angular velocity, and the second quaternion Q n of the antenna device at the T n is calculated. Two quaternion Q n includes scalar and vector;
    Figure PCTCN2015082444-appb-100002
    an、bn、cn及dn均为实数,ωx,ωy,ωz分别依次为ωn在X轴、Y轴及Z轴上的分量;
    Figure PCTCN2015082444-appb-100002
    a n, b n, c n and d n are real number, ω x, ω y, ω z ω n are in the order of X axis, Y axis and Z axis component;
    其中,an=an-1+((-bn-1x-cn-1y-dn-1z)>>1);Among them, a n =a n-1 +((-b n-1x -c n-1y -d n-1z )>>1);
    bn=bn-1+((an-1x+cn-1z-dn-1y)>>1);b n = b n-1 +((a n-1x +c n-1z -d n-1y )>>1);
    cn=cn-1+((an-1y-bn-1z+dn-1x)>>1);c n = c n-1 +((a n-1y -b n-1z +d n-1x )>>1);
    dn=dn-1+((an-1z+bn-1y-cn-1x)>>1);d n =d n-1 +((a n-1z +b n-1y -c n-1x )>>1);
    利用所述an、所述bn、所述cn及所述dn分别计算得到所述俯仰角元素和所述方位角元素;Using the a n, the b n, c n a d n and the pitch angle are calculated to obtain the azimuth angle element and said element;
    所述根据姿态偏差数据与配置地址的对应关系确定所述姿态偏差数据所对应的目标配置地址,包括:The determining the target configuration address corresponding to the posture deviation data according to the correspondence relationship between the posture deviation data and the configuration address includes:
    根据所述俯仰角元素、所述方位角元素确定所述姿态偏差数据所属的偏差范围;Determine the deviation range to which the attitude deviation data belongs according to the pitch angle element and the azimuth angle element;
    根据所述俯仰角元素、所述方位角元素与配置地址三者之间的对应关系,及所述偏差范围得到所述目标配置地址。The target configuration address is obtained according to the correspondence between the elevation angle element, the azimuth angle element and the configuration address, and the deviation range.
  5. 根据权利要求4所述的方法,其特征在于,所述利用所述an、所述bn、所述cn及所述dn分别计算得到所述俯仰角元素和所述方位角元素,包括:The method according to claim 4, wherein said using the a n, the b n, c n a d n and the pitch angle are calculated to obtain the element and the azimuth angle element, include:
    利用所述an、所述bn、所述cn及所述dn、第一表达式计算得到所述俯仰角元素;Calculating the pitch angle element by using the a n , the b n , the c n , the d n , and the first expression;
    所述第一表达式用于表示所述俯仰角元素的取值,所述第一表达式为:The first expression is used to indicate the value of the pitch angle element, and the first expression is:
    Figure PCTCN2015082444-appb-100003
    Figure PCTCN2015082444-appb-100003
    利用所述an、所述bn、所述cn及所述dn、第二表达式计算得到所述方位 角元素;Calculating the azimuth angle element by using the a n , the b n , the c n and the d n , and a second expression;
    所述第二表达式用于表示所述方位角元素的取值,所述第二表达式为:The second expression is used to represent the value of the azimuth angle element, and the second expression is:
    Figure PCTCN2015082444-appb-100004
    Figure PCTCN2015082444-appb-100004
  6. 根据权利要求2至5任一所述的方法,其特征在于,所述根据所述目标配置值对所述天线设备所发射波束的发射角度进行调整,包括:The method according to any one of claims 2 to 5, wherein the adjusting the emission angle of the beam emitted by the antenna device according to the target configuration value comprises:
    在将用于确定波束当前输出的配置地址切换至所述目标配置地址后,利用所述目标配置值对输入所述天线设备的业务数据的波束进行波束赋型,以调整所述发射角度至所述目标角度,得到调整后的波束;After the configuration address used to determine the current output of the beam is switched to the target configuration address, the target configuration value is used to perform beamforming on the beam inputting the service data of the antenna device to adjust the transmission angle to the target configuration address. The target angle is described, and the adjusted beam is obtained;
    所述方法还包括:The method also includes:
    将发射所述波束的发射角度切换至所述目标角度,并按照所述目标角度发射所述调整后的波束。Switch the emission angle of transmitting the beam to the target angle, and transmit the adjusted beam according to the target angle.
  7. 一种天线设备,其特征在于,所述天线设备包括:An antenna device, characterized in that the antenna device includes:
    姿态获取模块,用于获取所述天线设备的实际姿态数据;An attitude acquisition module, which is used to acquire actual attitude data of the antenna device;
    处理模块,用于根据预设姿态数据和所述实际姿态数据计算得到姿态偏差数据;A processing module, configured to calculate attitude deviation data according to the preset attitude data and the actual attitude data;
    在确定所述姿态偏差数据落在预设偏差阈值时,根据所述姿态偏差数据与配置值的对应关系确定所述姿态偏差数据对应的目标配置值;When it is determined that the posture deviation data falls within a preset deviation threshold, determine the target configuration value corresponding to the posture deviation data according to the correspondence relationship between the posture deviation data and the configuration value;
    姿态调整模块,用于根据所述目标配置值对所述天线设备所发射波束的发射角度进行调整,以使调整后的所述发射角度与目标角度一致。The attitude adjustment module is configured to adjust the emission angle of the beam emitted by the antenna device according to the target configuration value, so that the adjusted emission angle is consistent with the target angle.
  8. 根据权利要求7所述的天线设备其特征在于,所述处理模块具体用于:The antenna device according to claim 7, wherein the processing module is specifically configured to:
    根据姿态偏差数据与配置地址的对应关系确定所述姿态偏差数据所对应的目标配置地址,所述目标配置地址用于控制所述天线设备发射波束的角度;Determining the target configuration address corresponding to the attitude deviation data according to the correspondence between the attitude deviation data and the configuration address, where the target configuration address is used to control the angle of the antenna device transmitting beam;
    根据配置地址与配置值的对应关系确定所述目标配置地址对应的目标配置值。The target configuration value corresponding to the target configuration address is determined according to the correspondence between the configuration address and the configuration value.
  9. 根据权利要求8所述的天线设备,其特征在于,所述姿态获取模块具体用于:The antenna device according to claim 8, wherein the attitude acquisition module is specifically configured to:
    获取Tn-1时刻所述天线设备的第一四元数Qn-1和Tn时刻的角速度ωnAcquiring angular velocity ω T n-1 time of the antenna device of the first quaternion Q n-1 and T n of the n-time;
    Figure PCTCN2015082444-appb-100005
    an-1、bn-1、cn-1及dn-1均为实数;
    Figure PCTCN2015082444-appb-100005
    a n-1 , b n-1 , c n-1 and d n-1 are all real numbers;
    所述处理模块具体用于:在Tn时刻,利用所述第一四元数Qn-1和所述角速度ωn,计算得到所述实际姿态数据,所述Tn-1为第n-1个周期的起始时刻,所述Tn为第n个周期的起始时刻,所述n为正整数,获取姿态数据的周期为T。The processing module is specifically configured to: at the time T n , use the first quaternion Q n-1 and the angular velocity ω n to calculate the actual attitude data, and the T n-1 is the n-th 1 cycle starting time, the starting time T n is the n-th cycle, the n is a positive integer, the pose data acquisition period is T.
  10. 根据权利要求8或9所述的天线设备,其特征在于,所述实际姿态数据包括俯仰角元素和方位角元素,所述处理模块包括可编程器件,所述可编程器件用于:The antenna device according to claim 8 or 9, wherein the actual attitude data includes a pitch angle element and an azimuth angle element, and the processing module includes a programmable device, and the programmable device is used for:
    利用四元数迭代算法解由所述第一四元数和所述角速度组成的四元数微分方程,计算得到所述天线设备在所述Tn的第二四元数Qn,所述第二四元数Qn包括标量和向量;The quaternion iterative algorithm is used to solve the quaternion differential equation composed of the first quaternion and the angular velocity, and the second quaternion Q n of the antenna device at the T n is calculated. Two quaternion Q n includes scalar and vector;
    Figure PCTCN2015082444-appb-100006
    an、bn、cn及dn均为实数,ωx,ωy,ωz分别依次为ωn在X轴、Y轴及Z轴上的分量;
    Figure PCTCN2015082444-appb-100006
    a n, b n, c n and d n are real number, ω x, ω y, ω z ω n are in the order of X axis, Y axis and Z axis component;
    其中,an=an-1+((-bn-1x-cn-1y-dn-1z)>>1);Among them, a n =a n-1 +((-b n-1x -c n-1y -d n-1z )>>1);
    bn=bn-1+((an-1x+cn-1z-dn-1y)>>1);b n = b n-1 +((a n-1x +c n-1z -d n-1y )>>1);
    cn=cn-1+((an-1y-bn-1z+dn-1x)>>1);c n = c n-1 +((a n-1y -b n-1z +d n-1x )>>1);
    dn=dn-1+((an-1z+bn-1y-cn-1x)>>1);d n =d n-1 +((a n-1z +b n-1y -c n-1x )>>1);
    利用所述an、所述bn、所述cn及所述dn分别计算得到所述俯仰角元素和所述方位角元素;Using the a n, the b n, c n a d n and the pitch angle are calculated to obtain the azimuth angle element and said element;
    根据所述俯仰角元素、所述方位角元素确定所述姿态偏差数据所属的偏差范围;Determine the deviation range to which the attitude deviation data belongs according to the pitch angle element and the azimuth angle element;
    根据所述俯仰角元素、所述方位角元素与配置地址三者之间的对应关系,及所述偏差范围得到所述目标配置地址。The target configuration address is obtained according to the correspondence between the elevation angle element, the azimuth angle element and the configuration address, and the deviation range.
  11. 根据权利要求10所述的天线设备,其特征在于,所述可编程器件具体用于:The antenna device according to claim 10, wherein the programmable device is specifically used for:
    利用所述an、所述bn、所述cn及所述dn、第一表达式计算得到所述俯仰角元素;Calculating the pitch angle element by using the a n , the b n , the c n , the d n , and the first expression;
    所述第一表达式用于表示所述俯仰角元素的取值,所述第一表达式为:The first expression is used to indicate the value of the pitch angle element, and the first expression is:
    Figure PCTCN2015082444-appb-100007
    Figure PCTCN2015082444-appb-100007
    利用所述an、所述bn、所述cn及所述dn、第二表达式计算得到所述方位角元素;Calculating the azimuth angle element by using the a n , the b n , the c n and the d n , and a second expression;
    所述第二表达式用于表示所述方位角元素的取值,所述第二表达式为:The second expression is used to represent the value of the azimuth angle element, and the second expression is:
    Figure PCTCN2015082444-appb-100008
    Figure PCTCN2015082444-appb-100008
  12. 根据权利要求8至11任一所述的天线设备,其特征在于,所述姿态调整模块具体用于:The antenna device according to any one of claims 8 to 11, wherein the attitude adjustment module is specifically configured to:
    在将用于确定波束当前输出的配置地址切换至所述目标配置地址后,利用所述目标配置值对输入所述天线设备的业务数据的波束进行波束赋型,以调整所述发射角度至所述目标角度,得到调整后的波束;After the configuration address used to determine the current output of the beam is switched to the target configuration address, the target configuration value is used to perform beamforming on the beam inputting the service data of the antenna device to adjust the transmission angle to the target configuration address. The target angle is described, and the adjusted beam is obtained;
    所述天线设备还包括发射模块,所述发射模块用于:The antenna device also includes a transmitting module, and the transmitting module is used to:
    将发射所述波束的发射角度切换至所述目标角度,并按照所述目标角度发射所述调整后的波束。Switch the emission angle of transmitting the beam to the target angle, and transmit the adjusted beam according to the target angle.
  13. 根据权利要求7至12任一所述的天线设备,所述姿态获取模块集成于所述天线设备内或通过捷联安装在所述天线设备上,所述姿态获取模块包括加速度传感器和陀螺仪传感器,所述加速度传感器用于获取俯仰角和方位角,所述陀螺仪传感器用于实时获取所述天线设备的三轴角速度。The antenna device according to any one of claims 7 to 12, the attitude acquisition module is integrated in the antenna device or installed on the antenna device through strapdown, the attitude acquisition module includes an acceleration sensor and a gyroscope sensor The acceleration sensor is used to obtain the pitch angle and the azimuth angle, and the gyroscope sensor is used to obtain the three-axis angular velocity of the antenna device in real time.
  14. 根据权利要求13所述的天线设备,所述可编程器件还用于将自所述陀螺仪传感器输入所述可编程器件的三轴角速度进行滤波平滑处理。 The antenna device according to claim 13, wherein the programmable device is further used for filtering and smoothing the three-axis angular velocity input from the gyroscope sensor to the programmable device. To
PCT/CN2015/082444 2015-06-26 2015-06-26 Method for controlling beam stabilization and antenna device WO2016206072A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201580028554.5A CN107004953B (en) 2015-06-26 2015-06-26 A kind of method and antenna equipment that control wave beam is stable
PCT/CN2015/082444 WO2016206072A1 (en) 2015-06-26 2015-06-26 Method for controlling beam stabilization and antenna device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2015/082444 WO2016206072A1 (en) 2015-06-26 2015-06-26 Method for controlling beam stabilization and antenna device

Publications (1)

Publication Number Publication Date
WO2016206072A1 true WO2016206072A1 (en) 2016-12-29

Family

ID=57584614

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/082444 WO2016206072A1 (en) 2015-06-26 2015-06-26 Method for controlling beam stabilization and antenna device

Country Status (2)

Country Link
CN (1) CN107004953B (en)
WO (1) WO2016206072A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107450582A (en) * 2017-08-22 2017-12-08 长光卫星技术有限公司 It is a kind of that guidance control method is passed based on the phased array number planned in real time on star
CN112563750A (en) * 2019-09-25 2021-03-26 比亚迪股份有限公司 Antenna attitude adjustment method and system
CN112600605A (en) * 2020-12-04 2021-04-02 维沃移动通信有限公司 Method and device for switching antenna, electronic equipment and storage medium

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112584466B (en) * 2019-09-27 2022-04-22 华为技术有限公司 Information receiving method and device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102064386A (en) * 2010-07-31 2011-05-18 华为技术有限公司 Method and auxiliary device for adjusting angle of antenna
CN102292869A (en) * 2010-11-16 2011-12-21 华为技术有限公司 On-line adjusting method and system of base station antenna angle
CN103022696A (en) * 2012-12-31 2013-04-03 海能达通信股份有限公司 Automatic orientation antenna system, and method and device for automatic orientation of antennas
WO2013155973A1 (en) * 2012-04-20 2013-10-24 广东通宇通讯股份有限公司 Azimuth correction adjustment-based electric tiled antenna and electric tiled antenna system

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6441779B1 (en) * 1999-07-02 2002-08-27 Kvh Industries, Inc. System and method of carrier-phase attitude determination
KR100617749B1 (en) * 2000-08-16 2006-08-28 삼성전자주식회사 Antenna Array Apparatus and Beamforming Method of Base Station using GPS Signal in Mobile Communication Systems
GB2391732B (en) * 2002-05-16 2005-09-07 Furuno Electric Co Attitude sensing apparatus for determining the attitude of a mobile unit
CN101089764A (en) * 2006-06-13 2007-12-19 中国科学院空间科学与应用研究中心 Antenna automatic tracking inter-satellite control device and method
CN103412198B (en) * 2013-07-22 2015-08-05 中国人民解放军92537部队 The three-dimensional spatial distribution characteristic measuring device of boats and ships protection electric field and measuring method
CN103715505A (en) * 2013-12-19 2014-04-09 北京航天科工世纪卫星科技有限公司 Semi-automatic portable satellite communication antenna
CN104729497A (en) * 2015-01-16 2015-06-24 上海大学 Ultra-small dual-duct unmanned plane combined navigation system and dual-mode navigation method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102064386A (en) * 2010-07-31 2011-05-18 华为技术有限公司 Method and auxiliary device for adjusting angle of antenna
CN102292869A (en) * 2010-11-16 2011-12-21 华为技术有限公司 On-line adjusting method and system of base station antenna angle
WO2013155973A1 (en) * 2012-04-20 2013-10-24 广东通宇通讯股份有限公司 Azimuth correction adjustment-based electric tiled antenna and electric tiled antenna system
CN103022696A (en) * 2012-12-31 2013-04-03 海能达通信股份有限公司 Automatic orientation antenna system, and method and device for automatic orientation of antennas

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107450582A (en) * 2017-08-22 2017-12-08 长光卫星技术有限公司 It is a kind of that guidance control method is passed based on the phased array number planned in real time on star
CN107450582B (en) * 2017-08-22 2020-07-03 长光卫星技术有限公司 Phased array data transmission guide control method based on-satellite real-time planning
CN112563750A (en) * 2019-09-25 2021-03-26 比亚迪股份有限公司 Antenna attitude adjustment method and system
CN112600605A (en) * 2020-12-04 2021-04-02 维沃移动通信有限公司 Method and device for switching antenna, electronic equipment and storage medium
CN112600605B (en) * 2020-12-04 2022-12-13 维沃移动通信有限公司 Method and device for switching antenna, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN107004953B (en) 2019-08-23
CN107004953A (en) 2017-08-01

Similar Documents

Publication Publication Date Title
JP6973709B2 (en) Methods, network elements, VR content servers, terminal devices and programs for transmitting virtual reality (VR) content
WO2016206072A1 (en) Method for controlling beam stabilization and antenna device
US10132914B2 (en) Target device positioning method and mobile terminal
EP3117532A1 (en) Antenna beam control
CN112640328B (en) Method and electronic device for forming beam in wireless communication system
EP3986006A1 (en) Terminal interaction method and terminal
JP2009517988A (en) System and method for calculating the location of a mobile device operating in a wireless network
CN108141256A (en) The phase adjusting method and device of aerial array
US20220231792A1 (en) Data transmission method and apparatus, storage medium, and device
TWI698141B (en) Determining a path of trajectory of a wireless device
CN116137955A (en) Electronic device and image transmission method of electronic device
JP2013143765A (en) Antenna array control method and access point using the same
CN106789723A (en) The method and apparatus that multi-core network forwards speed limit
TW508431B (en) Embedded digitization system
Radak et al. Moving towards wireless sensors using rssi measurements and particle filtering
WO2022057676A1 (en) Communication method, apparatus, and system
US11493354B2 (en) Policy based navigation control
JP2024507052A (en) Uplink power control to improve the reliability of physical uplink channels
WO2016119234A1 (en) Indoor positioning device and method based on wifi system
WO2016082496A1 (en) Indoor positioning method, wireless receiving device, wireless transmission device and storage medium
CN116235427A (en) Antenna beam management assisted by spatial and temporal measurements of wireless terminals
US10859355B2 (en) Ballistic internet of things sensors and communications platform
CN112821937B (en) Data transmission method through satellite network, satellite network system, apparatus and medium
CN117269885B (en) Aircraft positioning method and device based on opportunistic signal fusion
EP4258766A1 (en) Data processing method and apparatus

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: 15895972

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: 15895972

Country of ref document: EP

Kind code of ref document: A1