CN103051368B - Airspace self-adaptive filtering method - Google Patents

Airspace self-adaptive filtering method Download PDF

Info

Publication number
CN103051368B
CN103051368B CN201310011402.7A CN201310011402A CN103051368B CN 103051368 B CN103051368 B CN 103051368B CN 201310011402 A CN201310011402 A CN 201310011402A CN 103051368 B CN103051368 B CN 103051368B
Authority
CN
China
Prior art keywords
weight vector
signal
vector
array element
array
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
CN201310011402.7A
Other languages
Chinese (zh)
Other versions
CN103051368A (en
Inventor
曾浩
赵静
凤林锋
王娅
刘陆军
孙晴
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Chongqing University
Original Assignee
Chongqing University
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 Chongqing University filed Critical Chongqing University
Priority to CN201310011402.7A priority Critical patent/CN103051368B/en
Publication of CN103051368A publication Critical patent/CN103051368A/en
Application granted granted Critical
Publication of CN103051368B publication Critical patent/CN103051368B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Filters That Use Time-Delay Elements (AREA)
  • Radio Transmission System (AREA)

Abstract

The invention provides an airspace self-adaptive filtering method, which comprises the following realization steps that 1) received data is subjected to K times of sampling, and signals received by an array antenna are X=[x(1) to x(K)]; 2) received data is subjected to orthogonal transformation to obtain analysis signals shown in the description; 3) the initial value of the weight vector is set into the direction vector v0 of expected signals, M times of iteration is carried out according to the formula shown in the description for updating and calculating the weight vector, and the optimized weight vector w(M) is calculated; 4) the airspace filtering is carried out according to the obtained weight vector w(M), and the filtering output signals are shown in the description. The selection of step length factors is not needed by the weight vector iteration calculation method provided by the invention, the convergence speed is high, and the realization of FPGA (field programmable gate array) or DSP (digital signal processing) is easy.

Description

A kind of Spatially adaptive filtering method
Technical field
The present invention relates to signal transacting field, be specifically related to a kind of Spatially adaptive filtering method.
Technical background
Airspace filter is the pith of Array Signal Processing, is widely used in the systems such as communication, radar, sonar.At present, strive various airspace filter method, LMS(Least Mean Square) adaptive algorithm calculates simple, is widely used in airspace filter and development.When realizing LMS algorithm with FPGA or DSP and asking weight vector, need to calculate according to data covariance matrix characteristic value the iteration that suitable step factor realizes weight vector.But owing to receiving data covariance matrix characteristic value and being not easy to obtain, step factor is also not easy to choose.If the twice of the inverse of the data matrix eigenvalue of maximum that the array antenna received that is greater than step factor arrives, then weight vector is dispersed; If step factor is less than and the twice of the inverse of the data matrix eigenvalue of maximum arrived close to array antenna received, though weight vector convergence is fast, imbalance is large; If the twice of the inverse of the data matrix eigenvalue of maximum that step factor arrives much smaller than array antenna received, though imbalance is little, weight vector convergence is slow.
Summary of the invention
Technical problem to be solved by this invention is: when LMS iterative computation weight vector, and step factor is not easy to obtain.
Content of the present invention is a kind of Spatially adaptive filtering method, and implementation step is:
The first step: the even linear array formed N number of array element, array element distance d is half wavelength λ/2, and with first array element for reference array element, carry out K sampling to received signal, sample frequency is f s, array antenna received to signal be that N × K ties up matrix X=[x (1) ... x (K)], this matrix kth column vector x (k) is made up of the kth time sampling snap of each array element Received signal strength, namely x ( k ) = x 1 ( k ) . . . x N ( k ) , K, N are natural number, k=1 ..., K;
Second step: orthogonal transform is carried out to the real data matrix X received, real signal is become corresponding analytic signal X ^ = x ^ ( 1 ) . . . x ^ ( K ) ;
3rd step: according to analytic signal with known desired signal direction of arrival θ 0, calculate weight vector as follows:
(1) calculation expectation sense vector v 0 = 1 e jπ sin θ 0 . . . e jπ ( N - 1 ) sin θ 0 ;
(2) variable m=1 is got, weight vector initial value w (1)=v 0;
(3) calculating K dimension row vector y = y 1 . . . y K = w H ( m ) X ^ , Symbol H represents conjugate transpose;
(4) hard-limiting computing is carried out to row vector y, obtain K and tie up row vector r = y 1 | y 1 | . . . y K | y K | ;
(5) make m=m+1, upgrade weight vector w ( m ) = ( X ^ X ^ H ) - 1 X ^ r H ;
(6) repeat above-mentioned (3)-(5) step, until m=M, obtain final weight vector w (M) as airspace filter weight vector, wherein M is the natural number being less than K;
4th step, Spatially adaptive filtering output signal is
The invention has the beneficial effects as follows: new method does not need to choose suitable step factor and upgrades to the iteration realizing weight vector, and the method fast convergence rate, calculates simple, is easy to FPGA or DSP and realizes.
Accompanying drawing explanation
Fig. 1 is the schematic diagram of array received signal under even linear array;
Fig. 2 is Spatially adaptive filtering structured flowchart;
Fig. 3 is the schematic flow sheet of the inventive method.
Specific implementation method
A kind of Spatially adaptive filtering method, does not need to choose suitable step factor and upgrades to the iteration realizing weight vector, and the method fast convergence rate, calculates simple, is easy to FPGA or DSP and realizes.
The inventive method is for the incoherent narrow band signal in far field, and Fig. 1 is the schematic diagram of array received signal under even linear array.Array is made up of N number of identical array element, and array element distance d is half wavelength λ/2, and fast umber of beats of sampling is K.There is a desired signal in space, and direction of arrival (Direction of Arrival, DOA) is θ 0, have J interference signal, direction of arrival DOA is respectively θ simultaneously j, j=1,2 ..., J, each DOA is positioned at interval j<N-1.Be that in the even linear array of N array element formation, arranging first array element is reference array element, is positioned at the origin of coordinates, be then s when a jth signal arrives this at systems array j(t).Array received signal can be expressed as N × K and tie up matrix X=[x (1) ... x (K)], and x ( k ) = x 1 ( k ) . . . x N ( k ) , Wherein first array element receives signal can be expressed as n 1k () is the noise signal that first array element receives, then l array element Received signal strength is τ lbe the time delay of the signal that signal that l array element receives receives relative to first array element, n lk () is the noise signal that l array element receives.
Fig. 2 is the structured flowchart of Spatially adaptive filtering, according to nyquist sampling theorem, real signal x (t) of antenna array receiver obtains digital real signal x (k) through sampling, and real signal x (k) becomes analytic signal through orthogonal transform analytic signal with weight vector w (k) weighted sum, obtain array and export y (k).
Fig. 3 is the schematic flow sheet of the inventive method, and concrete grammar is divided into four steps:
The first step, has the even linear array of N number of array element, and array element distance d is half wavelength λ/2, and carry out K sampling to the narrow band signal that array element receives, sample frequency is f s, array received signal can be expressed as N × K and tie up matrix X=[x (1) ... x (K)], and x ( k ) = x 1 ( k ) . . . x N ( k ) , Wherein k is kth time snap, N and K is natural number, k=1 ..., K;
Second step, carries out orthogonal transform to all reception real data matrixes, obtains corresponding analytic signal X ^ = x ^ . . . x ^ ( K ) , And x ^ ( k ) = x ^ 1 . . . x ^ N ( k ) ;
3rd step: according to analytic signal with known desired signal direction of arrival θ 0, calculate weight vector as follows:
(1) calculation expectation sense vector v 0 = 1 e j&pi; sin &theta; 0 . . . e j&pi; ( N - 1 ) sin &theta; 0 ;
(2) variable m=1 is got, weight vector initial value w (1)=v 0;
(3) calculating K dimension row vector y = y 1 . . . y K = w H ( m ) X ^ , Symbol H represents conjugate transpose;
(4) hard-limiting computing is carried out to row vector y, obtain K and tie up row vector r = y 1 | y 1 | . . . y K | y K | ;
(5) make m=m+1, upgrade weight vector w ( m ) = ( X ^ X ^ H ) - 1 X ^ r H ;
(6) repeat above-mentioned (3)-(5) step, until m=M, obtain final weight vector w (M) as airspace filter weight vector, wherein M is the natural number being less than K;
4th step, Spatially adaptive filtering output signal is
A kind of Spatially adaptive filtering method of the present invention is compared to the LMS algorithm of extensive use, and need not choose suitable step factor and upgrade to the iteration realizing weight vector, weight vector convergence is fast, is easy to FPGA or DSP and realizes.

Claims (1)

1. a Spatially adaptive filtering method, implementation step is:
The first step: the even linear array formed N number of array element, array element distance d is half wavelength λ/2, and with first array element for reference array element, carry out K sampling to received signal, sample frequency is f s, array antenna received to signal be that N × K ties up matrix X=[x (1) ... x (K)], this matrix kth column vector x (k) is made up of the kth time sampling snap of each array element Received signal strength, namely x ( k ) = x 1 ( k ) . . . x N ( k ) , K, N are natural number, k=1 ..., K;
Second step: orthogonal transform is carried out to the real data matrix X received, real signal is become corresponding analytic signal X ^ = x ^ ( 1 ) . . . x ^ ( K ) ;
3rd step: according to analytic signal with known desired signal direction of arrival θ 0, calculate weight vector as follows:
(1) calculation expectation sense vector v 0 = 1 e j&pi; sin &theta; 0 . . . e j&pi; ( N - 1 ) sin &theta; 0 ;
(2) variable m=1 is got, weight vector initial value w (1)=v 0;
(3) calculating K dimension row vector y = y 1 . . . y K = w H ( m ) X ^ , Symbol H represents conjugate transpose;
(4) hard-limiting computing is carried out to row vector y, obtain K and tie up row vector r = y 1 | y 1 | . . . y K | y K | ;
(5) make m=m+1, upgrade weight vector w ( m ) = ( X ^ X ^ H ) - 1 X ^ r H ;
(6) repeat above-mentioned (3)-(5) step, until m=M, obtain final weight vector w (M) as airspace filter weight vector, wherein M is the natural number being less than K;
4th step, Spatially adaptive filtering output signal is
CN201310011402.7A 2013-01-11 2013-01-11 Airspace self-adaptive filtering method Expired - Fee Related CN103051368B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310011402.7A CN103051368B (en) 2013-01-11 2013-01-11 Airspace self-adaptive filtering method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310011402.7A CN103051368B (en) 2013-01-11 2013-01-11 Airspace self-adaptive filtering method

Publications (2)

Publication Number Publication Date
CN103051368A CN103051368A (en) 2013-04-17
CN103051368B true CN103051368B (en) 2015-01-21

Family

ID=48063882

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310011402.7A Expired - Fee Related CN103051368B (en) 2013-01-11 2013-01-11 Airspace self-adaptive filtering method

Country Status (1)

Country Link
CN (1) CN103051368B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104539260B (en) * 2014-12-03 2018-03-02 广州市雅江光电设备有限公司 A kind of computational methods of vector filtering
CN106026974B (en) * 2015-05-01 2018-12-21 中国人民解放军海军大连舰艇学院 A kind of passband global response error constraints airspace matrix filter design method
CN106026972B (en) * 2015-05-01 2018-12-21 中国人民解放军海军大连舰艇学院 Passband response error weights the response constraint airspace matrix filter design method of stopband zero
CN111208471B (en) * 2020-03-02 2023-01-13 重庆大学 Method for estimating direction of arrival of few-snapshot non-linearly-polarized electromagnetic waves

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101644760A (en) * 2009-08-27 2010-02-10 北京理工大学 Rapid and robust method for detecting information source number suitable for high-resolution array

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101644760A (en) * 2009-08-27 2010-02-10 北京理工大学 Rapid and robust method for detecting information source number suitable for high-resolution array

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
智能天线波束形成技术研究;唐玲;《中国优秀硕士学位论文全文数据库科技信息集》;20071015;全文 *
智能天线的发展及在TD-SCDMA中的应用;杨松等;《电信快报》;20070610(第06期);全文 *
智能天线自适应波束形成算法研究;牛春景;《中国优秀硕士学位论文全文数据库科技信息集》;20100915(第9期);第8-12页第2.3、2.4节,第30页第5.1节,第32-33页第5.3节,第36页,第38页,第41页 *

Also Published As

Publication number Publication date
CN103051368A (en) 2013-04-17

Similar Documents

Publication Publication Date Title
CN110109051B (en) Frequency control array-based cross coupling array DOA estimation method
CN102830387B (en) Data preprocessing based covariance matrix orthogonalization wave-beam forming method
CN107589399B (en) Estimation method of direction of arrival of co-prime array based on singular value decomposition of multi-sampling virtual signal
CN104698430B (en) It is a kind of for carrying the high-precision angle estimating method based on virtual antenna array
CN101351058B (en) Microphone array and method for implementing voice signal enhancement
CN106972882B (en) Self-adaptive beam forming method of co-prime array based on virtual domain space power spectrum estimation
CN103885045B (en) Based on the circulation associating Adaptive beamformer method of Subarray partition
CN103901417A (en) Low-complexity space target two-dimensional angle estimation method of L-shaped array MIMO radar
CN103051368B (en) Airspace self-adaptive filtering method
CN107092004A (en) Relatively prime array Wave arrival direction estimating method based on signal subspace rotational invariance
CN107104720B (en) Mutual-prime array self-adaptive beam forming method based on covariance matrix virtual domain discretization reconstruction
CN101887117B (en) Airborne MIMO (Multiple-Input Multiple-Output) radar space-time dimension-reduction self-adaptive processing method based on three iterations
CN103984676A (en) Rectangular projection adaptive beamforming method based on covariance matrix reconstruction
CN103837861A (en) Submatrix level linear constraint self-adaptive beam forming method based on feature subspaces
CN108710102A (en) Wave arrival direction estimating method based on relatively prime array second order equivalence virtual signal inverse discrete Fourier transform
CN102866383B (en) Direction-of-arrival estimation method based on self-adaption filtering in spatial domain
CN103885037A (en) MIMO-SAR signal transmitting and receiving method based on space-time coding
CN104849711A (en) Frequency domain-based Doppler compensation method for I-OFDM MIMO radar signal
CN102333052A (en) Underwater sound signal blind deconvolution method suitable for shallow sea low-frequency conditions
CN104931937A (en) Submatrix-level orthogonal projection (OP) wave beam forming method based on covariance matrix normalization
CN104865584B (en) A kind of implementation method of null tone adaptive navigation Anti-interference algorithm
CN104459635B (en) Self adaptation air filter filtering method based on iterative shrinkage Weighted Fusion
CN105306117A (en) Para-virtual antenna array beamforming method based on covariance matrix extending
CN104898093A (en) Gerchberg-Saxton (GS) algorithm-based multiple-input multiple-output (MIMO) radar quadrature phase coded signal design method
CN108614234B (en) Direction-of-arrival estimation method based on multi-sampling snapshot co-prime array received signal fast Fourier inverse transformation

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20150121

Termination date: 20160111