CN113126038B - Method, system, storage medium and application for optimizing operating frequency of high-frequency ground wave radar - Google Patents

Method, system, storage medium and application for optimizing operating frequency of high-frequency ground wave radar Download PDF

Info

Publication number
CN113126038B
CN113126038B CN202110371066.1A CN202110371066A CN113126038B CN 113126038 B CN113126038 B CN 113126038B CN 202110371066 A CN202110371066 A CN 202110371066A CN 113126038 B CN113126038 B CN 113126038B
Authority
CN
China
Prior art keywords
frequency
spectrum
window
data
algorithm
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.)
Active
Application number
CN202110371066.1A
Other languages
Chinese (zh)
Other versions
CN113126038A (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.)
Harbin Institute of Technology Weihai
Original Assignee
Harbin Institute of Technology Weihai
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 Harbin Institute of Technology Weihai filed Critical Harbin Institute of Technology Weihai
Priority to CN202110371066.1A priority Critical patent/CN113126038B/en
Publication of CN113126038A publication Critical patent/CN113126038A/en
Application granted granted Critical
Publication of CN113126038B publication Critical patent/CN113126038B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01SRADIO DIRECTION-FINDING; RADIO NAVIGATION; DETERMINING DISTANCE OR VELOCITY BY USE OF RADIO WAVES; LOCATING OR PRESENCE-DETECTING BY USE OF THE REFLECTION OR RERADIATION OF RADIO WAVES; ANALOGOUS ARRANGEMENTS USING OTHER WAVES
    • G01S7/00Details of systems according to groups G01S13/00, G01S15/00, G01S17/00
    • G01S7/02Details of systems according to groups G01S13/00, G01S15/00, G01S17/00 of systems according to group G01S13/00
    • G01S7/36Means for anti-jamming, e.g. ECCM, i.e. electronic counter-counter measures
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01SRADIO DIRECTION-FINDING; RADIO NAVIGATION; DETERMINING DISTANCE OR VELOCITY BY USE OF RADIO WAVES; LOCATING OR PRESENCE-DETECTING BY USE OF THE REFLECTION OR RERADIATION OF RADIO WAVES; ANALOGOUS ARRANGEMENTS USING OTHER WAVES
    • G01S13/00Systems using the reflection or reradiation of radio waves, e.g. radar systems; Analogous systems using reflection or reradiation of waves whose nature or wavelength is irrelevant or unspecified
    • G01S13/88Radar or analogous systems specially adapted for specific applications
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02ATECHNOLOGIES FOR ADAPTATION TO CLIMATE CHANGE
    • Y02A90/00Technologies having an indirect contribution to adaptation to climate change
    • Y02A90/10Information and communication technologies [ICT] supporting adaptation to climate change, e.g. for weather forecasting or climate simulation

