CN103986498A - Pseudo-random code optimization method based on graph theory - Google Patents

Pseudo-random code optimization method based on graph theory Download PDF

Info

Publication number
CN103986498A
CN103986498A CN201410203452.XA CN201410203452A CN103986498A CN 103986498 A CN103986498 A CN 103986498A CN 201410203452 A CN201410203452 A CN 201410203452A CN 103986498 A CN103986498 A CN 103986498A
Authority
CN
China
Prior art keywords
graph theory
cross
correlation
code
matrix
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.)
Granted
Application number
CN201410203452.XA
Other languages
Chinese (zh)
Other versions
CN103986498B (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.)
Beijing Institute of Technology BIT
Original Assignee
Beijing Institute of Technology BIT
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 Beijing Institute of Technology BIT filed Critical Beijing Institute of Technology BIT
Priority to CN201410203452.XA priority Critical patent/CN103986498B/en
Publication of CN103986498A publication Critical patent/CN103986498A/en
Application granted granted Critical
Publication of CN103986498B publication Critical patent/CN103986498B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Position Fixing By Use Of Radio Waves (AREA)

Abstract

The invention relates to a pseudo-random code optimization method based on a graph theory, and belongs to the technical field of code design and optimization in digital communications. According to the method, pseudo-random codes are mapped as nodes in the graph theory, the cross-correlation measure is mapped as the length of the edge of the graph, a cross-correlation measure matrix is converted to be an adjacent matrix in the graph theory through the threshold value judgment, the cross-correlation optimization problem of the pseudo-random codes is converted to be the maximum clique problem in the graph theory, and the codes with the good cross-correlation performance are optimized through the maximum clique search. Compared with a conventional traversal search optimization method, the calculation complexity is decreased from the index complexity to the linear complexity, and the cross-correlation performance of the pseudo-random codes can be rapidly optimized.

Description

A kind of pseudo noise code optimization method based on graph theory
Technical field
The present invention relates to a kind of pseudo noise code optimization method based on graph theory, belong to code Design and optimisation technique field in digital communication.
Background technology
Pseudo noise code is to realize the necessary condition of spread spectrum communication, and the pseudo noise code that 01 balance is good, self correlated peak sharp-pointed, cross-correlation performance is good all requiring in as satellite navigation system, mobile communication system in many important spread spectrum communications and measuring system is as spreading code.The design of pseudo noise code is divided into two stages: construction phase and optimizing phase, construction phase refers to that employing is someway as the process of the structure such as linear shift register, number theory method candidate codewords set, candidate codewords set is also referred to as code pond (CodePool), and the optimizing phase refers to from candidate codewords set according to the preferred part code word of certain performance criteria as practical code word.Optimizing phase comprises two heavy elements: performance measure and optimized algorithm, and performance measure has defined the index request that " good code " should be satisfied, and optimized algorithm is the method for finding " good code " from candidate codewords set.For different concrete application, the standard of " good code " is not identical, and same optimized algorithm is also varied, uses different performance measure and optimized algorithm can produce different design results in identical candidate collection.
Although the standard of " good code " is not unique, relatively consistent for the requirement of code correlation.Desirable pseudo noise code comprises the requirement of correlation: be that 0 auto-correlation function disturbs anti-multipath beyond main lobe, be that 0 cross-correlation function antagonism multiple access disturbs everywhere everywhere.In the design of modern pseudo noise code, except traditional periodic correlation function, also need the impact of considering that data bit is overturn on correlation, therefore need to consider strange correlation function, two kinds of different situations of even correlation function.Be the pseudorandom code word a={a of L bit for length 0, a 1... a l-1, b={b 0, b 1... b l-1, wherein a i, b i∈ 1, and+1}, 4 kinds of correlation function definition are as shown in table 1.
Table 1 Pseudo-code Correlation function definition
Taking European Galileo satellite navigation system and GPS of America satellite navigation system as example, the normalization correlated performance of typical navigation signal is as shown in table 2.
The typical satellite navigation signals pseudo noise code of table 2 normalization correlation (dB)
In the optimizing process of pseudo noise code, the computation complexity that different performance is estimated is widely different, can be divided into two classes according to the relation of performance measure and code word: independent performance measure and composite behaviour are estimated, the calculating of independent performance measure only needs an independent code word as input, and composite behaviour is estimated needs 2 or more code word as input.Auto-correlation function belongs to independent performance measure, and belonging to composite behaviour, estimates cross-correlation function, pseudo noise code preferably in, the optimization of independent performance measure can realize with threshold value judgement, complexity is linear complexity, but more complicated of the optimization that composite behaviour is estimated, exceeds linear complexity conventionally, the optimization that therefore composite behaviour is estimated is the difficult point that pseudo noise code is optimized.For the code set C={c that comprises N pseudorandom code word i, i=1...N, adopts the performance measure of maximum strange, even cross-correlation peak value as whole set, conventionally
R xy(c i,c j)=max(|EvenCCF(c i,c j,τ)|,|OddCCF(c i,c j,τ)|)
Target function is
CCF (C)=max (R xy(c i, c j)), i, j=1...N, and i ≠ j
The target of optimizing is that CCF (C) reaches minimum value, and CCF (C) is all relevant to N code word.Be the cross-correlation optimization of M, the target code word number of sets pseudo noise code that is N for candidate codewords number of sets, obtain best cross-correlation optimization and need to travel through the combination of whole N code word, total plant combination, according to the Stirling formula in Combinational Mathematics, the computation complexity of cross-correlation performance optimum is exponential complexity, almost cannot realize for the problem of medium-scale (more than 100 element).
Graph theory (GraphTheory) is the mathematical theory of description node and correlation thereof, in a simple graph G=(V, E), figure G is made up of node set V and limit set E, V has comprised the node in figure, and E represents internodal annexation and distance.The theory of graph theory can be for describing the cross correlation of pseudo noise code, for a pseudo noise code set C who comprises N code word, code word c i, i=1...N represents with the node in figure, cross-correlation performance is estimated R xy(c i, c j) can represent the length (distance) on the limit between node, pseudo noise code set that comprises 4 code words with illustration and cross-correlation performance thereof are as shown in Figure 1.For setting up the graph theory model of cross-correlation function, cross-correlation performance is estimated by N × N matrix notation be
R=[r ij] n × N, wherein r ij = R xy ( c i , c j ) , i ≠ j 0 , i = j
When using a thresholding Th to carry out accessibility judgement to R matrix, R matrix becomes R' matrix
R'=[rr ij] n × N, wherein rr ij = 1 , r ij ≤ Th 0 , r ij > Th
Its physical significance is after exceeding threshold value Th, to think that when i, j spacing between two nodes the two is unreachable.In Graph Theory, matrix R' is exactly adjacency matrix (AdjacencyMatrix) A=[a of figure ij] n × N, work as a ij=1 represents that between node, existence connects (limit), otherwise represents not connect, and after adopting thresholding Th=7 to adjudicate as shown in Figure 2, corresponding matrix R, R', A are Fig. 1:
R = 0467 4085 6809 7590 , R ′ = 1111 1101 1010 1101 , A = 1111 1101 1010 1101
Can see between egress 1,2,4 and connect for complete, be to have limit between any two nodes, in the correlation matrix of pseudo noise code, its implication is that the maximum of the co-related measure of code word 1,2,4 is less than thresholding Th=7, has 1,2,4 node groups of composition (Clique) of full annexation in Graph Theory.Therefore, the cross-correlation optimization problem of pseudo noise code is equivalent to Clique problem (the Maximum Clique Problem in graph theory, MCP), MCP problem is a classical np problem in graph theory, the verified polynomial complexity solution that do not exist, this has proved that pseudo noise code optimization is NP complexity issue from another point of view.Although there is not the algorithm of multinomial complexity for MCP problem, but have a lot of sub-optimal algorithm, comprise and determine algorithm and heuritic approach, different implementation methods and software kit exceed 20 kinds, solving of MCP is a kind of mathematical tool that the present invention realizes, and its principle and realization are considered to known technology.Solving of MCP will obtain nodes and the node set of Clique, and the two,, corresponding to pseudo noise code number and the codeword set optimized under thresholding Th, has optimized in the time that number of codewords reaches number required N, the principle that the pseudo noise code that Here it is based on graph theory is optimized.
Summary of the invention
The object of the invention is to optimize the poor problem of preferred properties in nonpolynomial complexity, finite time in order to solve pseudo noise code, propose a kind of pseudo noise code optimization method based on graph theory, new method is linear complexity, can realize the rapid Optimum of pseudo noise code.
The present invention is achieved through the following technical solutions:
A pseudo noise code optimization method based on graph theory, in candidate codewords set, number of codewords is M, the number of codewords that requires preferred result is N, N < M, pseudo noise code length is L bit, comprises the steps:
Step 1, structure co-related measure matrix.
C in calculated candidate codeword set i, c jeven cross-correlation function EvenCCF (c i, c j) and strange cross-correlation function OddCCF (c i, c j), with the maximum R of strange, even cross-correlation function absolute value xy(c i, c j) estimate as cross-correlation performance.The building method that cross-correlation performance is estimated matrix R is
R ( i , j ) = 0 , i = j R xy ( c i , c j ) , i &NotEqual; j
Wherein, c iand c jrepresent different code words, R (i, j) represents that cross-correlation performance estimates that the i of matrix R is capable, j column element, i=1...M, j=1...M, R xy(c i, c j) expression spread spectrum code word c iand c jcross-correlation performance estimate.
Step 2, initialization decision threshold.
Search cross-correlation performance is estimated the non-zero value MinR of minimum in matrix R, sets it as the initial value of decision threshold Th, i.e. Th=MinR.
Step 3, adjacency matrix and node set in structure graph theory model.
Adopt Graph Theory, M candidate codewords is mapped in graph theory model, a corresponding node of candidate codewords.Use decision threshold Th judgement cross-correlation performance to estimate matrix R, the adjacency matrix A in structure graph theory model, building method is
A ( i , j ) = 1 , R ( i , j ) &le; Th 0 , R ( i , j ) > Th
I that wherein A (i, j) is adjacency matrix is capable, j column element.In the time of A (i, j)=1, represent code word c iand c jcorresponding graph theory model node is connected; In the time of A (i, j)=0, represent code word c iand c jbetween corresponding graph theory model node, do not connect.
With the node set V in the sequence number structure graph theory model of M pseudo noise code, element V (i)=i wherein, i=1...M, preserve the sequence number of M pseudo noise code.
Step 4, the Clique in search graph theory model.
The input of searching for as Clique using adjacency matrix A and the node set V of step 3, Clique search Output rusults is the node set V' of Clique nodes M' and Clique.
In the time of M'< N, represent preferred pseudo noise code lazy weight, decision threshold Th is added to 1, return to step 3; Finish if M' >=N represents to optimize, proceed to step 5.
Step 5, output optimum results.
According to the code word sequence number in the node set V' of Clique, concentrate the code word that extracts corresponding sequence number to export as optimum results from candidate codewords.
So far, the pseudo noise code optimizing process based on graph theory finishes.
Beneficial effect
A kind of pseudo noise code optimization method based on graph theory that the present invention proposes, pseudorandom code word is mapped as the node in graph theory, co-related measure is mapped as the length on the limit in figure, the judgement of co-related measure matrix passing threshold is converted into the adjacency matrix in graph theory, the cross-correlation optimization problem of pseudo noise code is converted to the Clique problem in graph theory, searches for the code word preferably with good cross-correlation performance by Clique.The optimization method that contrasts conventional traversal search, computation complexity drops to linear complexity from exponential complexity, can realize the rapid Optimum of pseudorandom code cross-correlation performance.
Brief description of the drawings
Fig. 1 is the cross-correlation performance diagram of 4 pseudo noise codes in background technology;
Fig. 2 is the diagram that adopts the pseudo noise code after threshold judgement in background technology;
Fig. 3 is that the pseudo noise code based on graph theory of the present invention is optimized realization flow;
Fig. 4 is judging threshold and Clique interstitial content relation in embodiment.
Embodiment
Below in conjunction with drawings and Examples, technical scheme of the present invention is described further objects and advantages of the present invention in order better to illustrate.In this embodiment, will use american global positioning system gps system L5 navigation signal to describe for example.
Gps system L5 signal is the navigation signal towards life security service of a new generation, L5 specification of signals is defined in 2011 to be announced in IS-GPS-705B file, pseudo noise code length L=10230 bit, be limited to the initial state that generates register, 8191 kinds of combinations in candidate codewords set, after deleting choosing based on balance, autocorrelation and spectral characteristic, remain 107 of candidate's code characters, be M=107, consider that 37 satellites of GPS basic configuration constellation need 37 × 2=74 code word altogether, be N=74, cross-correlation optimization will make 74 pseudo noise codes have good correlation.
In order to describe the needs of algorithm, further dwindle the scale of problem, select M=6, N=3, as initial conditions, has 6 code characters, i.e. C={c in the set of candidate's code character 1, c 2..., c 6, retain 3 pseudo noise codes as optimum results, adopt traversal search to need altogether inferior search, the demonstration program that does not affect this example that problem scale dwindles.
A pseudo noise code optimization method based on graph theory, concrete steps are:
Step 1, structure co-related measure matrix.
The cross-correlation function of 6 code characters in calculated candidate codeword set, using the maximum of strange, even cross-correlation function absolute value as performance measure, the cross-correlation performance of 6 code characters is estimated 6 × 6 cross-correlation performances of composition and is estimated matrix R.
R = 0 414 436 468 406 418 414 0 420 434 394 494 436 420 0 404 440 386 468 434 404 0 392 402 406 394 440 392 0 430 418 494 386 402 430 0
Step 2, initialization decision threshold.
Traversal search cross-correlation performance is estimated the non-zero value MinR=386 of minimum in matrix R, sets it as the initial value of decision threshold, i.e. Th=386.
Step 3, adjacency matrix and node set in structure graph theory model.
Use decision threshold Th judgement cross-correlation performance to estimate matrix R, the adjacency matrix A in structure graph theory model.
A = 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 1
Node set V in structure graph theory model, V=[1 2345 6].
Step 4, the Clique in search graph theory model.
Using adjacency matrix A and node set V as input, the Clique in search graph, Output rusults is the node set V'=[36 of Clique nodes M'=2 and Clique].
When M'=2 < N=3 represents preferred pseudo noise code lazy weight, decision threshold is added to 1, Th=387, return to step 3;
Decision threshold and Clique nodes are as shown in table 3.
Table 3 decision threshold and Clique nodes
Decision threshold Clique nodes
386 2
387 2
402 2
403 2
404 3
Table 3 shows, along with the increase of decision threshold, Clique nodes increases, and in the time of Th=404, Clique comprises 3 nodes, V'=[346], stop search.
Step 5, output optimum results.
According to the node set V'=[346 of Clique] in code word sequence number, from candidate codewords concentrate extract the 3rd, 4,6 code words export as optimum results.
So far, the pseudo noise code optimizing process based on graph theory finishes.
For the advantage of the pseudo noise code optimization method of concrete analysis based on graph theory, with the generation method construct candidate code character set of GPSL5 signal pseudo noise code, choose the pseudo noise code of quantity and GPSL5 signal ICD file equal number, be N=74, carry out performance of PN code and estimate comparison, result is as shown in table 4, the relation of new method decision threshold and Clique nodes as shown in Figure 4, along with the increase Clique interstitial content of decision threshold progressively increases.74 selected code words of new method are better than the design of GPS of America L5 on cross-correlation performance is estimated, optimizing process running time on PC is 2 seconds, PC is configured to: IntelCore2Q6600 processor 2.4GHz, 4GB internal memory, Matlab software platform, realizes pseudo noise code optimizing process and has good time complexity.
The comparison of table 4 performance of PN code
The inventive method is not limited to the optimization of specific satellite navigation system pseudo noise code, but is applicable to use arbitrarily radionavigation, the communication system of binary sequence as pseudo noise code.
Although described by reference to the accompanying drawings embodiments of the present invention, to those skilled in the art, under the premise without departing from the principles of the invention, can also make some distortion and improvement, these also should be considered as belonging to protection scope of the present invention.

Claims (1)

1. the pseudo noise code optimization method based on graph theory, is characterized in that: in candidate codewords set, number of codewords is M, the number of codewords that requires preferred result is N, and N < M, specifically comprises the steps:
Step 1, structure co-related measure matrix;
C in calculated candidate codeword set i, c jeven cross-correlation function EvenCCF (c i, c j) and strange cross-correlation function OddCCF (c i, c j), with the maximum R of strange, even cross-correlation function absolute value xy(c i, c j) estimate as cross-correlation performance; The building method that cross-correlation performance is estimated matrix R is
R ( i , j ) = 0 , i = j R xy ( c i , c j ) , i &NotEqual; j
Wherein, c iand c jrepresent different code words, R (i, j) represents that cross-correlation performance estimates that the i of matrix R is capable, j column element, i=1...M, j=1...M, R xy(c i, c j) expression spread spectrum code word c iand c jcross-correlation performance estimate;
Step 2, initialization decision threshold;
Search cross-correlation performance is estimated the non-zero value MinR of minimum in matrix R, sets it as the initial value of decision threshold Th, i.e. Th=MinR;
Step 3, adjacency matrix and node set in structure graph theory model;
Adopt Graph Theory, M candidate codewords is mapped in graph theory model, a corresponding node of candidate codewords; Use decision threshold Th judgement cross-correlation performance to estimate matrix R, the adjacency matrix A in structure graph theory model, building method is
A ( i , j ) = 1 , R ( i , j ) &le; Th 0 , R ( i , j ) > Th
I that wherein A (i, j) is adjacency matrix is capable, j column element; In the time of A (i, j)=1, represent code word c iand c jcorresponding graph theory model node is connected; In the time of A (i, j)=0, represent code word c iand c jbetween corresponding graph theory model node, do not connect;
With the node set V in the sequence number structure graph theory model of M pseudo noise code, element V (i)=i wherein, i=1...M, preserve the sequence number of M pseudo noise code;
Step 4, the Clique in search graph theory model;
The input of searching for as Clique using adjacency matrix A and the node set V of step 3, Clique search Output rusults is the node set V' of Clique nodes M' and Clique;
In the time of M'< N, represent preferred pseudo noise code lazy weight, decision threshold Th is added to 1, return to step 3; Finish if M' >=N represents to optimize, proceed to step 5;
Step 5, output optimum results;
According to the code word sequence number in the node set V' of Clique, concentrate the code word that extracts corresponding sequence number to export as optimum results from candidate codewords;
So far, the pseudo noise code optimizing process based on graph theory finishes.
CN201410203452.XA 2014-05-14 2014-05-14 A kind of pseudo noise code optimization method based on graph theory Expired - Fee Related CN103986498B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410203452.XA CN103986498B (en) 2014-05-14 2014-05-14 A kind of pseudo noise code optimization method based on graph theory

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410203452.XA CN103986498B (en) 2014-05-14 2014-05-14 A kind of pseudo noise code optimization method based on graph theory

Publications (2)

Publication Number Publication Date
CN103986498A true CN103986498A (en) 2014-08-13
CN103986498B CN103986498B (en) 2016-04-27

Family

ID=51278331

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410203452.XA Expired - Fee Related CN103986498B (en) 2014-05-14 2014-05-14 A kind of pseudo noise code optimization method based on graph theory

Country Status (1)

Country Link
CN (1) CN103986498B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017224287A (en) * 2016-06-15 2017-12-21 パロ アルト リサーチ センター インコーポレイテッド System and method for compressing graph via clique
CN108880732A (en) * 2018-04-18 2018-11-23 中国电子科技集团公司第五十四研究所 A kind of satellite navigation system spreading code cross-correlation optimization method based on algorithm of dividing and ruling
CN112214775A (en) * 2020-10-09 2021-01-12 平安国际智慧城市科技股份有限公司 Injection type attack method and device for graph data, medium and electronic equipment
US20230394021A1 (en) * 2022-06-07 2023-12-07 Oracle International Corporation Computing similarity of tree data structures using metric functions defined on sets

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101378294A (en) * 2007-08-28 2009-03-04 重庆无线绿洲通信技术有限公司 Method for generating signals of low-interference multi-velocity multi-district quasi-synchronous CDMA communication system
CN102163430A (en) * 2011-05-06 2011-08-24 中国科学技术大学苏州研究院 Method for realizing AMR-WB (adaptive multi-rate wideband) voice coding or decoding by adopting information hiding technology
CN102404061A (en) * 2011-11-29 2012-04-04 中国人民解放军总参谋部第六十三研究所 Distributed signal detection realization method based on mutual correlation suitable for wireless sensing network
EP2474103A1 (en) * 2009-09-02 2012-07-11 Telefonaktiebolaget LM Ericsson (publ) Method and arrangement for improving radio network characteristics
CN102969000A (en) * 2012-12-04 2013-03-13 中国科学院自动化研究所 Multi-channel speech enhancement method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101378294A (en) * 2007-08-28 2009-03-04 重庆无线绿洲通信技术有限公司 Method for generating signals of low-interference multi-velocity multi-district quasi-synchronous CDMA communication system
EP2474103A1 (en) * 2009-09-02 2012-07-11 Telefonaktiebolaget LM Ericsson (publ) Method and arrangement for improving radio network characteristics
CN102163430A (en) * 2011-05-06 2011-08-24 中国科学技术大学苏州研究院 Method for realizing AMR-WB (adaptive multi-rate wideband) voice coding or decoding by adopting information hiding technology
CN102404061A (en) * 2011-11-29 2012-04-04 中国人民解放军总参谋部第六十三研究所 Distributed signal detection realization method based on mutual correlation suitable for wireless sensing network
CN102969000A (en) * 2012-12-04 2013-03-13 中国科学院自动化研究所 Multi-channel speech enhancement method

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017224287A (en) * 2016-06-15 2017-12-21 パロ アルト リサーチ センター インコーポレイテッド System and method for compressing graph via clique
CN108880732A (en) * 2018-04-18 2018-11-23 中国电子科技集团公司第五十四研究所 A kind of satellite navigation system spreading code cross-correlation optimization method based on algorithm of dividing and ruling
CN112214775A (en) * 2020-10-09 2021-01-12 平安国际智慧城市科技股份有限公司 Injection type attack method and device for graph data, medium and electronic equipment
CN112214775B (en) * 2020-10-09 2024-04-05 深圳赛安特技术服务有限公司 Injection attack method, device, medium and electronic equipment for preventing third party from acquiring key diagram data information and diagram data
US20230394021A1 (en) * 2022-06-07 2023-12-07 Oracle International Corporation Computing similarity of tree data structures using metric functions defined on sets

Also Published As

Publication number Publication date
CN103986498B (en) 2016-04-27

Similar Documents

Publication Publication Date Title
CN103986498B (en) A kind of pseudo noise code optimization method based on graph theory
CN105740245A (en) Frequent item set mining method
CN104038249B (en) Cycle long code direct sequence signal pseudo-random code estimation method
CN101578799A (en) Chaotic spreading codes and their generation
CN105045826A (en) Entity linkage algorithm based on graph model
US11132372B2 (en) Method and apparatus for precise positioning of scholar based on mining of scholar&#39;s scientific research achievement
CN104933624A (en) Community discovery method of complex network and important node discovery method of community
CN105138647A (en) Travel network cell division method based on Simhash algorithm
CN101964034A (en) Privacy protection method for mode information loss minimized sequence data
CN102571954A (en) Complex network clustering method based on key influence of nodes
CN106557574B (en) Target address matching method and system based on tree structure
CN101286935A (en) Route searching method based on IP address scope
CN101813768A (en) Method for designing quadrature phase-coded signal based on hyperchaos mapping
CN103116573B (en) A kind of automatic extending method of domain lexicon based on vocabulary annotation
CN105243455A (en) Grid distribution network planning evaluation method
CN107743056A (en) A kind of SCMA multi-user test methods based on compressed sensing auxiliary
CN105045715A (en) Programming mode and mode matching based bug clustering method
CN103020319A (en) Real-time mobile space keyword approximate Top-k query method
CN106878067B (en) method for identifying key nodes of dynamic ad hoc network
CN102638290A (en) Method and device for extracting multipath signal component based on channel measurement
CN103986544A (en) Spreading code cross-correlation optimization method of satellite navigation system based on greedy algorithm
CN103560863A (en) Method for identifying pseudorandom scrambling codes
CN105488612A (en) Monte-Carlo method based reliability analysis method for buried vertical pipe of ground source heat pump
Campelo et al. A model for geographic knowledge extraction on web documents
CN104657473A (en) Large-scale data mining method capable of guaranteeing quality monotony

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
CB03 Change of inventor or designer information

Inventor after: Han Hangcheng

Inventor after: An Jianping

Inventor after: Zhu Jianfeng

Inventor after: Wang Aihua

Inventor after: Bo Xiangyuan

Inventor after: Zhang Yu

Inventor after: Wang Shuai

Inventor before: An Jianping

Inventor before: Zhu Jianfeng

Inventor before: Wang Aihua

Inventor before: Bo Xiangyuan

Inventor before: Zhang Yu

Inventor before: Wang Shuai

CB03 Change of inventor or designer information
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20160427

Termination date: 20200514

CF01 Termination of patent right due to non-payment of annual fee