Landscapes

  • Engineering & Computer Science (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Remote Sensing (AREA)
  • Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • General Physics & Mathematics (AREA)
  • Electromagnetism (AREA)
  • Radar Systems Or Details Thereof (AREA)

Abstract

The invention belongs to the technical field of radars, and discloses a high-frequency ground wave radar working frequency optimization method, a system, a storage medium and application thereof, wherein the frequency spectrum data is acquired, and a two-dimensional OS algorithm and a double threshold algorithm are adopted to process the frequency spectrum data so as to obtain frequency spectrum information of anti-impact interference processing; constructing an LSTM network, and performing model training and prediction deviation evaluation; a conic trapezoidal window is selected, the window function is slid on the whole frequency spectrum to extract the average power spectrum and fluctuation information in the window, the total score of the sliding window is calculated, and then the optimal working frequency is selected according to the score. The improvement of the frequency spectrum prediction scheme in the invention enhances the instantaneity and accuracy of frequency selection; the LSTM model predicts the time sequence, trains and learns the frequency spectrum information at the current moment instead of simple data frequency shift, so that the prediction is closer to a true value, the reliability is greatly enhanced, sliding window frequency selection is carried out through a conic trapezoid window, and an interference frequency band can be effectively avoided.

Description

高频地波雷达工作频率优选方法、系统、存储介质及应用High-frequency ground wave radar operating frequency optimization method, system, storage medium and application

技术领域Technical Field

本发明属于雷达技术领域,尤其涉及一种高频地波雷达工作频率优选方法、系统、存储介质及应用。The present invention belongs to the field of radar technology, and in particular relates to a method, system, storage medium and application for optimizing the working frequency of a high-frequency ground wave radar.

背景技术Background Art

目前:高频地波雷达因其低成本、易维护,具有超视距、全天候等优点用于对海监测,但其工作频段(3~30MHz)电磁环境复杂,存在大量短波通信业务、电台干扰、冲击干扰、噪声,影响其工作性能。寻找适合其工作的“寂静频率”能有效提升雷达性能,故而寻求一种能为高频地波雷达推荐较优工作频率的方法。长短期记忆网络LSTM(Long Short-TermMemory),是反馈神经网络的一种类型。循环神经网络(RNN)由于引入反馈机制,具备初步的记忆能力,但由于需要保留所有状态的信息,能处理的信息长度有限,且在反向传播更新权重时会出现梯度消失和梯度爆炸的问题,长期记忆能力不足。而引入了输入门,输出门,遗忘门的长短期记忆网络(LSTM),引入记忆单元,产生了梯度长时间持续流动的路径,并且自循环的权重也在每次迭代中进行更新。这样的设计可以避免横向深度导致的信息丢失,也解决了RNN模型在更新权重时容易产生的梯度消失问题。遗忘门通过删除记忆单元中的部分历史信息来控制信息的保存;输入门则对当前时刻和上一时刻的输出状态进行筛选,调节进入LSTM细胞的有用信息。这样的工作模式使基于长短期记忆网络模型的算法善于处理长序列数据,可实现时间序列预测。At present: High-frequency ground wave radar is used for sea monitoring because of its low cost, easy maintenance, over-the-horizon and all-weather advantages. However, the electromagnetic environment of its working frequency band (3-30MHz) is complex, and there are a large number of short-wave communication services, radio interference, impact interference and noise, which affect its working performance. Finding a "quiet frequency" suitable for its work can effectively improve the performance of the radar, so a method is sought to recommend a better working frequency for high-frequency ground wave radar. Long short-term memory network LSTM (Long Short-Term Memory) is a type of feedback neural network. Due to the introduction of feedback mechanism, the recurrent neural network (RNN) has preliminary memory ability, but because it needs to retain all state information, the length of information that can be processed is limited, and the gradient disappearance and gradient explosion problems will occur when back-propagating and updating weights, and the long-term memory capacity is insufficient. The long short-term memory network (LSTM) with input gate, output gate and forget gate introduces memory units, generates a path where the gradient continues to flow for a long time, and the weight of the self-loop is also updated in each iteration. Such a design can avoid the information loss caused by lateral depth, and also solves the problem of gradient disappearance that is easy to occur when the RNN model updates weights. The forget gate controls the preservation of information by deleting some historical information in the memory unit; the input gate filters the output state of the current moment and the previous moment to adjust the useful information entering the LSTM cell. This working mode makes the algorithm based on the long short-term memory network model good at processing long sequence data and can realize time series prediction.

雷达在实际工程应用中,采用的频谱预测方案多为当前平移预测模型。而这一模型是将当前时刻数据平移作为下一时刻的频谱数据。而高频地波雷达的工作环境复杂,虽然通过抗冲击干扰算法消除天电干扰,但是依然存在大量噪声和干扰,采用该方案直接将频谱平移将忽略复杂多变的电磁环境,无法达到实时监测的效果,影响选频的准确性。In actual engineering applications, radars often use the current shift prediction model as the spectrum prediction scheme. This model uses the current moment data shifted as the spectrum data for the next moment. However, the working environment of high-frequency ground wave radars is complex. Although the anti-impact interference algorithm is used to eliminate the interference from the sky, there is still a lot of noise and interference. Using this scheme to directly shift the spectrum will ignore the complex and changeable electromagnetic environment, and the real-time monitoring effect cannot be achieved, which affects the accuracy of frequency selection.

滑窗选频方案实际采用的“多重门限-平均功率方案”是通过选取三道逐渐降低的门限来进行粗测选频,最终选取的频段位于干扰相对低的范围。采取三道门限一定程度上提高了准确度,但需要多次实验测试积累才能获取合适的门限参数,在复杂多变的电磁环境中,该方法缺乏一定的灵活性。The "multiple thresholds-average power scheme" actually adopted by the sliding window frequency selection scheme is to select three gradually decreasing thresholds for rough frequency selection, and the final selected frequency band is in the relatively low interference range. The use of three thresholds improves the accuracy to a certain extent, but it requires multiple experimental tests to obtain the appropriate threshold parameters. In a complex and changeable electromagnetic environment, this method lacks certain flexibility.

通过上述分析,现有技术存在的问题及缺陷为:Through the above analysis, the problems and defects of the prior art are as follows:

(1)现有的频谱预测方案忽略了复杂多变的电磁环境,无法达到实时监测的效果,影响选频的准确性。(1) Existing spectrum prediction schemes ignore the complex and changeable electromagnetic environment and cannot achieve the effect of real-time monitoring, which affects the accuracy of frequency selection.

(2)现有的滑窗选频方案需要多次实验测试积累才能获取合适的门限参数,灵活性低。(2) The existing sliding window frequency selection scheme requires multiple experimental tests to obtain appropriate threshold parameters, and has low flexibility.

解决以上问题及缺陷的难度为:由于电磁环境复杂多变,若由当前监测到的频谱选择“寂静频率”应用到雷达,在频谱发生较大变化时,该“寂静频率”无法达到较好的效果。所以一个能根据现有频率信息有效预测下一时刻的频谱的方案是必要的。滑窗选频根据一定准则进行打分,选取的准则作为选频元素具有参考意义,且受小干扰的影响小。综上,需要寻找一种能由当前频谱信息有效预测下一时刻频谱,并且能依据一定选频原则筛选出最优频率的方案。The difficulty of solving the above problems and defects is: due to the complex and changeable electromagnetic environment, if the "quiet frequency" selected from the currently monitored spectrum is applied to the radar, when the spectrum changes significantly, the "quiet frequency" cannot achieve a good effect. Therefore, a solution that can effectively predict the spectrum at the next moment based on the existing frequency information is necessary. The sliding window frequency selection is scored according to certain criteria, and the selected criteria are of reference significance as frequency selection elements and are less affected by small interference. In summary, it is necessary to find a solution that can effectively predict the spectrum at the next moment based on the current spectrum information and can screen out the optimal frequency according to certain frequency selection principles.

解决以上问题及缺陷的意义为:在复杂电磁环境中有效预测频谱,为后续寻找最优工作频率提供了较为准确的数据信息,可近似达到实时选频的效果。适宜的滑窗选频方案能高效利用频谱的特征信息寻找较优频率,在此优选频率上工作的雷达性能得到提升。The significance of solving the above problems and defects is: effectively predicting the spectrum in a complex electromagnetic environment provides relatively accurate data information for the subsequent search for the optimal operating frequency, which can approximately achieve the effect of real-time frequency selection. The appropriate sliding window frequency selection scheme can efficiently use the characteristic information of the spectrum to find a better frequency, and the performance of the radar working on this preferred frequency is improved.

发明内容Summary of the invention

针对现有技术存在的问题,本发明提供了一种高频地波雷达工作频率优选方法、系统、存储介质及应用。In view of the problems existing in the prior art, the present invention provides a method, system, storage medium and application for optimizing the working frequency of a high-frequency ground wave radar.

本发明是这样实现的,一种高频地波雷达工作频率优选方法、系统、存储介质及应用包括:The present invention is implemented as follows: a method, system, storage medium and application for optimizing the working frequency of a high-frequency ground wave radar include:

步骤一,获取频谱数据:频监子系统利用多路接收通道并行处理接收信号,分别对每个通道做傅里叶分析,然后将各通道分析结果合并,得到完整的频谱数据,将其作为抗冲击处理的频谱信息,提供后续处理的原始数据;Step 1: Obtain spectrum data: The frequency monitoring subsystem uses multiple receiving channels to process the received signals in parallel, performs Fourier analysis on each channel, and then merges the analysis results of each channel to obtain complete spectrum data, which is used as spectrum information for anti-shock processing and provides raw data for subsequent processing;

步骤二,抗冲击干扰处理:采用二维OS算法和二重门限算法对频谱数据进行处理,得到抗冲击干扰处理的频谱信息,消除了冲击干扰抬高全频段频谱的影响,为频谱预测提供了较为真实的频谱信息;Step 2: Anti-impact interference processing: The spectrum data is processed using a two-dimensional OS algorithm and a double threshold algorithm to obtain spectrum information processed with anti-impact interference, eliminating the impact of the impact interference raising the full-band spectrum and providing more realistic spectrum information for spectrum prediction;

步骤三,长短期记忆模型预测频谱:构建LSTM网络,并进行模型训练和预测偏差进行评价。LSTM门控结构使其能够在时间序列上平衡对序列时间维度上的短期和长期依赖,比当前预测模型的预测精度高,为滑窗选频模块提供了预测精度高的频谱信息;Step 3: Predict spectrum using long short-term memory model: Build LSTM network, and perform model training and prediction deviation evaluation. The LSTM gating structure enables it to balance the short-term and long-term dependencies on the time dimension of the sequence. It has higher prediction accuracy than the current prediction model and provides spectrum information with high prediction accuracy for the sliding window frequency selection module.

步骤四,平均功率谱-方差选频方案滑窗选频:选用二次曲线梯形窗,在整个频谱上滑动这个窗函数提取窗内平均功率谱和起伏度信息,计算滑窗总分,进而根据分数选出最佳工作频率。考虑了频带及其两侧的电磁信息,在电磁环境多变的情形下能避开干扰频段提供优选频率供雷达选择。Step 4, Average Power Spectrum-Variance Frequency Selection Scheme Sliding Window Frequency Selection: Select a quadratic trapezoidal window, slide this window function across the entire spectrum to extract the average power spectrum and fluctuation information within the window, calculate the total score of the sliding window, and then select the best operating frequency based on the score. Considering the electromagnetic information on the frequency band and both sides of it, it can avoid interference frequency bands and provide preferred frequencies for radar selection in the case of a changeable electromagnetic environment.

进一步,步骤一中,每路接收通道具有不同的载波频率,从而覆盖整个频段。Furthermore, in step 1, each receiving channel has a different carrier frequency, thereby covering the entire frequency band.

进一步,步骤二中,所述抗冲击干扰处理具体包括:Further, in step 2, the anti-impact interference processing specifically includes:

(1)采用二维OS算法,先对每个时间批次数据在频率维上将各点按幅度大小排序找到噪声基底,之后在时间维上采用OS算法求出时频图的噪声基底;(1) Using the two-dimensional OS algorithm, first sort each point in the frequency dimension by amplitude to find the noise floor for each time batch data, and then use the OS algorithm in the time dimension to find the noise floor of the time-frequency diagram;

(2)采用二重门限算法,设置幅度门限和脉宽门限判别出干扰脉冲,剔除受到冲击干扰的频监数据或者用相邻无干扰批次数据代替,然后拼接整合剩下的有效频谱数据,得到抗冲击干扰处理的频谱信息。(2) A double threshold algorithm is used to set the amplitude threshold and pulse width threshold to identify interference pulses, eliminate the frequency monitoring data affected by impact interference or replace it with adjacent non-interference batch data, and then splice and integrate the remaining valid spectrum data to obtain spectrum information with anti-impact interference processing.

进一步,步骤三,所述长短期记忆模型预测频谱包括:Further, in step three, the long short-term memory model predicts the spectrum including:

(1)数据准备,按批次读取频谱数据,同时将频谱数据分为训练集和测试集,再将数据归一化;(1) Data preparation: read spectrum data in batches, divide the spectrum data into training set and test set, and then normalize the data;

(2)构建LSTM网络,设置各层节点数,激活函数默认为sigmoid函数和tanh函数;(2) Build an LSTM network, set the number of nodes in each layer, and use the default activation function as the sigmoid function and the tanh function;

(3)初始化网络参数,设置遗忘率、学习率、神经元个数、最大迭代次数;(3) Initialize network parameters, set the forgetting rate, learning rate, number of neurons, and maximum number of iterations;

(4)模型训练及评价指标,采用Adam算法进行模型训练,使用均方根误差作为评价指标,衡量模型的预测偏差。均方根误差计算公式:(4) Model training and evaluation indicators: The Adam algorithm is used for model training, and the root mean square error is used as the evaluation indicator to measure the prediction deviation of the model. The root mean square error calculation formula is:

Figure BDA0003009335850000041
Figure BDA0003009335850000041

其中

Figure BDA0003009335850000042
代表模型的预测值,xi代表序列的真实值,n代表预测值个数。in
Figure BDA0003009335850000042
represents the predicted value of the model, xi represents the true value of the sequence, and n represents the number of predicted values.

进一步,所述长短期记忆模型的计算公式:Furthermore, the calculation formula of the long short-term memory model is:

it=sigmoid(Wi[xt,ht-1]+bi);i t =sigmoid(W i [x t ,h t-1 ]+b i );

ft=sigmoid(Wf[xt,ht-1]+bf);f t =sigmoid(W f [x t ,h t-1 ]+b f );

ot=sigmoid(Wo[xt,ht-1]+bo);o t =sigmoid(W o [x t ,h t-1 ]+b o );

Figure BDA0003009335850000043
Figure BDA0003009335850000043

Figure BDA0003009335850000044
Figure BDA0003009335850000044

ht=ot·tanh(ct);h t = o t ·tanh(c t );

在每个时间步t中,xt为输入向量,ct为细胞状态向量,ht是根据ct输出的隐藏状态向量,其中W*表示权重矩阵,b*是偏置向量,*∈{i,f,o,c};sigmoid函数被用作输入门it、遗忘门ft和输出门ot的激活函数,取值范围为[0,1]之间,用于控制各个门输出信息的比例;

Figure BDA0003009335850000045
和ht使用tanh函数作为激活函数。In each time step t, xt is the input vector, ct is the cell state vector, ht is the hidden state vector output according to ct , where W * represents the weight matrix, b * is the bias vector, *∈{i,f,o,c}; the sigmoid function is used as the activation function of the input gate it , the forget gate f and the output gate o , with a value range of [0,1] to control the proportion of information output by each gate;
Figure BDA0003009335850000045
and h t uses the tanh function as the activation function.

进一步,所述平均功率谱-方差选频方案滑窗选频具体包括:Furthermore, the sliding window frequency selection of the average power spectrum-variance frequency selection scheme specifically includes:

首先按照雷达接收通道带宽和解调信号带宽确定二次曲线梯形窗的宽度,在整个频谱数据上滑动这个设计好的滑窗,由打分公式进行滑窗打分,选出工作频段内最优的频率点。Firstly, the width of the quadratic trapezoidal window is determined according to the bandwidth of the radar receiving channel and the demodulated signal bandwidth. The designed sliding window is slid across the entire spectrum data, and the sliding window is scored using the scoring formula to select the optimal frequency point in the working frequency band.

进一步,选取滑窗的宽度和形状都匹配雷达接收通道的带宽以及解调信号的带宽,将平均功率和方差作为选频元素,表示一定累计时间窗内信息的平均幅度和偏离程度。Furthermore, the width and shape of the sliding window are selected to match the bandwidth of the radar receiving channel and the bandwidth of the demodulated signal, and the average power and variance are used as frequency selection elements to represent the average amplitude and deviation degree of information within a certain cumulative time window.

进一步,所述打分公式为:Furthermore, the scoring formula is:

Figure BDA0003009335850000051
Figure BDA0003009335850000051

Figure BDA0003009335850000052
Figure BDA0003009335850000052

x1=nF1xF1+nF2xF2x 1 =n F1 x F1 +n F2 x F2 ;

式中mF1,mF2为比例系数,取mF1=20,mF2=5;CMIN,VMIN代表最小均方值;Faverage在xF1公式中表示滑窗功率的平均值,在xF2公式中表示为滑窗的方差值;x1为滑窗总分值;xF1为滑窗平均功率分值;xF2为滑窗方差分值;nF1为滑窗平均功率分值的比例系数,取0.7;nF2为滑窗方差分值的比例系数,取0.3。In the formula, m F1 , m F2 are proportional coefficients, m F1 = 20, m F2 = 5; C MIN , V MIN represent the minimum mean square value; Faverage represents the average value of the sliding window power in the x F1 formula, and represents the variance value of the sliding window in the x F2 formula; x 1 is the total score of the sliding window; x F1 is the average power score of the sliding window; x F2 is the variance score of the sliding window; n F1 is the proportional coefficient of the average power score of the sliding window, which is 0.7; n F2 is the proportional coefficient of the variance score of the sliding window, which is 0.3.

本发明的另一目的在于提供一种计算机可读存储介质,存储有计算机程序,所述计算机程序被处理器执行时,使得所述处理器执行如下步骤:Another object of the present invention is to provide a computer-readable storage medium storing a computer program, wherein when the computer program is executed by a processor, the processor executes the following steps:

获取频谱数据:频监子系统利用多路接收通道并行处理接收信号,分别对每个通道做傅里叶分析,将各通道分析结果合并,得到完整的频谱数据;Obtaining spectrum data: The frequency monitoring subsystem uses multiple receiving channels to process the received signals in parallel, performs Fourier analysis on each channel, and combines the analysis results of each channel to obtain complete spectrum data;

抗冲击干扰处理:采用二维OS算法和二重门限算法对频谱数据进行处理,得到抗冲击干扰处理的频谱信息;Anti-impact interference processing: The spectrum data is processed using a two-dimensional OS algorithm and a double threshold algorithm to obtain spectrum information for anti-impact interference processing;

长短期记忆模型预测频谱:构建LSTM网络,并进行模型训练和预测偏差评价;Long short-term memory model prediction spectrum: build LSTM network, and perform model training and prediction deviation evaluation;

平均功率谱-方差选频方案滑窗选频:选用二次曲线梯形窗,在整个频谱上滑动这个窗函数提取窗内平均功率谱和起伏度信息,计算滑窗总分,进而根据分数选出最佳工作频率。Average power spectrum-variance frequency selection scheme Sliding window frequency selection: Select a quadratic curve trapezoidal window, slide this window function across the entire spectrum to extract the average power spectrum and fluctuation information within the window, calculate the total score of the sliding window, and then select the best operating frequency based on the score.

本发明的另一目的在于提供一种用于所述的高频地波雷达工作频率优选方法的高频地波雷达工作频率优选系统,所述高频地波雷达工作频率优选系统包括:Another object of the present invention is to provide a high-frequency ground wave radar operating frequency optimization system for the high-frequency ground wave radar operating frequency optimization method, the high-frequency ground wave radar operating frequency optimization system comprising:

频谱数据获取模块,用于利用多路接收通道并行处理接收信号,分别对每个通道做傅里叶分析,然后将各通道分析结果合并,得到完整的频谱数据;The spectrum data acquisition module is used to process the received signals in parallel using multiple receiving channels, perform Fourier analysis on each channel respectively, and then combine the analysis results of each channel to obtain complete spectrum data;

抗冲击干扰处理模块,用于对频谱数据进行处理,得到抗冲击干扰处理的频谱信息;An anti-impact interference processing module is used to process the spectrum data to obtain spectrum information processed by anti-impact interference;

LSTM网络模型预测频谱模块,用于构建LSTM网络,并进行模型训练和预测偏差进行评价;LSTM network model prediction spectrum module, used to build LSTM network, and perform model training and prediction deviation evaluation;

滑窗选频模块,用于选取合适的窗函数,在整个频谱上滑动这个窗函数提取窗内平均功率谱和起伏度信息,计算滑窗总分,进而根据分数选出最佳工作频率。The sliding window frequency selection module is used to select a suitable window function, slide this window function across the entire spectrum to extract the average power spectrum and fluctuation information within the window, calculate the total sliding window score, and then select the best operating frequency based on the score.

本发明的另一目的在于提供一种高频地波雷达,所述高频地波雷达搭载所述的高频地波雷达工作频率优选系统。Another object of the present invention is to provide a high-frequency ground wave radar, which is equipped with the high-frequency ground wave radar working frequency optimization system.

结合上述的所有技术方案,本发明所具备的优点及积极效果为:本发明中的频谱预测方案的改进增强了选频的实时性和准确性。通过LSTM模型预测时间序列,训练学习当前时刻的频谱信息而非简单的数据频移。对比全频段上LSTM预测和当前平移预测模型的RMSE,发现相比于传统的预测方法,基于LSTM进行频谱预测使预测更接近真实值,大大增强了可靠性。Combining all the above technical solutions, the advantages and positive effects of the present invention are as follows: The improvement of the spectrum prediction scheme in the present invention enhances the real-time and accuracy of frequency selection. The LSTM model is used to predict time series, and the spectrum information at the current moment is trained and learned instead of simple data frequency shift. By comparing the RMSE of the LSTM prediction and the current translation prediction model on the full frequency band, it is found that compared with the traditional prediction method, the spectrum prediction based on LSTM makes the prediction closer to the true value, which greatly enhances the reliability.

本发明中的二次曲线梯形窗依据“平均功率谱-方差选频方案”进行滑窗选频,选择平均功率和方差作为指标评估,较全面地反映了频谱信息,二次曲线梯形窗也能有效躲开干扰频段。The quadratic trapezoidal window in the present invention performs sliding window frequency selection based on the "average power spectrum-variance frequency selection scheme", selects average power and variance as evaluation indicators, and more comprehensively reflects the spectrum information. The quadratic trapezoidal window can also effectively avoid interference frequency bands.

对比矩形窗、梯形窗和二次曲线梯形窗的选频仿真结果,发现矩形窗打分时,两侧边界存在频率的尖峰,电磁环境多变,这些尖峰频率可能会影响雷达的探测威力。梯形窗和二次曲线梯形窗不仅能体现频带内的数据信息,还能兼顾两侧的电磁环境信息。相比于梯形窗,采用二次曲线梯形窗进行选频对小干扰的判别和躲避效果都更加优秀。Comparing the frequency selection simulation results of rectangular window, trapezoidal window and quadratic curve trapezoidal window, it is found that when the rectangular window is scored, there are frequency peaks on both sides of the boundary, and the electromagnetic environment is changeable. These peak frequencies may affect the detection power of the radar. The trapezoidal window and the quadratic curve trapezoidal window can not only reflect the data information within the frequency band, but also take into account the electromagnetic environment information on both sides. Compared with the trapezoidal window, the quadratic curve trapezoidal window is more effective in distinguishing and avoiding small interference.

本发明提供了LSTM与当前平移预测结果的均方根误差对比图验证了LSTM模型预测方案的优越性;另外对比矩形窗与二次曲线梯形窗滑窗选频的结果,发现二次曲线梯形窗考虑了频带两侧信息,在复杂电磁环境下适应性更高。纠正了长短期记忆模型的原理图中的错误。The present invention provides a comparison diagram of the root mean square error between LSTM and the current translation prediction results to verify the superiority of the LSTM model prediction scheme; in addition, by comparing the results of sliding window frequency selection using a rectangular window and a quadratic curve trapezoidal window, it is found that the quadratic curve trapezoidal window takes into account information on both sides of the frequency band and has higher adaptability in complex electromagnetic environments. The error in the schematic diagram of the long short-term memory model is corrected.

附图说明BRIEF DESCRIPTION OF THE DRAWINGS

为了更清楚地说明本申请实施例的技术方案,下面将对本申请实施例中所需要使用的附图做简单的介绍,显而易见地,下面所描述的附图仅仅是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下还可以根据这些附图获得其他的附图。In order to more clearly illustrate the technical solutions of the embodiments of the present application, the following briefly introduces the drawings required for use in the embodiments of the present application. Obviously, the drawings described below are only some embodiments of the present application. For ordinary technicians in this field, other drawings can be obtained based on these drawings without creative work.

图1是本发明实施例提供的高频地波雷达工作频率优选方法的流程图。FIG1 is a flow chart of a method for optimizing the operating frequency of a high-frequency ground wave radar provided by an embodiment of the present invention.

图2是本发明实施例提供的长短期记忆模型的原理图。FIG2 is a schematic diagram of a long short-term memory model provided by an embodiment of the present invention.

图3为本发明实施例提供的进行滑窗选频的示意图。FIG3 is a schematic diagram of sliding window frequency selection provided by an embodiment of the present invention.

图4为本发明实施例提供的获取的含冲击干扰频谱数据图。FIG. 4 is a diagram of spectrum data containing impulse interference obtained according to an embodiment of the present invention.

图5为本发明实施例提供的采用抗冲击干扰算法剔除冲击数据后的频谱图。FIG5 is a frequency spectrum diagram after removing impact data using an anti-impact interference algorithm provided by an embodiment of the present invention.

图6为本发明实施例提供的在实际应用中获取实测数据的“时间-频率-功率谱”图。FIG. 6 is a diagram of a “time-frequency-power spectrum” of measured data obtained in a practical application provided by an embodiment of the present invention.

图7为本发明实施例提供的长短期记忆模型预测结果的均方根误差图。FIG. 7 is a diagram showing a root mean square error of the prediction results of the long short-term memory model provided by an embodiment of the present invention.

图8为本发明实施例提供的当前平移模型预测结果的均方根误差图。FIG8 is a diagram of the root mean square error of the prediction results of the current translation model provided by an embodiment of the present invention.

图9为本发明实施例提供的长短期记忆模型与当前平移模型预测结果的均方根误差对比图。FIG9 is a comparison diagram of the root mean square error of the prediction results of the long short-term memory model and the current translation model provided by an embodiment of the present invention.

图10为本发明实施例提供的二次曲线梯形窗的函数结构图。FIG. 10 is a function structure diagram of a quadratic trapezoidal window provided in an embodiment of the present invention.

图11为本发明实施例提供的矩形窗的函数结构图。FIG. 11 is a function structure diagram of a rectangular window provided in an embodiment of the present invention.

图12为本发明实施例提供的矩形窗选频示意图。FIG12 is a schematic diagram of rectangular window frequency selection provided in an embodiment of the present invention.

图13为本发明实施例提供的二次曲线梯形窗选频示意图。FIG13 is a schematic diagram of a quadratic curve trapezoidal window frequency selection provided in an embodiment of the present invention.

具体实施方式DETAILED DESCRIPTION

为了使本发明的目的、技术方案及优点更加清楚明白,以下结合实施例,对本发明进行进一步详细说明。应当理解,此处所描述的具体实施例仅仅用以解释本发明,并不用于限定本发明。In order to make the purpose, technical solution and advantages of the present invention more clearly understood, the present invention is further described in detail below in conjunction with the embodiments. It should be understood that the specific embodiments described herein are only used to explain the present invention and are not used to limit the present invention.

针对现有技术存在的问题,本发明提供了一种高频地波雷达工作频率优选方法、系统、存储介质及应用,下面结合附图对本发明作详细的描述。In view of the problems existing in the prior art, the present invention provides a method, system, storage medium and application for optimizing the working frequency of a high-frequency ground wave radar. The present invention is described in detail below with reference to the accompanying drawings.

如图1所示,本发明实施例提供的高频地波雷达工作频率优选方法包括:As shown in FIG1 , the method for optimizing the working frequency of a high-frequency ground wave radar provided in an embodiment of the present invention includes:

S101,获取频谱数据:频监子系统利用多路接收通道并行处理接收信号,分别对每个通道做傅里叶分析,然后将各通道分析结果合并,得到完整的频谱数据;S101, obtaining spectrum data: the frequency monitoring subsystem uses multiple receiving channels to process the received signals in parallel, performs Fourier analysis on each channel respectively, and then combines the analysis results of each channel to obtain complete spectrum data;

S102,抗冲击干扰处理:采用二维OS算法和二重门限算法对频谱数据进行处理,得到抗冲击干扰处理的频谱信息;S102, anti-impact interference processing: using a two-dimensional OS algorithm and a double threshold algorithm to process the spectrum data to obtain spectrum information processed with anti-impact interference;

S103,长短期记忆模型预测频谱:构建LSTM网络,并进行模型训练和预测偏差评价;S103, long short-term memory model prediction spectrum: build LSTM network, and perform model training and prediction deviation evaluation;

S104,平均功率谱-方差选频方案滑窗选频:在整个频谱上滑动二次曲线梯形窗,提取窗内平均功率谱和起伏度信息,根据打分方案选出最佳工作频率。S104, average power spectrum-variance frequency selection scheme sliding window frequency selection: slide a quadratic curve trapezoidal window on the entire spectrum, extract the average power spectrum and fluctuation information in the window, and select the best operating frequency according to the scoring scheme.

本发明提供的高频地波雷达工作频率优选方法业内的普通技术人员还可以采用其他的步骤实施,图1的本发明提供的高频地波雷达工作频率优选方法仅仅是一个具体实施例而已。The high-frequency ground wave radar operating frequency optimization method provided by the present invention can also be implemented by ordinary technicians in the industry using other steps. The high-frequency ground wave radar operating frequency optimization method provided by the present invention in FIG. 1 is only a specific embodiment.

下面结合附图对本发明的技术方案作进一步的描述。The technical solution of the present invention is further described below in conjunction with the accompanying drawings.

1、如图2所示,长短期记忆模型(LSTM)的原理框架图,引入输入门、输出门、遗忘门来控制时序信息的记忆和遗忘。在每个时间步t中,xt为输入向量,ct为细胞状态向量,ht是根据ct输出的隐藏状态向量,其中W*表示权重矩阵,b*是偏置向量,*∈{i,f,o,c}。sigmoid函数被用作输入门it、遗忘门ft和输出门ot的激活函数,取值范围为[0,1]之间,用于控制各个门输出信息的比例;

Figure BDA0003009335850000081
和ht通常使用双曲正切tanh函数作为激活函数。下列公式为LSTM的计算公式:1. As shown in Figure 2, the principle framework diagram of the long short-term memory model (LSTM) introduces input gates, output gates, and forget gates to control the memory and forgetting of time series information. In each time step t, xt is the input vector, ct is the cell state vector, and ht is the hidden state vector output according to ct , where W * represents the weight matrix, b * is the bias vector, *∈{i,f,o,c}. The sigmoid function is used as the activation function of the input gate i t , the forget gate f t, and the output gate o t , with a value range of [0,1], to control the proportion of information output by each gate;
Figure BDA0003009335850000081
and h t usually use the hyperbolic tangent tanh function as the activation function. The following formula is the calculation formula of LSTM:

(1)it=sigmoid(Wi[xt,ht-1]+bi);(1)i t =sigmoid(W i [x t ,h t-1 ]+b i );

(2)ft=sigmoid(Wf[xt,ht-1]+bf);(2)f t =sigmoid(W f [x t ,h t-1 ]+b f );

(3)ot=sigmoid(Wo[xt,ht-1]+bo);(3)o t =sigmoid(W o [x t ,h t-1 ]+b o );

(4)

Figure BDA0003009335850000091
(4)
Figure BDA0003009335850000091

(5)

Figure BDA0003009335850000092
(5)
Figure BDA0003009335850000092

(6)ht=ot·tanh(ct);(6)h t = o t ·tanh(c t );

本发明通过建立LSTM网络,设置各层节点数、遗忘率,学习率,神经元个数,最大迭代次数。将抗冲击干扰处理后的频谱信息中的一部分作为训练集输入到LSTM网络中进行学习,将另一部分作为预测集预测频谱。The present invention establishes an LSTM network, sets the number of nodes in each layer, the forgetting rate, the learning rate, the number of neurons, and the maximum number of iterations, inputs a part of the spectrum information after anti-impact interference processing into the LSTM network as a training set for learning, and uses the other part as a prediction set to predict the spectrum.

2、平均功率谱-方差选频方案选频2. Average power spectrum-variance frequency selection scheme frequency selection

图3为滑窗选频示意图,滑窗选频的原理是选取合适的窗函数,按照一定的准则打分,由分数选取最佳的工作频率。选取滑窗的宽度和形状都匹配雷达接收通道的带宽以及解调信号的带宽,将平均功率和方差作为选频元素,以表示一定累计时间窗内信息的平均幅度和偏离程度。式中mF1,mF2为比例系数,暂取mF1=20,mF2=5;CMIN,VMIN代表最小均方值;Faverage在公式(7)中表示滑窗功率的平均值,在公式(8)中表示为滑窗的方差值;x1为滑窗总分值;xF1为滑窗平均功率分值;xF2为滑窗方差分值;nF1为滑窗平均功率分值的比例系数,取0.7;nF2为滑窗方差分值的比例系数,取0.3。公式如下:Figure 3 is a schematic diagram of sliding window frequency selection. The principle of sliding window frequency selection is to select a suitable window function, score it according to certain criteria, and select the best working frequency based on the score. The width and shape of the sliding window are selected to match the bandwidth of the radar receiving channel and the bandwidth of the demodulated signal. The average power and variance are used as frequency selection elements to represent the average amplitude and deviation degree of information within a certain cumulative time window. In the formula, m F1 and m F2 are proportional coefficients, and m F1 = 20 and m F2 = 5 are temporarily taken; C MIN and V MIN represent the minimum mean square value; Faverage represents the average value of the sliding window power in formula (7) and the variance value of the sliding window in formula (8); x 1 is the total score of the sliding window; x F1 is the average power score of the sliding window; x F2 is the variance score of the sliding window; n F1 is the proportional coefficient of the average power score of the sliding window, which is taken as 0.7; n F2 is the proportional coefficient of the variance score of the sliding window, which is taken as 0.3. The formula is as follows:

(7)

Figure BDA0003009335850000093
(7)
Figure BDA0003009335850000093

(8)

Figure BDA0003009335850000094
(8)
Figure BDA0003009335850000094

(9)x1=nF1xF1+nF2xF2(9)x 1 =n F1 x F1 +n F2 x F2 ;

首先按照雷达接收通道带宽和解调信号带宽确定二次曲线梯形窗的宽度,在整个频谱数据上滑动这个设计好的滑窗,由上述打分公式进行滑窗打分,选出工作频段内最优的频率点。由于矩形窗打分时,两侧边界存在频率的尖峰,电磁环境多变,这些尖峰频率可能会影响雷达的探测威力,所以采用二次曲线梯形窗进行选频。不仅能体现频带内的数据信息,还能兼顾两侧的电磁环境信息。First, the width of the quadratic trapezoidal window is determined according to the radar receiving channel bandwidth and the demodulated signal bandwidth. The designed sliding window is slid across the entire spectrum data, and the sliding window is scored using the above scoring formula to select the optimal frequency point within the working frequency band. Since there are frequency peaks on both sides of the boundary when the rectangular window is scored, and the electromagnetic environment is changeable, these peak frequencies may affect the detection power of the radar, so a quadratic trapezoidal window is used for frequency selection. It can not only reflect the data information within the frequency band, but also take into account the electromagnetic environment information on both sides.

下面结合仿真实验对本发明的技术效果作详细的描述。The technical effects of the present invention are described in detail below in conjunction with simulation experiments.

1.获取频谱数据:频监子系统利用多路接收通道并行处理接收信号,每路接收通道具有不同的载波频率,从而覆盖整个频段。分别对每个通道做傅里叶分析,然后将各通道分析结果合并,得到完整的频谱数据。1. Obtain spectrum data: The frequency monitoring subsystem uses multiple receiving channels to process the received signal in parallel. Each receiving channel has a different carrier frequency, thus covering the entire frequency band. Fourier analysis is performed on each channel separately, and then the analysis results of each channel are combined to obtain complete spectrum data.

2.抗冲击干扰处理2. Anti-impact interference processing

I.采用二维OS(order statistics)算法,即二维有序统计量算法,在频率维上对每个时间批次数据按幅度大小排序,取排序样本的1/4作为噪声基底的估计门限,对获得的基底序列用OS算法基底,便得到时频图的噪声基底。I. Use the two-dimensional OS (order statistics) algorithm, that is, the two-dimensional ordered statistics algorithm, to sort each time batch data by amplitude in the frequency dimension, take 1/4 of the sorted samples as the estimated threshold of the noise floor, and use the OS algorithm to base the obtained floor sequence to obtain the noise floor of the time-frequency diagram.

II.采用二重门限算法,设置幅度门限和脉宽门限判别出干扰脉冲,剔除受到冲击干扰的频监数据或者用相邻无干扰批次数据代替,然后拼接整合剩下的有效频谱数据,得到抗冲击干扰处理的频谱信息。II. Using a double threshold algorithm, setting the amplitude threshold and pulse width threshold to identify interference pulses, remove the frequency monitoring data affected by impact interference or replace it with adjacent non-interference batch data, and then splice and integrate the remaining valid spectrum data to obtain spectrum information with anti-impact interference processing.

图4、图5为抗冲击干扰前后的频谱图。Figure 4 and Figure 5 are the frequency spectrum diagrams before and after anti-shock interference.

3.长短期记忆模型预测频谱3. Long short-term memory model predicts spectrum

I.数据准备。按批次读取频谱数据,同时将频谱数据分为训练集和测试集,再将数据归一化。I. Data preparation: Read the spectrum data in batches, divide the spectrum data into training set and test set, and then normalize the data.

II.构建LSTM网络。设置各层节点数,激活函数默认为sigmoid函数和tanh函数。II. Build an LSTM network. Set the number of nodes in each layer, and the activation function defaults to sigmoid function and tanh function.

III.初始化网络参数。设置遗忘率、学习率、神经元个数、最大迭代次数。III. Initialize network parameters. Set the forgetting rate, learning rate, number of neurons, and maximum number of iterations.

IV.模型训练及评价指标。采用Adam算法进行模型训练,本实验使用均方根误差(Root Mean Square Error,RMSE)作为评价指标,来衡量模型的预测偏差。IV. Model training and evaluation indicators. The Adam algorithm is used for model training. This experiment uses the root mean square error (RMSE) as an evaluation indicator to measure the prediction deviation of the model.

本次录取频段为4.3MHz至4.9MHz,频率间隔为0.5kHz,共计1200个频点。时间平均间隔定为5分钟,每个频率点共计700个时间批次点,按照每700个时间批次中90%为训练集,10%为测试集进行预测70个点的结果。遗忘率设置为0.1,学习率设置为0.005,设置神经元个数为200个,最大迭代次数为250次。图6为读取的频谱信息,图7为LSTM预测模型的均方根误差值,图8为当前平移预测模型的均方根误差值,图9为LSTM与当前平移预测结果的均方根误差对比。The frequency band for this admission is 4.3MHz to 4.9MHz, with a frequency interval of 0.5kHz, totaling 1200 frequency points. The time average interval is set to 5 minutes, and each frequency point has a total of 700 time batch points. According to the 90% of each 700 time batches as training sets and 10% as test sets, the results of 70 points are predicted. The forgetting rate is set to 0.1, the learning rate is set to 0.005, the number of neurons is set to 200, and the maximum number of iterations is 250 times. Figure 6 shows the read spectrum information, Figure 7 shows the root mean square error value of the LSTM prediction model, Figure 8 shows the root mean square error value of the current translation prediction model, and Figure 9 shows the root mean square error comparison between the LSTM and current translation prediction results.

4.平均功率谱-方差选频方案滑窗选频4. Average power spectrum-variance frequency selection scheme sliding window frequency selection

选用二次曲线梯形窗(图10),在整个频谱上滑动这个窗函数提取窗内平均功率谱和起伏度信息,计算滑窗总分,进而根据分数选出最佳工作频率。图11、为矩形窗结构图,图12、图13分别为矩形窗、二次曲线梯形窗选频示意图。Select a quadratic trapezoidal window (Figure 10), slide this window function across the entire spectrum to extract the average power spectrum and fluctuation information within the window, calculate the total score of the sliding window, and then select the best operating frequency based on the score. Figure 11 is a rectangular window structure diagram, and Figures 12 and 13 are schematic diagrams of rectangular window and quadratic trapezoidal window frequency selection, respectively.

应当注意,本发明的实施方式可以通过硬件、软件或者软件和硬件的结合来实现。硬件部分可以利用专用逻辑来实现;软件部分可以存储在存储器中,由适当的指令执行系统,例如微处理器或者专用设计硬件来执行。本领域的普通技术人员可以理解上述的设备和方法可以使用计算机可执行指令和/或包含在处理器控制代码中来实现,例如在诸如磁盘、CD或DVD-ROM的载体介质、诸如只读存储器(固件)的可编程的存储器或者诸如光学或电子信号载体的数据载体上提供了这样的代码。本发明的设备及其模块可以由诸如超大规模集成电路或门阵列、诸如逻辑芯片、晶体管等的半导体、或者诸如现场可编程门阵列、可编程逻辑设备等的可编程硬件设备的硬件电路实现,也可以用由各种类型的处理器执行的软件实现,也可以由上述硬件电路和软件的结合例如固件来实现。It should be noted that the embodiments of the present invention can be implemented by hardware, software, or a combination of software and hardware. The hardware part can be implemented using dedicated logic; the software part can be stored in a memory and executed by an appropriate instruction execution system, such as a microprocessor or dedicated design hardware. A person of ordinary skill in the art will appreciate that the above-mentioned devices and methods can be implemented using computer executable instructions and/or contained in a processor control code, such as a carrier medium such as a disk, CD or DVD-ROM, a programmable memory such as a read-only memory (firmware), or a data carrier such as an optical or electronic signal carrier. Such code is provided on the carrier medium. The device and its modules of the present invention can be implemented by hardware circuits such as very large-scale integrated circuits or gate arrays, semiconductors such as logic chips, transistors, etc., or programmable hardware devices such as field programmable gate arrays, programmable logic devices, etc., can also be implemented by software executed by various types of processors, and can also be implemented by a combination of the above-mentioned hardware circuits and software, such as firmware.

以上所述,仅为本发明的具体实施方式,但本发明的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本发明揭露的技术范围内,凡在本发明的精神和原则之内所作的任何修改、等同替换和改进等,都应涵盖在本发明的保护范围之内。The above description is only a specific implementation mode of the present invention, but the protection scope of the present invention is not limited thereto. Any modification, equivalent substitution and improvement made by any technician familiar with the technical field within the technical scope disclosed by the present invention and within the spirit and principle of the present invention should be covered by the protection scope of the present invention.

Claims (9)

1.一种高频地波雷达工作频率优选方法,其特征在于,所述高频地波雷达工作频率优选方法包括:1. a kind of high frequency ground wave radar operating frequency optimal method is characterized in that, described high frequency ground wave radar operating frequency optimal method comprises: 获取频谱数据:频监子系统利用多路接收通道并行处理接收信号,分别对每个通道做傅里叶分析,将各通道分析结果合并,得到完整的频谱数据;Obtain spectrum data: The frequency monitoring subsystem uses multiple receiving channels to process the received signals in parallel, performs Fourier analysis on each channel separately, and combines the analysis results of each channel to obtain complete spectrum data; 抗冲击干扰处理:采用二维OS算法和二重门限算法对频谱数据进行处理,得到抗冲击干扰处理的频谱信息;Anti-shock interference processing: use two-dimensional OS algorithm and double-threshold algorithm to process spectrum data, and obtain spectrum information for anti-shock interference processing; 长短期记忆模型预测频谱:构建LSTM网络,并进行模型训练和预测偏差评价;Long-short-term memory model prediction spectrum: construct LSTM network, and perform model training and prediction deviation evaluation; 平均功率谱-方差选频方案滑窗选频:在整个频谱上滑动二次曲线梯形窗,提取窗内平均功率谱和起伏度信息,根据打分方案选出最佳工作频率;Average power spectrum-variance frequency selection scheme Sliding window frequency selection: slide the quadratic trapezoidal window on the entire spectrum, extract the average power spectrum and fluctuation information in the window, and select the best operating frequency according to the scoring scheme; 所述抗冲击干扰处理具体包括:The anti-shock interference treatment specifically includes: (1)采用二维OS算法,即二维有序统计量算法,在频率维上对每个时间批次数据按幅度大小排序,取排序样本的1/4作为噪声基底的估计门限,对获得的基底序列用OS算法基底,便得到时频图的噪声基底;(1) Using the two-dimensional OS algorithm, that is, the two-dimensional ordered statistics algorithm, sort the data of each time batch in the frequency dimension according to the magnitude, and take 1/4 of the sorted samples as the estimated threshold of the noise floor. The base sequence of the OS algorithm base is used to obtain the noise base of the time-frequency graph; (2)采用二重门限算法,设置幅度门限和脉宽门限判别出干扰脉冲,剔除受到冲击干扰的频监数据或者用相邻无干扰批次数据代替,拼接整合剩下的有效频谱数据,得到抗冲击干扰处理的频谱信息。(2) Using the double threshold algorithm, set the amplitude threshold and pulse width threshold to identify the interference pulse, eliminate the frequency monitoring data affected by the impact interference or replace it with adjacent non-interference batch data, splice and integrate the remaining effective spectrum data, and obtain Spectrum information for anti-shock interference processing. 2.如权利要求1所述的高频地波雷达工作频率优选方法,其特征在于,每路接收通道具有不同的载波频率,覆盖整个频段。2. The method for optimizing the working frequency of high-frequency ground wave radar as claimed in claim 1, wherein each receiving channel has a different carrier frequency and covers the entire frequency band. 3.如权利要求1所述的高频地波雷达工作频率优选方法,其特征在于,所述长短期记忆模型预测频谱包括:3. the preferred method for high-frequency ground wave radar operating frequency as claimed in claim 1, is characterized in that, described long-short-term memory model prediction frequency spectrum comprises: (1)数据准备,按批次读取频谱数据,同时将频谱数据分为训练集和测试集,再将数据归一化;(1) Data preparation, read the spectrum data in batches, divide the spectrum data into training set and test set at the same time, and then normalize the data; (2)构建LSTM网络,设置各层节点数,激活函数默认为sigmoid函数和tanh函数;(2) Build an LSTM network, set the number of nodes in each layer, and the activation function defaults to the sigmoid function and the tanh function; (3)初始化网络参数,设置遗忘率、学习率、神经元个数、最大迭代次数;(3) Initialize network parameters, set forgetting rate, learning rate, number of neurons, and maximum number of iterations; (4)模型训练及评价指标,采用Adam算法进行模型训练,使用均方根误差作为评价指标,衡量模型的预测偏差,均方根误差计算公式:(4) Model training and evaluation indicators, using the Adam algorithm for model training, using the root mean square error as the evaluation index to measure the prediction deviation of the model, the root mean square error calculation formula:
Figure FDA0004201989010000021
Figure FDA0004201989010000021
其中
Figure FDA0004201989010000022
代表模型的预测值,xi代表序列的真实值,n代表预测值个数。
in
Figure FDA0004201989010000022
Represents the predicted value of the model, xi represents the real value of the sequence, and n represents the number of predicted values.
4.如权利要求1所述的高频地波雷达工作频率优选方法,其特征在于,所述长短期记忆模型的计算公式:4. the preferred method for high frequency ground wave radar operating frequency as claimed in claim 1, is characterized in that, the computing formula of described long short-term memory model: it=sigmoid(Wi[xt,ht-1]+bi);i t = sigmoid(W i [x t ,h t-1 ]+ bi ); ft=sigmoid(Wf[xt,ht-1]+bf);f t = sigmoid(W f [x t ,h t-1 ]+b f ); ot=sigmoid(Wo[xt,ht-1]+bo);o t = sigmoid(W o [x t ,h t-1 ]+b o );
Figure FDA0004201989010000023
Figure FDA0004201989010000023
Figure FDA0004201989010000024
Figure FDA0004201989010000024
ht=ot·tanh(ct);h t = o t ·tanh(c t ); 在每个时间步t中,xt为输入向量,ct为细胞状态向量,ht是根据ct输出的隐藏状态向量,其中W*表示权重矩阵,b*是偏置向量,*∈{i,f,o,c};sigmoid函数被用作输入门it、遗忘门ft和输出门ot的激活函数,取值范围为[0,1]之间,用于控制各个门输出信息的比例;
Figure FDA0004201989010000025
和ht使用tanh函数作为激活函数。
In each time step t, x t is the input vector, c t is the cell state vector, h t is the hidden state vector output according to c t , where W * represents the weight matrix, b * is the bias vector, *∈{ i,f,o,c}; the sigmoid function is used as the activation function of the input gate it , the forget gate f t and the output gate o t , and the value range is between [0,1], which is used to control the output of each gate proportion of information;
Figure FDA0004201989010000025
and h t use the tanh function as the activation function.
5.如权利要求1所述的高频地波雷达工作频率优选方法,其特征在于,所述平均功率谱-方差选频方案滑窗选频具体包括:首先按照雷达接收通道带宽和解调信号带宽确定二次曲线梯形窗的宽度,在整个频谱数据上滑动这个设计好的滑窗,由打分公式进行滑窗打分,选出工作频段内最优的频率点;5. The method for optimizing the operating frequency of high-frequency ground wave radar as claimed in claim 1, wherein said average power spectrum-variance frequency selection scheme sliding window frequency selection specifically comprises: first according to the radar receiving channel bandwidth and demodulation signal The bandwidth determines the width of the quadratic trapezoidal window, slides the designed sliding window on the entire spectrum data, and scores the sliding window by the scoring formula to select the optimal frequency point in the working frequency band; 选取滑窗的宽度和形状都匹配雷达接收通道的带宽以及解调信号的带宽,将平均功率和方差作为选频元素,表示一定累计时间窗内信息的平均幅度和偏离程度。The width and shape of the sliding window are selected to match the bandwidth of the radar receiving channel and the bandwidth of the demodulated signal, and the average power and variance are used as frequency selection elements to represent the average amplitude and deviation degree of information within a certain cumulative time window. 6.如权利要求5所述的高频地波雷达工作频率优选方法,其特征在于,所述打分公式为:6. the preferred method for high frequency ground wave radar operating frequency as claimed in claim 5, is characterized in that, described scoring formula is:
Figure FDA0004201989010000031
Figure FDA0004201989010000031
Figure FDA0004201989010000032
Figure FDA0004201989010000032
x1=nF1xF1+nF2xF2x 1 =n F1 x F1 +n F2 x F2 ; 式中mF1,mF2为比例系数,取mF1=20,mF2=5;CMIN,VMIN代表最小均方值;Faverage在xF1公式中表示滑窗功率的平均值,在xF2公式中表示为滑窗的方差值;x1为滑窗总分值;xF1为滑窗平均功率分值;xF2为滑窗方差分值;nF1为滑窗平均功率分值的比例系数,取0.7;nF2为滑窗方差分值的比例系数,取0.3。In the formula, m F1 and m F2 are proportional coefficients, m F1 = 20, m F2 = 5; C MIN and V MIN represent the minimum mean square value; Faverage represents the average value of sliding window power in the x F1 formula, and in x F2 The formula is expressed as the variance value of the sliding window; x 1 is the total score of the sliding window; x F1 is the average power score of the sliding window; x F2 is the variance score of the sliding window; n F1 is the ratio of the average power score of the sliding window Coefficient, take 0.7; n F2 is the proportional coefficient of sliding window variance score, take 0.3.
7.一种计算机可读存储介质,存储有计算机程序,所述计算机程序被处理器执行时,使得所述处理器执行如下步骤:7. A computer-readable storage medium, storing a computer program, when the computer program is executed by a processor, the processor is made to perform the following steps: 获取频谱数据:频监子系统利用多路接收通道并行处理接收信号,分别对每个通道做傅里叶分析,将各通道分析结果合并,得到完整的频谱数据;Obtain spectrum data: The frequency monitoring subsystem uses multiple receiving channels to process the received signals in parallel, performs Fourier analysis on each channel separately, and combines the analysis results of each channel to obtain complete spectrum data; 抗冲击干扰处理:采用二维OS算法计算噪声基底,采用二重门限算法判别出冲击脉冲并剔除,得到抗冲击干扰处理的频谱信息;Anti-shock interference processing: use the two-dimensional OS algorithm to calculate the noise floor, and use the double-threshold algorithm to identify and eliminate shock pulses to obtain the spectrum information for anti-shock interference processing; 长短期记忆模型预测频谱:构建LSTM网络,并进行模型训练和预测偏差评价;Long-short-term memory model prediction spectrum: construct LSTM network, and perform model training and prediction deviation evaluation; 平均功率谱-方差选频方案滑窗选频:选用二次曲线梯形窗,在整个频谱上滑动这个窗函数提取窗内平均功率谱和起伏度信息,计算滑窗总分,进而根据分数选出最佳工作频率;Average power spectrum-variance frequency selection scheme Sliding window frequency selection: select the quadratic curve trapezoidal window, slide this window function on the entire spectrum to extract the average power spectrum and fluctuation information in the window, calculate the total score of the sliding window, and then select according to the score Optimum working frequency; 所述抗冲击干扰处理具体包括:The anti-shock interference treatment specifically includes: (1)采用二维OS算法,即二维有序统计量算法,在频率维上对每个时间批次数据按幅度大小排序,取排序样本的1/4作为噪声基底的估计门限,对获得的基底序列用OS算法基底,便得到时频图的噪声基底;(1) Using the two-dimensional OS algorithm, that is, the two-dimensional ordered statistics algorithm, sort the data of each time batch in the frequency dimension according to the magnitude, and take 1/4 of the sorted samples as the estimated threshold of the noise floor. The base sequence of the OS algorithm base is used to obtain the noise base of the time-frequency graph; (2)采用二重门限算法,设置幅度门限和脉宽门限判别出干扰脉冲,剔除受到冲击干扰的频监数据或者用相邻无干扰批次数据代替,拼接整合剩下的有效频谱数据,得到抗冲击干扰处理的频谱信息。(2) Using the double threshold algorithm, set the amplitude threshold and pulse width threshold to identify the interference pulse, eliminate the frequency monitoring data affected by the impact interference or replace it with adjacent non-interference batch data, splice and integrate the remaining effective spectrum data, and obtain Spectrum information for anti-shock interference processing. 8.一种用于权利要求1~6任意一项所述的高频地波雷达工作频率优选方法的高频地波雷达工作频率优选系统,其特征在于,所述高频地波雷达工作频率优选系统包括:8. A high-frequency ground-wave radar operating frequency optimization system for the high-frequency ground-wave radar operating frequency optimization method described in any one of claims 1 to 6, wherein the high-frequency ground-wave radar operating frequency Preferred systems include: 频谱数据获取模块,用于利用多路接收通道并行处理接收信号,分别对每个通道做傅里叶分析,然后将各通道分析结果合并,得到完整的频谱数据;The spectrum data acquisition module is used to process the received signals in parallel by using multiple receiving channels, perform Fourier analysis on each channel respectively, and then combine the analysis results of each channel to obtain complete spectrum data; 抗冲击干扰处理模块,用于对频谱数据进行处理,得到抗冲击干扰处理的频谱信息;The anti-shock interference processing module is used to process the spectrum data to obtain the spectrum information for anti-shock interference processing; LSTM网络模型预测频谱模块,用于构建LSTM网络,并进行模型训练和预测偏差进行评价;The LSTM network model predicts the spectrum module, which is used to construct the LSTM network, and conduct model training and evaluation of prediction deviation; 滑窗选频模块,用于选取合适的窗函数,在整个频谱上滑动这个窗函数提取窗内平均功率谱和起伏度信息,计算滑窗总分,进而根据分数选出最佳工作频率;The sliding window frequency selection module is used to select a suitable window function, slide the window function on the entire spectrum to extract the average power spectrum and fluctuation information in the window, calculate the total score of the sliding window, and then select the best operating frequency according to the score; 所述抗冲击干扰处理具体包括:The anti-shock interference treatment specifically includes: (1)采用二维OS算法,即二维有序统计量算法,在频率维上对每个时间批次数据按幅度大小排序,取排序样本的1/4作为噪声基底的估计门限,对获得的基底序列用OS算法基底,便得到时频图的噪声基底;(1) Using the two-dimensional OS algorithm, that is, the two-dimensional ordered statistics algorithm, sort the data of each time batch in the frequency dimension according to the magnitude, and take 1/4 of the sorted samples as the estimated threshold of the noise floor. The base sequence of the OS algorithm base is used to obtain the noise base of the time-frequency graph; (2)采用二重门限算法,设置幅度门限和脉宽门限判别出干扰脉冲,剔除受到冲击干扰的频监数据或者用相邻无干扰批次数据代替,拼接整合剩下的有效频谱数据,得到抗冲击干扰处理的频谱信息。(2) Using the double threshold algorithm, set the amplitude threshold and pulse width threshold to identify the interference pulse, eliminate the frequency monitoring data affected by the impact interference or replace it with adjacent non-interference batch data, splice and integrate the remaining effective spectrum data, and obtain Spectrum information for anti-shock interference processing. 9.一种高频地波雷达,其特征在于,所述高频地波雷达搭载权利要求8所述的高频地波雷达工作频率优选系统。9. A high-frequency ground-wave radar, characterized in that the high-frequency ground-wave radar is equipped with the high-frequency ground-wave radar operating frequency optimization system according to claim 8.
CN202110371066.1A 2021-04-07 2021-04-07 Method, system, storage medium and application for optimizing operating frequency of high-frequency ground wave radar Active CN113126038B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110371066.1A CN113126038B (en) 2021-04-07 2021-04-07 Method, system, storage medium and application for optimizing operating frequency of high-frequency ground wave radar

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110371066.1A CN113126038B (en) 2021-04-07 2021-04-07 Method, system, storage medium and application for optimizing operating frequency of high-frequency ground wave radar

Publications (2)

Publication Number Publication Date
CN113126038A CN113126038A (en) 2021-07-16
CN113126038B true CN113126038B (en) 2023-05-30

Family

ID=76775082

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110371066.1A Active CN113126038B (en) 2021-04-07 2021-04-07 Method, system, storage medium and application for optimizing operating frequency of high-frequency ground wave radar

Country Status (1)

Country Link
CN (1) CN113126038B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114325625B (en) * 2021-11-23 2024-03-12 哈尔滨工业大学(威海) Ocean-ionosphere chaotic dynamics characteristic extraction method, device, medium and application
CN114740432B (en) * 2022-04-22 2023-04-14 哈尔滨工业大学 Synthetic Frequency Selection Method for High Frequency Ground Wave Radar Based on Multiple Factors
CN115356694B (en) * 2022-08-26 2023-08-22 哈尔滨工业大学(威海) Anti-shock interference method, system, computer equipment and application of high-frequency ground wave radar
CN118445057B (en) * 2023-09-15 2025-01-03 上海荣耀智慧科技开发有限公司 Frequency modulation method and electronic equipment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1819496A (en) * 2006-03-09 2006-08-16 武汉大学 Method for realizing frequency monitoring by high-frequency radar receiver
CN102879766A (en) * 2011-07-11 2013-01-16 哈尔滨工业大学 Method and apparatus for detecting and tracking faint target of high frequency ground wave radar
CN102879774A (en) * 2011-07-11 2013-01-16 哈尔滨工业大学 Method and apparatus for synthesizing short flight paths
CN110045337A (en) * 2019-05-10 2019-07-23 武汉大学 High-frequency ground wave radar radio frequency interference suppressing method based on tensor subspace projection
CN112198484A (en) * 2020-09-24 2021-01-08 清华大学 Anti-interference-oriented radar frequency agility method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1819496A (en) * 2006-03-09 2006-08-16 武汉大学 Method for realizing frequency monitoring by high-frequency radar receiver
CN102879766A (en) * 2011-07-11 2013-01-16 哈尔滨工业大学 Method and apparatus for detecting and tracking faint target of high frequency ground wave radar
CN102879774A (en) * 2011-07-11 2013-01-16 哈尔滨工业大学 Method and apparatus for synthesizing short flight paths
CN110045337A (en) * 2019-05-10 2019-07-23 武汉大学 High-frequency ground wave radar radio frequency interference suppressing method based on tensor subspace projection
CN112198484A (en) * 2020-09-24 2021-01-08 清华大学 Anti-interference-oriented radar frequency agility method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Research on the integrated working mode based on positive and negative frequency modulation in radar communication integration;Quanrui Z;《nternational Workshop on Advances in Communications and Computing for Internet-of- Things.2019》;408-414 *

Also Published As

Publication number Publication date
CN113126038A (en) 2021-07-16

Similar Documents

Publication Publication Date Title
CN113126038B (en) Method, system, storage medium and application for optimizing operating frequency of high-frequency ground wave radar
CN112949387B (en) Intelligent anti-interference target detection method based on transfer learning
CN106845641A (en) Subway settlement prediction method based on empirical mode decomposition and BP neural network
CN110632386A (en) A solar radio interference filtering method, readable storage medium and electronic equipment
CN109284662B (en) Underwater sound signal classification method based on transfer learning
Du et al. Secondary surveillance radar signal processing based on two-channel deep residual network
CN114417942B (en) Clutter recognition method, system, device and medium
CN117272138B (en) Geomagnetic data denoising method and system based on reference channel data constraint and deep learning
CN111796253A (en) A radar target constant false alarm detection method based on sparse signal processing
CN117034782A (en) Receiver fault diagnosis method based on Weibull distribution and long-short-term memory network
CN115859048A (en) Noise processing method and device for partial discharge signal
CN115629413A (en) Physical and data driving-based receiving function inversion method
CN116679278B (en) Target radar detection method under strong ground clutter interference
CN115062658B (en) Modulation type recognition method for overlapping radar signals based on adaptive threshold network
CN115656998B (en) Array signal self-adaptive detection method and system under low sample number
CN116596061B (en) Power amplifier harmonic prediction method based on transfer learning
CN119126018A (en) Lightning low-frequency three-dimensional positioning method for complex environment
CN118585878A (en) An ionospheric TEC prediction method based on ICEEMDAN and SSA-LSTM combined model
CN116242918A (en) Signal processing method and device based on XGBoost mixed multi-step prediction
CN119513498A (en) A time series data prediction method based on deep ensemble learning model and high-low frequency separation
CN116150546A (en) Clutter suppression method, device and storage medium for local grid adaptive division
CN118349881A (en) An intelligent sea clutter suppression method based on empirical mode decomposition
Mohaideen Abdul Kadhar et al. Finite Impulse Response Filter Design Using Fuzzy Logic‐Based Diversity‐Controlled Self‐Adaptive Differential Evolution
CN118427533A (en) Noise suppression method for extracting target frequency signal from CSAMT time sequence
CN117153421A (en) Data monitoring method and device based on neural network algorithm

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant