WO2024088134A1 - Channel prediction method and apparatus - Google Patents

Channel prediction method and apparatus Download PDF

Info

Publication number
WO2024088134A1
WO2024088134A1 PCT/CN2023/125215 CN2023125215W WO2024088134A1 WO 2024088134 A1 WO2024088134 A1 WO 2024088134A1 CN 2023125215 W CN2023125215 W CN 2023125215W WO 2024088134 A1 WO2024088134 A1 WO 2024088134A1
Authority
WO
WIPO (PCT)
Prior art keywords
channel
kernel
dictionary
sample data
prediction model
Prior art date
Application number
PCT/CN2023/125215
Other languages
French (fr)
Chinese (zh)
Inventor
赵喆
李增
赵嘉怡
Original Assignee
中兴通讯股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2024088134A1 publication Critical patent/WO2024088134A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04BTRANSMISSION
    • H04B17/00Monitoring; Testing
    • H04B17/30Monitoring; Testing of propagation channels
    • H04B17/391Modelling the propagation channel
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04BTRANSMISSION
    • H04B17/00Monitoring; Testing
    • H04B17/30Monitoring; Testing of propagation channels
    • H04B17/373Predicting channel quality or other radio frequency [RF] parameters
    • 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
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/70Reducing energy consumption in communication networks in wireless communication networks

Definitions

  • the present invention relates to the field of communication technology, and in particular to a channel prediction method and device.
  • Multi-antenna technology can make full use of spatial dimension resources and exponentially increase the transmission capacity of wireless communication systems without increasing transmission power and bandwidth.
  • beamforming technology is widely used because it can compensate for signal fading and distortion introduced by spatial loss and multipath effects during wireless propagation and reduce interference between users on the same channel.
  • SRS Sounding Reference Signal
  • uplink CSI Channel State Information
  • the measured uplink channel CSI can be directly used in the downlink Beamforming design to achieve collaborative signal processing.
  • the Doppler shift of the point-to-point link becomes larger, the channel coherence time decreases, the channel time-variability is severe, and the measured uplink channel CSI is outdated and cannot represent the actual channel state within the 33SRS period.
  • the downlink Beamforming designed based on the estimated CSI is mismatched with the actual channel, resulting in performance degradation.
  • the refresh frequency of the channel state information is increased by reducing the system's SRS period.
  • the channel coherence time is much smaller than the current application value of the SRS period, and excessive reduction of the SRS period will occupy too many time and frequency resources, thereby limiting system performance and is not feasible.
  • a feasible way is to predict the future channel state based on the known channel estimation value, and design a beamforming algorithm based on the predicted value of the channel to match the time-varying downlink channel.
  • Commonly used channel prediction algorithms are: 1) Channel prediction method based on radio parameters; 2) Prediction method based on autoregressive model; 3) Channel prediction method based on neural network.
  • the channel prediction method based on radio parameters assumes a relatively ideal channel model, and the static parameters are assumed to remain unchanged during the prediction time.
  • the effective time of the static parameters is inversely proportional to the terminal movement speed, making the channel prediction based on radio parameters difficult to apply in high-speed scenarios.
  • the prediction method based on the autoregressive model has the advantages of low complexity, but the prediction performance of channels with nonlinear time characteristics is limited.
  • Channel prediction algorithms based on neural networks are often more complex. It can be seen that there is an urgent need to provide a channel prediction method that can be applied to scenarios where terminals move at high speed.
  • the purpose of the embodiments of the present application is to provide a channel prediction method and device to solve the problem that the channel cannot be accurately predicted in a terminal high-speed movement scenario.
  • an embodiment of the present application provides a channel prediction method, including: obtaining first channel estimation values corresponding to m adjacent historical SRS periods; wherein m is the model order of the channel prediction model based on kernel recursive least squares, and m is an integer greater than or equal to 1; based on the m first channel estimation values, determining the first sample data for predicting the channel in this SRS period by the channel prediction model; the first sample data includes m first channel estimation values; inputting the first sample data into the channel prediction model, updating the kernel dictionary of the channel prediction model according to the first sample data and the number of elements in the kernel dictionary of the channel prediction model, and updating the model parameters of the channel prediction model; wherein the updated kernel dictionary includes the first sample data; based on the updated kernel dictionary and model parameters, and through the channel prediction model, predicting the channel in the current SRS period, obtaining a second channel estimation value.
  • an embodiment of the present application provides a channel prediction device, comprising: a first acquisition module, used to obtain a first channel estimation value corresponding to m adjacent historical SRS cycles; wherein m is based on The model order of the channel prediction model of kernel recursive least squares, and m is an integer greater than or equal to 1; a first determination module, used to determine the first sample data for predicting the channel in this SRS period by the channel prediction model based on the m first channel estimation values; the first sample data includes m first channel estimation values; a first updating module, used to input the first sample data into the channel prediction model, update the kernel dictionary of the channel prediction model according to the first sample data and the number of elements in the kernel dictionary of the channel prediction model, and update the model parameters of the channel prediction model; wherein the updated kernel dictionary includes the first sample data; a prediction module, used to predict the channel in the current SRS period based on the updated kernel dictionary and model parameters and through the channel prediction model to obtain a second channel estimation value.
  • an embodiment of the present application provides a channel prediction device, including a processor and a memory electrically connected to the processor, the memory storing a computer program, and the processor being used to call and execute the computer program from the memory to implement the above-mentioned channel prediction method.
  • an embodiment of the present application provides a storage medium for storing a computer program, where the computer program can be executed by a processor to implement the above-mentioned channel prediction method.
  • FIG1 is a schematic scene diagram of a channel prediction method according to an embodiment of this specification.
  • FIG2 is a schematic flow chart of a channel prediction method according to an embodiment of this specification.
  • FIG3 is a schematic flow chart of a channel prediction method according to another embodiment of the present specification.
  • FIG4 is a schematic effect diagram of a channel prediction method according to an embodiment of this specification.
  • FIG5 is a schematic effect diagram of a channel prediction method according to another embodiment of the present specification.
  • FIG6 is a schematic block diagram of a channel prediction device according to an embodiment of this specification.
  • FIG. 7 is a schematic block diagram of a channel prediction device according to an embodiment of this specification.
  • the embodiments of the present application provide a channel prediction method and device to solve the problem that the channel cannot be accurately predicted in a terminal high-speed movement scenario.
  • FIG2 is a schematic flow chart of a channel prediction method according to an embodiment of the present application. As shown in FIG2 , the method includes the following steps.
  • the m adjacent historical SRS cycles usually select the m historical SRS cycles closest to the current cycle.
  • the first channel estimation value corresponding to the historical SRS cycle refers to the channel estimation value corresponding to the historical SRS cycle and obtained through accurate measurement.
  • m first channel estimation values are combined to obtain the first sample data of the channel prediction model.
  • the updated kernel dictionary includes the first sample data.
  • the kernel dictionary of the channel prediction model when updating the kernel dictionary of the channel prediction model based on the first sample data and the number of elements in the kernel dictionary of the channel prediction model, it is necessary to ensure that the number of elements in the kernel dictionary does not exceed the corresponding preset element number threshold. If it exceeds, when updating the kernel dictionary, it is necessary to delete some sample data in the kernel dictionary so that the number of elements in the updated kernel dictionary does not exceed the preset element number threshold, thereby achieving the effect of controlling the amount of sample data.
  • the model order m means that the channel estimation value in the next SRS period is related to the channel estimation values in the previous m historical SRS periods, thus forming a set of input-output pairs:
  • H i represents the ith channel estimation value.
  • y(i) H i+m
  • M is the preset element number threshold of the kernel dictionary, indicating the maximum value of the sample data that can be stored in the kernel dictionary.
  • the channel estimation model before using the channel estimation model for channel prediction, can be initialized. Specifically, first determine the model attribute information of the channel prediction model, the model attribute information includes the model order, the kernel function and the kernel dictionary; then, obtain the initial channel estimation value of the channel, and initialize the model parameters of the channel prediction model according to the initial channel estimation value, the model parameters include the intermediate matrix, the weight coefficient and the forgetting matrix.
  • the initial channel estimation value refers to the channel estimation value obtained by measuring the channel for the first time.
  • any existing kernel function can be selected, such as the Gaussian radial basis kernel function, the linear kernel function or the polynomial kernel function, etc.
  • the linear kernel function is suitable for scenarios where the new and old channels are linearly related
  • the polynomial kernel function is suitable for scenarios where the new and old channels are multi-power related
  • the Gaussian kernel function is suitable for scenarios where the new and old channels are highly nonlinearly related.
  • the technical solution of the embodiment of the present application is adopted, by obtaining the first channel estimation values corresponding to m adjacent historical SRS periods; wherein m is the model order of the channel prediction model based on kernel recursive least squares, and m is an integer greater than or equal to 1; according to the m first channel estimation values, determining the first sample data of the channel prediction model for predicting the channel in this SRS period; the first sample data includes m first channel estimation values; inputting the first sample data into the channel prediction model, updating the kernel dictionary of the channel prediction model according to the first sample data and the number of elements in the kernel dictionary of the channel prediction model, and updating the model parameters of the channel prediction model; wherein the updated kernel dictionary includes the first sample data; based on the updated kernel dictionary and model parameters, and through the channel prediction model, predicting the channel in this SRS period.
  • the technical solution can make predictions through the channel prediction model based on kernel recursive least squares to ensure that the error between the channel estimation value and the actual channel value is minimized, thereby improving the accuracy of the channel prediction; and, by updating the dictionary of the channel prediction model based on the number of elements in the kernel dictionary, the amount of sample data in the kernel dictionary can be effectively controlled, avoiding the problem of increasing the amount of signal processing calculations that continue to arrive when the amount of sample data continues to increase, thereby greatly reducing the amount of channel prediction calculations and improving the real-time performance of channel prediction. Therefore, the technical solution can accurately predict nonlinear time-varying channels even in scenarios where the terminal is moving at high speed through efficient and real-time channel prediction.
  • the kernel dictionary of the channel prediction model is updated according to the first sample data and the number of elements in the kernel dictionary of the channel prediction model, which may be specifically performed as the following actions.
  • Action A1 if the number of elements in the kernel dictionary is less than a preset element number threshold of the kernel dictionary, update the kernel dictionary according to the correlation between the first sample data and each element in the kernel dictionary.
  • Action A2 if the number of elements in the kernel dictionary is greater than or equal to a preset element number threshold, update the kernel dictionary according to the first sample data and the kernel function value of each element in the kernel dictionary.
  • L is an integer greater than or equal to 1.
  • the correlation between the first sample data and each element in the kernel dictionary is first calculated to obtain L correlations. If the maximum correlation is less than or equal to the preset correlation threshold, the element corresponding to the maximum correlation in the nuclear dictionary is deleted, and the first sample data is added as a new element to the nuclear dictionary to obtain an updated nuclear dictionary; if the maximum correlation is less than or equal to the preset correlation threshold, the first sample data is added as a new element to the nuclear dictionary to obtain an updated nuclear dictionary.
  • the correlation can be characterized by using projection angle cosine, correlation coefficient, etc.
  • the projection angle cosine represented by the following formula (1) is used to characterize the correlation.
  • l(u(i)) and l(u(j)) represent the vectors composed of u(i) and u(j) respectively substituted into the kernel function K(u(i),u(n)), n ⁇ i,j with other samples.
  • the projection angle cosine depends on the kernel function used and the elements in the kernel dictionary. If the maximum projection angle cosine (i.e., the maximum correlation value) is greater than the preset correlation threshold ⁇ , that is, the condition represented by the following formula (2) is satisfied, then the element with the maximum projection angle cosine is deleted from the kernel dictionary, and the first sample data u(i) is added to the kernel dictionary.
  • the kernel function values of the first sample data and each element in the kernel dictionary are calculated to obtain L kernel function values.
  • the elements whose kernel function values are greater than the preset kernel function threshold value and meet the preset deletion condition are deleted from the kernel dictionary, and the first sample data is added as a new element to the kernel dictionary to obtain an updated kernel dictionary.
  • the element corresponding to the maximum kernel function value is deleted from the kernel dictionary, and the first sample data is added as a new element to the kernel dictionary to obtain an updated kernel dictionary.
  • the kernel function value of each element in the kernel dictionary can be expressed as: K(u(i),u(j)). Assuming that the preset kernel function threshold is ⁇ , if there is u(j) such that K(u(i),u(j))> ⁇ , then the elements that satisfy the expression (i.e., the kernel function value is greater than the preset kernel function threshold) and the preset deletion condition are deleted from the kernel dictionary. If there is no u(j) such that K(u(i),u(j))> ⁇ , then the element corresponding to the maximum kernel function value is deleted from the kernel dictionary.
  • Action B1 for the candidate elements whose kernel function values are greater than a preset kernel function threshold, the first sample data is used as the kernel center, and a weighted average of the output values corresponding to each candidate element is calculated.
  • the model order m of the channel prediction model means that the channel estimation value in the next SRS cycle is considered to be related to the channel estimation values in the previous m historical SRS cycles, thus forming a set of input-output pairs: Among them, y(i) is the output value corresponding to u(i).
  • action B1 all elements whose kernel function values are greater than the preset kernel function threshold are taken as candidate elements, and all candidate elements constitute a candidate element set.
  • the weighted average of the output values corresponding to each candidate element can be calculated according to the following formula (4) with the first sample data u(i) as the kernel center.
  • n is the number of elements to be selected in the set of elements to be selected.
  • Action B2 determining the difference between the output value corresponding to each candidate element and the weighted average value, and calculating the product of the maximum difference and the minimum difference among the multiple differences.
  • Action B3 if the product of the maximum difference and the minimum difference is greater than the preset threshold, the candidate element corresponding to the maximum difference is deleted from the core dictionary; if the product of the maximum difference and the minimum difference is less than or equal to the preset threshold, the candidate element corresponding to the minimum difference is deleted from the core dictionary.
  • the kernel dictionary is updated in a corresponding kernel dictionary updating manner, so that the elements in the kernel dictionary (i.e., the number of samples) never exceed the preset element number threshold.
  • the model parameters of the channel prediction model are updated.
  • the model parameters include at least one of an intermediate matrix, an initial coefficient, and a forgetting matrix.
  • the core dictionary of the channel prediction model it is determined whether the number of elements in the updated core dictionary increases. If so, the intermediate matrix, the weight coefficient, and the forgetting matrix are updated; if not, the intermediate matrix and the weight coefficient are updated, while the forgetting matrix remains unchanged.
  • the intermediate matrix, weight coefficient and forgetting matrix need to be updated.
  • the specific updating process is as follows.
  • u(1), u(2)...u(L) are elements in the kernel dictionary
  • L is the length of the kernel dictionary, that is, the number of elements in the kernel dictionary.
  • the intermediate matrix and weight coefficients need to be updated.
  • T(i) represent the kernel matrix
  • the intermediate matrix Q(i-1) is the inverse matrix of the previous kernel matrix T(i-1). Since the number of elements in the kernel dictionary has not changed, but the elements in the kernel dictionary have been updated, the kernel function information of the deleted element u(j) needs to be deleted as well.
  • the kernel function information related to u(j) in T(i-1) is located in the jth row and jth column. Through row transformation and column transformation, the jth row and jth column can be moved to the first row and first column, and we get but The inverse matrix of It can be obtained by doing corresponding column transformation and row transformation.
  • the updated intermediate matrix Q(i) can be calculated as follows.
  • the second channel estimation value can be expressed as:
  • steps S210-S216 as shown in FIG. 3 may also be performed.
  • S214 Determine the current prediction error of the channel prediction model according to the second historical prediction error group and by using an error estimation model based on Gaussian process regression.
  • S216 Perform error compensation on the second channel estimation value according to the current prediction error to obtain a channel correction value corresponding to the second channel estimation value.
  • the model order of the error estimation model is n
  • the window size of the error samples in the error sample group is Me .
  • the first historical prediction error corresponding to the most recent historical SRS period is determined to be expressed as e i
  • a new error sample E(i) [e i-n+1 ... e i-1 e i ].
  • the current prediction error of the channel prediction model is determined according to the second historical prediction error group. Specifically, the kernel function K(.) is selected, and the covariance matrix P of the error vector is calculated.
  • the element P i,j in the i-th row and j-th column of the matrix P K(E(i),E(j)).
  • the second channel estimation value is error compensated in the ratio 0 ⁇ 1, and the channel correction value corresponding to the second channel estimation value can be expressed as: ⁇ is the error correction factor.
  • steps S218-S220 as shown in FIG. 3 may also be performed.
  • the most recent historical SRS cycle refers to the historical SRS cycle closest to the current cycle among the m adjacent historical SRS cycles.
  • the Wiener filter can use a second-order Wiener filter or a higher-order Wiener filter. The difference is that the performance of using a higher-order Wiener filter is relatively higher, but the amount of calculation and resource consumption are higher.
  • the target channel estimation value includes channel estimation values of different time slots in each time slot in the current SRS cycle.
  • S220 can be executed as the following actions C1-C3.
  • Action C1 determining the autocorrelation information of the channel in the time dimension according to the large-scale information of the channel.
  • l represents the number of averages
  • T is the length of an SRS cycle
  • R is the time correlation function of the channel
  • the above autocorrelation estimate is modeled as the following zero-order Bessel function.
  • R(t) J 0 (2 ⁇ f dmax t)
  • f dmax is the maximum Doppler frequency shift, which can be estimated using the zero-crossing point of the zero-order Bessel function.
  • Action C2 determining the interpolation weight corresponding to each time slot in this SRS cycle according to the channel autocorrelation information in the time dimension and a preset Wiener filter function.
  • Action C3 determining a channel estimation value for each time slot in this SRS period according to the second channel estimation value, the channel correction value and the interpolation weight corresponding to each time slot.
  • the interpolation weight of the pth time slot in this SRS cycle is expressed as:
  • N is the total number of time slots in one SRS cycle
  • ⁇ t is the time length of one time slot.
  • the channel prediction method provided by the present application is performed as follows.
  • the model order m of the channel prediction model is determined to be 4, the preset element number threshold M of the kernel dictionary is 4, the kernel function is selected as the Gaussian radial basis kernel function, the model order n of the error estimation model is determined to be 4, and the window size Me of the error sample is set to 4.
  • the new channel estimation value is used to form a new sample u(3) (i.e., the first sample data) and input into the channel prediction model, and the channel prediction model updates the kernel dictionary.
  • the number of kernel dictionaries is less than the preset element number threshold 4 of the kernel dictionary, and the above action A1 is performed to calculate the kernel vector projection angle cosine of u(3) and each element in the kernel dictionary to obtain 0.23, which is less than or equal to the preset correlation threshold 0.8, so the new sample u(3) is added to the kernel dictionary.
  • the model parameters of the channel prediction model are updated, and the next channel estimation value is predicted.
  • the kernel dictionary size increases, the intermediate matrix, weight coefficients and forgetting matrix need to be updated, and then the channel estimation value of the next SRS cycle (i.e., this SRS cycle) is calculated.
  • the current prediction error is estimated and compensated using Gaussian process regression.
  • the previous historical prediction error is obtained based on the new channel estimation value (i.e., the first channel estimation value corresponding to the most recent historical SRS cycle) to form a new error sample.
  • the new error sample is added to the error sample space.
  • the covariance matrix and kernel vector of the error vector are calculated based on the selected kernel function, and the current prediction error is obtained in combination with the new error sample, and then the current prediction error is multiplied by the error correction factor 0.8 to correct the channel estimation value.
  • a second-order Wiener filter is performed based on a channel correction value obtained by correcting the first channel estimation value corresponding to the most recent historical SRS period to obtain channel predictions for different time slots within the SRS period.
  • the new channel estimation value is used to form a new sample u(7) (i.e., the first sample data) and input into the channel prediction model, and the channel prediction model updates the kernel dictionary.
  • the number of kernel dictionaries is greater than or equal to the preset element number threshold 4 of the kernel dictionary, and the above action A2 is performed to calculate the kernel function of u(7) and each element in the kernel dictionary, where the maximum kernel function value is 0.47. Since there is no kernel function value greater than the preset kernel function threshold 0.5, the dictionary element corresponding to the maximum kernel function value can be directly deleted, and the new sample u(7) is added to the kernel dictionary.
  • the model parameters of the channel prediction model are updated, and the next channel estimation value is predicted. Since the kernel dictionary size remains unchanged, it is necessary to update the intermediate matrix and weight coefficients while keeping the forgetting matrix inconvenient, and then calculate the channel estimation value of the next SRS cycle.
  • the current prediction error is estimated and compensated using Gaussian process regression.
  • the previous historical prediction error is obtained based on the new channel estimation value (i.e., the first channel estimation value corresponding to the most recent historical SRS cycle) to form a new error sample.
  • the new error sample is added to the error sample space, and the error sample with the longest retention time in the error sample space is removed.
  • the covariance matrix and kernel vector of the error vector are calculated based on the selected kernel function, and the current prediction error is obtained in combination with the new error sample, and then the current prediction error is multiplied by the error correction factor 0.8 to correct the channel estimation value.
  • a second-order Wiener filter is performed based on a channel correction value obtained by correcting the first channel estimation value corresponding to the most recent historical SRS period to obtain channel predictions for different time slots within the SRS period.
  • Attached Figures 4 and 5 show the implementation effects of the channel prediction method provided by the present application when the terminal moving speed is 60km/h and 120km/h, respectively.
  • the solid line indicates the channel value measured most recently, that is, the channel measurement value within the most recent SRS cycle; the dotted line indicates the channel estimation value predicted by the channel prediction method provided by the present application. It can be seen from the figure that compared with the channel measurement value within the most recent SRS cycle, the channel prediction method provided by the present application can improve the correlation with the real channel.
  • an embodiment of the present application also provides a channel prediction device.
  • FIG6 is a schematic block diagram of a channel prediction device according to an embodiment of the present application. As shown in FIG6 , the device includes the following modules.
  • the first acquisition module 61 is used to obtain first channel estimation values corresponding to m adjacent historical SRS periods; wherein m is the model order of the channel prediction model based on kernel recursive least squares, and m is an integer greater than or equal to 1.
  • the first determination module 62 is used to determine the first sample data for predicting the channel in this SRS period by the channel prediction model according to the m first channel estimation values; the first sample data includes the m first channel estimation values.
  • the first updating module 63 is used to input the first sample data into the channel prediction model, update the kernel dictionary of the channel prediction model according to the first sample data and the number of elements in the kernel dictionary of the channel prediction model, and update the model parameters of the channel prediction model; wherein the updated kernel dictionary includes the first sample data.
  • the prediction module 64 is used to predict the channel in the current SRS period based on the updated kernel dictionary and model parameters and through the channel prediction model to obtain a second channel estimation value.
  • the first update module 63 includes: a first update unit, which is used to update the kernel dictionary according to the correlation between the first sample data and each element in the kernel dictionary if the number of elements is less than a preset element number threshold of the kernel dictionary; and a second update unit, which is used to update the kernel dictionary according to the kernel function value of the first sample data and each element in the kernel dictionary if the number of elements is greater than or equal to the preset element number threshold.
  • the first updating unit is used to: calculate the correlation between the first sample data and each element in the core dictionary to obtain L correlations; wherein L is the number of elements and L is an integer greater than or equal to 1; if the maximum correlation among the L correlations is greater than a preset correlation threshold, delete the element in the core dictionary corresponding to the maximum correlation, and add the first sample data as a new element to the core dictionary to obtain the updated core dictionary; if the maximum correlation is less than or equal to the preset correlation threshold, add the first sample data as a new element to the core dictionary to obtain the updated core dictionary.
  • the second updating unit is used to: calculate the kernel function values of the first sample data and each element in the kernel dictionary according to the kernel function of the channel prediction model to obtain L kernel function values; wherein L is the number of elements and L is an integer greater than or equal to 1; if there is at least one kernel function value greater than a preset kernel function threshold among the L kernel function values, then delete the elements whose kernel function values are greater than the preset kernel function threshold and meet the preset deletion condition from the kernel dictionary, and add the first sample data as a new element to the kernel dictionary to obtain the updated kernel dictionary; if each of the kernel function values is less than or equal to the preset kernel function threshold, then delete the element corresponding to the maximum kernel function value from the kernel dictionary, and add the first sample data as a new element to the kernel dictionary to obtain the updated kernel dictionary.
  • the second updating unit is used to: for the candidate elements whose kernel function values are greater than the preset kernel function threshold, use the first sample data as the kernel center, and calculate the weighted average of the output values corresponding to each of the candidate elements; determine the difference between the output value corresponding to each of the candidate elements and the weighted average, and calculate the product of the maximum difference and the minimum difference among multiple differences; if the product is greater than the preset threshold, delete the candidate element corresponding to the maximum difference from the kernel dictionary; if the product is less than or equal to the preset threshold, delete the candidate element corresponding to the minimum difference from the kernel dictionary.
  • the model parameters include at least one of an intermediate matrix, a weight coefficient, and a forgetting matrix.
  • the first updating module 63 includes: a judging unit, used to judge whether the number of elements in the updated core dictionary increases; a third updating unit, used to update the intermediate matrix, the weight coefficient and the forgetting matrix if yes; if no, update the intermediate matrix and the weight coefficient.
  • the device further includes: a second determination module, which is used to predict the channel in the current SRS period based on the updated kernel dictionary and model parameters and through the channel prediction model, and after obtaining the second channel estimation value, determine the first historical prediction error corresponding to the most recent historical SRS period according to the first channel estimation value corresponding to the most recent historical SRS period; a second updating module, which is used to update the first historical prediction error according to the first historical prediction error.
  • a second determination module which is used to predict the channel in the current SRS period based on the updated kernel dictionary and model parameters and through the channel prediction model, and after obtaining the second channel estimation value, determine the first historical prediction error corresponding to the most recent historical SRS period according to the first channel estimation value corresponding to the most recent historical SRS period
  • a second updating module which is used to update the first historical prediction error according to the first historical prediction error.
  • a first historical prediction error group corresponding to the channel prediction model is updated to obtain a second historical prediction error group; the second historical prediction error group includes the first historical prediction error; a third determination module is used to determine the current prediction error of the channel prediction model according to the second historical prediction error group and through an error estimation model based on Gaussian process regression; a compensation module is used to perform error compensation on the second channel estimation value according to the current prediction error to obtain a channel correction value corresponding to the second channel estimation value.
  • the device also includes: a filtering module, which is used to compensate the second channel estimation value according to the current prediction error, and after obtaining the channel correction value corresponding to the second channel estimation value, perform Wiener filtering according to the first channel estimation value and the channel correction value corresponding to the most recent historical SRS cycle to obtain a filtering result; a fourth determination module, which is used to determine the target channel estimation value in each time slot of the SRS cycle in the current SRS cycle according to the filtering result; the target channel estimation value includes the channel estimation values of different time slots in each time slot of the SRS cycle in the current SRS cycle.
  • a filtering module which is used to compensate the second channel estimation value according to the current prediction error, and after obtaining the channel correction value corresponding to the second channel estimation value, perform Wiener filtering according to the first channel estimation value and the channel correction value corresponding to the most recent historical SRS cycle to obtain a filtering result
  • a fourth determination module which is used to determine the target channel estimation value in each time slot of the SRS cycle in the current SRS
  • the fourth determination module includes: a first determination unit, used to determine the autocorrelation information of the channel in the time dimension based on the large-scale information of the channel; a second determination unit, used to determine the interpolation weight corresponding to each time slot in the current SRS cycle based on the autocorrelation information and a preset Wiener filter function; and a third determination unit, used to determine the channel estimation value of each time slot in the current SRS cycle based on the second channel estimation value, the channel correction value and the interpolation weight corresponding to each time slot.
  • the device also includes: a fifth determination module, used to determine the model attribute information of the channel prediction model before obtaining the first channel estimation value corresponding to m adjacent historical SRS periods, the model attribute information including the model order, the kernel function and the kernel dictionary; a second acquisition module, used to obtain the initial channel estimation value of the channel; an initialization module, used to initialize the model parameters of the channel prediction model according to the initial channel estimation value.
  • a fifth determination module used to determine the model attribute information of the channel prediction model before obtaining the first channel estimation value corresponding to m adjacent historical SRS periods, the model attribute information including the model order, the kernel function and the kernel dictionary
  • a second acquisition module used to obtain the initial channel estimation value of the channel
  • an initialization module used to initialize the model parameters of the channel prediction model according to the initial channel estimation value.
  • the device of the embodiment of the present application is used to obtain first channel estimation values corresponding to m adjacent historical SRS periods; wherein m is the model order of the channel prediction model based on kernel recursive least squares, and m is an integer greater than or equal to 1; according to the m first channel estimation values, determine the first sample data for the channel prediction model to predict the channel in this SRS cycle; the first sample data includes m first channel estimation values; input the first sample data into the channel prediction model, update the kernel dictionary of the channel prediction model according to the first sample data and the number of elements in the kernel dictionary of the channel prediction model, and update the model parameters of the channel prediction model; wherein the updated kernel dictionary includes the first sample data; based on the updated kernel dictionary and the model parameters, and through the channel prediction model, predict the channel in this SRS cycle.
  • the device when the device predicts the channel estimation value in this SRS cycle based on the historical channel estimation value, it can predict through the channel prediction model based on the kernel recursive least squares to ensure that the error between the channel estimation value and the true channel value is minimized, thereby improving the accuracy of the channel prediction; and by updating the dictionary of the channel prediction model based on the number of elements in the kernel dictionary, the amount of sample data in the kernel dictionary can be effectively controlled, avoiding the problem of increasing the amount of sample data causing the amount of calculation for the continuously arriving signal processing, thereby greatly reducing the amount of calculation for the channel prediction and improving the real-time performance of the channel prediction. Therefore, the device can accurately predict the nonlinear time-varying channel even in the scenario of high-speed terminal movement through efficient and real-time channel prediction.
  • channel prediction device in Figure 6 can be used to implement the channel prediction method described above, and the detailed description should be similar to the description of the method part above. To avoid redundancy, it will not be repeated here.
  • an embodiment of the present application also provides a channel prediction device, as shown in FIG7 .
  • the channel prediction device may have relatively large differences due to different configurations or performances, and may include one or more processors 701 and a memory 702, and the memory 702 may store one or more application programs or data.
  • the memory 702 may be a short-term storage or a permanent storage.
  • the application stored in the memory 702 may include one or more modules (not shown in the figure), and each module may include a series of computer executable instructions in the channel prediction device.
  • the processor 701 may be configured to communicate with the memory 702 to execute a series of computer executable instructions in the memory 702 on the channel prediction device.
  • the channel prediction device may also include one or more power supplies 703, one or more wired or wireless network interfaces 704, and one or more input and output Interface 705 , one or more keyboards 706 .
  • the channel prediction device includes a memory and one or more programs, wherein the one or more programs are stored in the memory, and the one or more programs may include one or more modules, and each module may include a series of computer executable instructions for the channel prediction device, and is configured to be executed by one or more processors.
  • the one or more programs include the following computer executable instructions: obtaining first channel estimation values corresponding to m adjacent historical SRS periods; wherein m is the model order of the channel prediction model based on kernel recursive least squares, and m is an integer greater than or equal to 1; according to the m obtained
  • the first channel estimation value is used to determine the first sample data used by the channel prediction model to predict the channel in this SRS period; the first sample data includes m first channel estimation values; the first sample data is input into the channel prediction model, and according to the first sample data and the number of elements in the core dictionary of the channel prediction model, the core dictionary of the channel prediction model is updated, and the model parameters of the channel prediction model are updated; wherein the updated core dictionary includes the first sample data; based on the updated core dictionary and model parameters, the channel in this SRS period is predicted through the channel prediction model to obtain a second channel estimation value.
  • the technical solution of the embodiment of the present application is adopted, by obtaining the first channel estimation value corresponding to m adjacent historical SRS periods; wherein m is the model order of the channel prediction model based on kernel recursive least squares, and m is an integer greater than or equal to 1; according to the m first channel estimation values, the first sample data for the channel prediction model to predict the channel in this SRS period is determined; the first sample data includes m first channel estimation values; the first sample data is input into the channel prediction model, and according to the first sample data and the number of elements in the kernel dictionary of the channel prediction model, the kernel dictionary of the channel prediction model is updated, and the model parameters of the channel prediction model are updated; wherein the updated kernel dictionary includes the first sample data; based on the updated kernel dictionary and model parameters, the channel in this SRS period is predicted through the channel prediction model.
  • the technical solution when the technical solution predicts the channel estimation value in this SRS period based on the historical channel estimation value, it can make a prediction through the channel prediction model based on the kernel recursive least squares, so as to ensure that the error between the channel estimation value and the true channel value is minimized, thereby improving the accuracy of channel prediction. degree; and, by updating the dictionary of the channel prediction model based on the number of elements in the kernel dictionary, the amount of sample data in the kernel dictionary can be effectively controlled, avoiding the problem of increasing the amount of calculation for processing the continuously arriving signals when the amount of sample data continues to increase, thereby greatly reducing the amount of calculation for channel prediction and improving the real-time performance of channel prediction. Therefore, this technical solution can accurately predict nonlinear time-varying channels even in high-speed terminal movement scenarios through efficient and real-time channel prediction.
  • the embodiment of the present application also proposes a storage medium, which stores one or more computer programs, and the one or more computer programs include instructions.
  • the electronic device can execute each process of the above-mentioned channel prediction method embodiment, and are specifically used to execute: obtaining first channel estimation values corresponding to m adjacent historical SRS periods; wherein m is the model order of the channel prediction model based on kernel recursive least squares, and m is an integer greater than or equal to 1; according to the m first channel estimation values, determining the first sample data for the channel prediction model to predict the channel in this SRS period; the first sample data includes m first channel estimation values; inputting the first sample data into the channel prediction model, updating the kernel dictionary of the channel prediction model according to the first sample data and the number of elements in the kernel dictionary of the channel prediction model, and updating the model parameters of the channel prediction model; wherein the updated kernel dictionary includes the first sample data; based on the updated kernel dictionary and model parameters, and through the channel prediction model,
  • the technical solution of the embodiment of the present application is adopted, by obtaining first channel estimation values corresponding to m adjacent historical SRS periods; wherein m is the model order of the channel prediction model based on kernel recursive least squares, and m is an integer greater than or equal to 1; according to the m first channel estimation values, determining the first sample data for predicting the channel in this SRS period by the channel prediction model; the first sample data includes m first channel estimation values; inputting the first sample data into the channel prediction model, updating the kernel dictionary of the channel prediction model according to the first sample data and the number of elements in the kernel dictionary of the channel prediction model, and updating the model parameters of the channel prediction model; wherein the updated kernel dictionary includes the first sample data; based on the updated kernel dictionary and the model parameters, and through the channel prediction model for predicting the channel in this SRS period It can be seen that when predicting the channel estimation value in this SRS period based on the historical channel estimation value, the technical solution can make predictions through the channel prediction model based on kernel recursive least squares
  • a typical implementation device is a computer.
  • the computer may be, for example, a personal computer, a laptop computer, a cellular phone, a camera phone, a smart phone, a personal digital assistant, a media player, a navigation device, an email device, a game console, a tablet computer, a wearable device, or a combination of any of these devices.
  • the embodiments of the present application may be provided as methods, systems, or computer program products. Therefore, the present application may adopt the form of a complete hardware embodiment, a complete software embodiment, or an embodiment in combination with software and hardware. Moreover, the present application may adopt the form of a computer program product implemented in one or more computer-usable storage media (including but not limited to disk storage, CD-ROM, optical storage, etc.) that contain computer-usable program code.
  • a computer-usable storage media including but not limited to disk storage, CD-ROM, optical storage, etc.
  • These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing device to work in a specific manner, so that the instructions stored in the computer-readable memory produce a manufactured product including an instruction device that implements the functions specified in one or more processes in the flowchart and/or one or more boxes in the block diagram.
  • These computer program instructions may also be loaded onto a computer or other programmable data processing device so that a series of operational steps are executed on the computer or other programmable device to produce a computer-implemented process, whereby the instructions executed on the computer or other programmable device provide steps for implementing the functions specified in one or more processes in the flowchart and/or one or more boxes in the block diagram.
  • a computing device includes one or more processors (CPU), input/output interfaces, network interfaces, and memory.
  • processors CPU
  • input/output interfaces network interfaces
  • memory volatile and non-volatile memory
  • Memory may include non-permanent storage in a computer-readable medium, in the form of random access memory (RAM) and/or non-volatile memory, such as read-only memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium.
  • RAM random access memory
  • ROM read-only memory
  • flash RAM flash memory
  • Computer readable media include permanent and non-permanent, removable and non-removable media that can be implemented by any method or technology to store information.
  • Information can be computer readable instructions, data structures, program modules or other data.
  • Examples of computer storage media include, but are not limited to, phase change memory (PRAM), static random access memory (SRAM), dynamic random access memory (DRAM), other types of random access memory (RAM), read-only memory (ROM), electrically erasable programmable read-only memory (EEPROM), flash memory or other memory technology, compact disk read-only memory (CD-ROM), digital versatile disk (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices or any other non-transmission media that can be used to store information that can be accessed by a computing device.
  • computer readable media does not include temporary computer readable media (transitory media), such as modulated data signals and carrier waves.
  • the present application may be described in the general context of computer-executable instructions executed by a computer, such as program modules.
  • program modules include routines, programs, objects, components, data structures, etc. that perform specific tasks or implement specific abstract data types.
  • the present application may also be practiced in distributed computing environments where tasks are performed by remote processing devices connected through a communication network.
  • program modules may be located in local and remote computer storage media, including storage devices.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Electromagnetism (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Quality & Reliability (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

Disclosed in the embodiments of the present application are a channel prediction method and apparatus. The method comprises: acquiring first channel estimation values corresponding to m adjacent historical SRS periods, wherein m is a model order of a channel prediction model based on kernel recursive least squares; according to the m first channel estimation values, determining first sample data for the channel prediction model to predict a channel within the current SRS period, wherein the first sample data comprises m first channel estimation values; inputting the first sample data into the channel prediction model, updating a kernel dictionary of the channel prediction model according to the first sample data and the number of elements in the kernel dictionary of the channel prediction model, and updating model parameters of the channel prediction model; and on the basis of the updated kernel dictionary and the updated model parameters, predicting the channel within the current SRS period by means of the channel prediction model.

Description

信道预测方法及装置Channel prediction method and device
相关申请的交叉引用CROSS-REFERENCE TO RELATED APPLICATIONS
本申请要求在2022年10月27日提交中国专利局、申请号为202211327001.8、发明名称为“信道预测方法及装置”的中国专利申请的优先权,该中国专利申请的全部内容通过引用包含于此。This application claims priority to a Chinese patent application filed with the Chinese Patent Office on October 27, 2022, with application number 202211327001.8 and invention name “Channel Prediction Method and Device”. The entire contents of the Chinese patent application are incorporated herein by reference.
技术领域Technical Field
本说明书涉及通信技术领域,尤其涉及一种信道预测方法及装置。The present invention relates to the field of communication technology, and in particular to a channel prediction method and device.
背景技术Background technique
多天线技术可以充分利用空间维度资源,在不增加发射功率和带宽的前提下,成倍地提高无线通信系统的传输容量,同时波束赋形(Beamforming)技术因其能补偿无线传播过程中由空间损耗、多径效应引入的信号衰落与失真,降低同信道用户间的干扰而得到广泛应用。在TDD(Time Division Duplexing,时分双工)制式下,用户发送SRS(Sounding Reference Signal,信道测量参考信号),基站通过信道估计获得上行CSI(Channel State Information,信道状态信息)。由于TDD系统存在信道互易性,可以直接将测量得到的上行信道CSI用于下行Beamforming设计,实现协同信号处理。然而,当终端处于高速移动时(如图1所示),点对点链路多普勒频移变大,信道相干时间减小,信道时变性剧烈,测量得到上行信道CSI过时,无法代表33SRS周期内的真实信道状态,从而导致根据估计所得CSI设计的下行Beamforming与实际信道失配,性能下降。Multi-antenna technology can make full use of spatial dimension resources and exponentially increase the transmission capacity of wireless communication systems without increasing transmission power and bandwidth. At the same time, beamforming technology is widely used because it can compensate for signal fading and distortion introduced by spatial loss and multipath effects during wireless propagation and reduce interference between users on the same channel. Under the TDD (Time Division Duplexing) standard, users send SRS (Sounding Reference Signal), and the base station obtains uplink CSI (Channel State Information) through channel estimation. Due to the channel reciprocity of the TDD system, the measured uplink channel CSI can be directly used in the downlink Beamforming design to achieve collaborative signal processing. However, when the terminal is moving at high speed (as shown in Figure 1), the Doppler shift of the point-to-point link becomes larger, the channel coherence time decreases, the channel time-variability is severe, and the measured uplink channel CSI is outdated and cannot represent the actual channel state within the 33SRS period. As a result, the downlink Beamforming designed based on the estimated CSI is mismatched with the actual channel, resulting in performance degradation.
为了克服信道时变性剧烈带来的性能下降,在一些情形下,通过降低系统的SRS周期增加信道状态信息的刷新频率,然而高速场景下,信道相干时间远小于目前SRS周期的应用值,并且SRS周期的过度降低会占用过多的时频资源,从而限制系统性能,不具备可行性。 In order to overcome the performance degradation caused by the drastic time-varying channel, in some cases, the refresh frequency of the channel state information is increased by reducing the system's SRS period. However, in high-speed scenarios, the channel coherence time is much smaller than the current application value of the SRS period, and excessive reduction of the SRS period will occupy too many time and frequency resources, thereby limiting system performance and is not feasible.
为解决上述问题,一种可行的办法是根据已知的信道估计值对未来的信道状态进行预测,根据信道的预测值设计波束赋形算法,从而匹配时变的下行信道。常用的信道预测算法有:1)基于无线电参数的信道预测方法;2)基于自回归模型的预测方法;3)基于神经网络的信道预测方法。其中,基于无线电参数的信道预测方法假设了较为理想的信道模型,默认静态参数在预测时间内保持不变,然而静态参数的有效时间和终端移动速度成反比,使得基于无线电参数的信道预测难以在高速场景中应用。基于自回归模型的预测方法具有复杂度低等优势,但是对于具有非线性时间特性的信道预测性能受限。基于神经网络的信道预测算法往往复杂度较高。可见,亟需提供一种能够适用于终端高速移动场景中的信道预测方法。To solve the above problems, a feasible way is to predict the future channel state based on the known channel estimation value, and design a beamforming algorithm based on the predicted value of the channel to match the time-varying downlink channel. Commonly used channel prediction algorithms are: 1) Channel prediction method based on radio parameters; 2) Prediction method based on autoregressive model; 3) Channel prediction method based on neural network. Among them, the channel prediction method based on radio parameters assumes a relatively ideal channel model, and the static parameters are assumed to remain unchanged during the prediction time. However, the effective time of the static parameters is inversely proportional to the terminal movement speed, making the channel prediction based on radio parameters difficult to apply in high-speed scenarios. The prediction method based on the autoregressive model has the advantages of low complexity, but the prediction performance of channels with nonlinear time characteristics is limited. Channel prediction algorithms based on neural networks are often more complex. It can be seen that there is an urgent need to provide a channel prediction method that can be applied to scenarios where terminals move at high speed.
发明内容Summary of the invention
本申请实施例的目的是提供一种信道预测方法及装置,用以解决终端高速移动场景中无法准确预测信道的问题。The purpose of the embodiments of the present application is to provide a channel prediction method and device to solve the problem that the channel cannot be accurately predicted in a terminal high-speed movement scenario.
一方面,本申请实施例提供一种信道预测方法,包括:获取m个相邻的历史SRS周期对应的第一信道估计值;其中,m为基于核递归最小二乘的信道预测模型的模型阶数,且m为大于或等于1的整数;根据m个所述第一信道估计值,确定所述信道预测模型对本次SRS周期内的信道进行预测的第一样本数据;所述第一样本数据包括m个所述第一信道估计值;将所述第一样本数据输入所述信道预测模型,根据所述第一样本数据和所述信道预测模型的核字典中的元素数量,更新所述信道预测模型的核字典,以及,更新所述信道预测模型的模型参数;其中,更新后的核字典包括所述第一样本数据;基于所述更新后的核字典和模型参数,并通过所述信道预测模型对所述本次SRS周期内的信道进行预测,得到第二信道估计值。On the one hand, an embodiment of the present application provides a channel prediction method, including: obtaining first channel estimation values corresponding to m adjacent historical SRS periods; wherein m is the model order of the channel prediction model based on kernel recursive least squares, and m is an integer greater than or equal to 1; based on the m first channel estimation values, determining the first sample data for predicting the channel in this SRS period by the channel prediction model; the first sample data includes m first channel estimation values; inputting the first sample data into the channel prediction model, updating the kernel dictionary of the channel prediction model according to the first sample data and the number of elements in the kernel dictionary of the channel prediction model, and updating the model parameters of the channel prediction model; wherein the updated kernel dictionary includes the first sample data; based on the updated kernel dictionary and model parameters, and through the channel prediction model, predicting the channel in the current SRS period, obtaining a second channel estimation value.
另一方面,本申请实施例提供一种信道预测装置,包括:第一获取模块,用于获取m个相邻的历史SRS周期对应的第一信道估计值;其中,m为基于 核递归最小二乘的信道预测模型的模型阶数,且m为大于或等于1的整数;第一确定模块,用于根据m个所述第一信道估计值,确定所述信道预测模型对本次SRS周期内的信道进行预测的第一样本数据;所述第一样本数据包括m个所述第一信道估计值;第一更新模块,用于将所述第一样本数据输入所述信道预测模型,根据所述第一样本数据和所述信道预测模型的核字典中的元素数量,更新所述信道预测模型的核字典,以及,更新所述信道预测模型的模型参数;其中,更新后的核字典包括所述第一样本数据;预测模块,用于基于所述更新后的核字典和模型参数,并通过所述信道预测模型对所述本次SRS周期内的信道进行预测,得到第二信道估计值。On the other hand, an embodiment of the present application provides a channel prediction device, comprising: a first acquisition module, used to obtain a first channel estimation value corresponding to m adjacent historical SRS cycles; wherein m is based on The model order of the channel prediction model of kernel recursive least squares, and m is an integer greater than or equal to 1; a first determination module, used to determine the first sample data for predicting the channel in this SRS period by the channel prediction model based on the m first channel estimation values; the first sample data includes m first channel estimation values; a first updating module, used to input the first sample data into the channel prediction model, update the kernel dictionary of the channel prediction model according to the first sample data and the number of elements in the kernel dictionary of the channel prediction model, and update the model parameters of the channel prediction model; wherein the updated kernel dictionary includes the first sample data; a prediction module, used to predict the channel in the current SRS period based on the updated kernel dictionary and model parameters and through the channel prediction model to obtain a second channel estimation value.
再一方面,本申请实施例提供一种信道预测设备,包括处理器和与所述处理器电连接的存储器,所述存储器存储有计算机程序,所述处理器用于从所述存储器调用并执行所述计算机程序以实现上述信道预测方法。On the other hand, an embodiment of the present application provides a channel prediction device, including a processor and a memory electrically connected to the processor, the memory storing a computer program, and the processor being used to call and execute the computer program from the memory to implement the above-mentioned channel prediction method.
再一方面,本申请实施例提供一种存储介质,用于存储计算机程序,所述计算机程序能够被处理器执行以实现上述信道预测方法。On the other hand, an embodiment of the present application provides a storage medium for storing a computer program, where the computer program can be executed by a processor to implement the above-mentioned channel prediction method.
附图说明BRIEF DESCRIPTION OF THE DRAWINGS
为了更清楚地说明本说明书一个或多个实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本说明书一个或多个实施例中记载的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to more clearly illustrate one or more embodiments of this specification or the technical solutions in the prior art, the drawings required for use in the embodiments or the description of the prior art will be briefly introduced below. Obviously, the drawings described below are only some embodiments recorded in one or more embodiments of this specification. For ordinary technicians in this field, other drawings can be obtained based on these drawings without paying creative work.
图1是根据本说明书一实施例的一种信道预测方法的示意性场景图;FIG1 is a schematic scene diagram of a channel prediction method according to an embodiment of this specification;
图2是根据本说明书一实施例的一种信道预测方法的示意性流程图;FIG2 is a schematic flow chart of a channel prediction method according to an embodiment of this specification;
图3是根据本说明书另一实施例的一种信道预测方法的示意性流程图;FIG3 is a schematic flow chart of a channel prediction method according to another embodiment of the present specification;
图4是根据本说明书一实施例的一种信道预测方法的示意性效果图;FIG4 is a schematic effect diagram of a channel prediction method according to an embodiment of this specification;
图5是根据本说明书另一实施例的一种信道预测方法的示意性效果图; FIG5 is a schematic effect diagram of a channel prediction method according to another embodiment of the present specification;
图6是根据本说明书一实施例的一种信道预测装置的示意性框图;FIG6 is a schematic block diagram of a channel prediction device according to an embodiment of this specification;
图7是根据本说明书一实施例的一种信道预测设备的示意性框图。FIG. 7 is a schematic block diagram of a channel prediction device according to an embodiment of this specification.
具体实施方式Detailed ways
本申请实施例提供一种信道预测方法及装置,用以解决终端高速移动场景中无法准确预测信道的问题。The embodiments of the present application provide a channel prediction method and device to solve the problem that the channel cannot be accurately predicted in a terminal high-speed movement scenario.
为了使本技术领域的人员更好地理解本申请中的技术方案,下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本申请一部分实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都应当属于本申请保护的范围。In order to enable those skilled in the art to better understand the technical solutions in the present application, the technical solutions in the embodiments of the present application will be clearly and completely described below in conjunction with the drawings in the embodiments of the present application. Obviously, the described embodiments are only part of the embodiments of the present application, not all of the embodiments. Based on the embodiments in the present application, all other embodiments obtained by ordinary technicians in this field without creative work should fall within the scope of protection of this application.
图2是根据本申请一实施例的一种信道预测方法的示意性流程图,如图2所示,该方法包括以下步骤。FIG2 is a schematic flow chart of a channel prediction method according to an embodiment of the present application. As shown in FIG2 , the method includes the following steps.
S202,获取m个相邻的历史SRS周期对应的第一信道估计值;其中,m为基于核递归最小二乘的信道预测模型的模型阶数,且m为大于或等于1的整数。S202, obtaining first channel estimation values corresponding to m adjacent historical SRS periods; wherein m is the model order of the channel prediction model based on kernel recursive least squares, and m is an integer greater than or equal to 1.
其中,m个相邻的历史SRS周期,通常选择据当前周期最近的m个历史SRS周期。历史SRS周期对应的第一信道估计值,指的是历史SRS周期对应的、通过准确测量得到的信道估计值。The m adjacent historical SRS cycles usually select the m historical SRS cycles closest to the current cycle. The first channel estimation value corresponding to the historical SRS cycle refers to the channel estimation value corresponding to the historical SRS cycle and obtained through accurate measurement.
S204,根据m个第一信道估计值,确定信道预测模型对本次SRS周期内的信道进行预测的第一样本数据;第一样本数据包括m个第一信道估计值。S204, determining first sample data for predicting the channel in this SRS cycle using a channel prediction model according to the m first channel estimation values; the first sample data includes the m first channel estimation values.
在一实施方式中,将m个第一信道估计值进行组合,即可得到信道预测模型的第一样本数据。例如,在进行第i次信道预测时,第一样本数据可表示为u(i)=[HiHi+1……Hi+m-1],其中,Hi表示第i个信道估计值。In one embodiment, m first channel estimation values are combined to obtain the first sample data of the channel prediction model. For example, when performing the i-th channel prediction, the first sample data can be expressed as u(i)=[H i H i+1 ...H i+m-1 ], where H i represents the i-th channel estimation value.
S206,将第一样本数据输入信道预测模型,根据第一样本数据和信道预测模型的核字典中的元素数量,更新信道预测模型的核字典,以及,更新信 道预测模型的模型参数;其中,更新后的核字典包括第一样本数据。S206, inputting the first sample data into the channel prediction model, updating the core dictionary of the channel prediction model according to the first sample data and the number of elements in the core dictionary of the channel prediction model, and updating the core dictionary of the channel prediction model. The updated kernel dictionary includes the first sample data.
在一实施方式中,根据第一样本数据和信道预测模型的核字典中的元素数量更新信道预测模型的核字典时,需确保核字典中的元素数量不超过对应的预设元素数量阈值,若超过,则在更新核字典时,需要删除核字典中的部分样本数据,以使更新后的核字典的元素数量不超过预设元素数量阈值,从而达到控制样本数据量的效果。In one embodiment, when updating the kernel dictionary of the channel prediction model based on the first sample data and the number of elements in the kernel dictionary of the channel prediction model, it is necessary to ensure that the number of elements in the kernel dictionary does not exceed the corresponding preset element number threshold. If it exceeds, when updating the kernel dictionary, it is necessary to delete some sample data in the kernel dictionary so that the number of elements in the updated kernel dictionary does not exceed the preset element number threshold, thereby achieving the effect of controlling the amount of sample data.
S208,基于更新后的核字典和模型参数,并通过信道预测模型对本次SRS周期内的信道进行预测,得到第二信道估计值。S208 , predicting the channel in this SRS period based on the updated kernel dictionary and model parameters and using the channel prediction model to obtain a second channel estimation value.
本实施例中,模型阶数m,是指下一个SRS周期内的信道估计值与前m个历史SRS周期内的信道估计值相关,则构成一组输入输出对:其中,u(i)=[HiHi+1……Hi+m-1],Hi表示第i个信道估计值。y(i)=Hi+m,M为核字典的预设元素数量阈值,表示核字典中能够存储样本数据量的最大值。In this embodiment, the model order m means that the channel estimation value in the next SRS period is related to the channel estimation values in the previous m historical SRS periods, thus forming a set of input-output pairs: Wherein, u(i)=[H i H i+1 ……H i+m-1 ], H i represents the ith channel estimation value. y(i)=H i+m , M is the preset element number threshold of the kernel dictionary, indicating the maximum value of the sample data that can be stored in the kernel dictionary.
本实施例中,在使用信道估计模型进行信道预测之前,可对信道估计模型进行初始化。具体地,首先确定信道预测模型的模型属性信息,模型属性信息包括模型阶数、核函数以及核字典;然后,获取信道的初始信道估计值,并根据该初始信道估计值,对信道预测模型的模型参数进行初始化,模型参数包括中间矩阵、权重系数和遗忘矩阵。其中,初始信道估计值,指的是第一次测量信道得到的信道估计值。本实施例可选择任一种现有的核函数,比如高斯径向基核函数、线性核函数或者多项式核函数等等。线性核函数适用于新旧信道线性相关的场景,多项式核函数适用于新旧信道多次幂相关的场景,高斯核函数适用于新旧信道高阶非线性相关的场景。In this embodiment, before using the channel estimation model for channel prediction, the channel estimation model can be initialized. Specifically, first determine the model attribute information of the channel prediction model, the model attribute information includes the model order, the kernel function and the kernel dictionary; then, obtain the initial channel estimation value of the channel, and initialize the model parameters of the channel prediction model according to the initial channel estimation value, the model parameters include the intermediate matrix, the weight coefficient and the forgetting matrix. Among them, the initial channel estimation value refers to the channel estimation value obtained by measuring the channel for the first time. In this embodiment, any existing kernel function can be selected, such as the Gaussian radial basis kernel function, the linear kernel function or the polynomial kernel function, etc. The linear kernel function is suitable for scenarios where the new and old channels are linearly related, the polynomial kernel function is suitable for scenarios where the new and old channels are multi-power related, and the Gaussian kernel function is suitable for scenarios where the new and old channels are highly nonlinearly related.
假设初始化信道预测模型的中间矩阵Q(i)、权重系数α(i)、遗忘矩阵B(i)和核字典D(i),具体地,令i=1,即利用第一个信道估计值(即初始信道估计值)预测第二个信道估计值,则中间矩阵Q(1)=[λβ+K(u(1),u(1))]-1,其中,λ为防止过拟合引入的正则化参数,β为遗忘因子,K(.)表示核函数。权 重系数α(1)=Q(1)y(1),遗忘矩阵B(1)=[1],核字典D(1)=[u(1)]。Assume that the intermediate matrix Q(i), weight coefficient α(i), forgetting matrix B(i) and kernel dictionary D(i) of the channel prediction model are initialized. Specifically, let i=1, that is, the first channel estimation value (i.e., the initial channel estimation value) is used to predict the second channel estimation value. Then the intermediate matrix Q(1)=[λβ+K(u(1),u(1))] -1 , where λ is the regularization parameter introduced to prevent overfitting, β is the forgetting factor, and K(.) represents the kernel function. The weight coefficient α(1)=Q(1)y(1), the forgetting matrix B(1)=[1], and the kernel dictionary D(1)=[u(1)].
采用本申请实施例的技术方案,通过获取m个相邻的历史SRS周期对应的第一信道估计值;其中,m为基于核递归最小二乘的信道预测模型的模型阶数,且m为大于或等于1的整数;根据m个第一信道估计值,确定信道预测模型对本次SRS周期内的信道进行预测的第一样本数据;第一样本数据包括m个第一信道估计值;将第一样本数据输入信道预测模型,根据第一样本数据和信道预测模型的核字典中的元素数量,更新信道预测模型的核字典,以及,更新信道预测模型的模型参数;其中,更新后的核字典包括第一样本数据;基于更新后的核字典和模型参数,并通过信道预测模型对本次SRS周期内的信道进行预测。可见,该技术方案在基于历史信道估计值预测本次SRS周期内的信道估计值时,能够通过基于核递归最小二乘的信道预测模型进行预测,确保信道估计值和真实信道值之间的误差最小,提升信道预测的准确度;并且,通过基于核字典中的元素数量来更新信道预测模型的字典,使得核字典中的样本数据量能够被有效控制,避免样本数据量不断增加时导致对持续到来的信号处理计算量增加的问题,从而大大降低信道预测的运算量,提升信道预测的实时性。因此,该技术方案通过高效、实时地信道预测,使得即使在终端高速移动场景下,仍然能够对非线性时变信道进行准确预测。The technical solution of the embodiment of the present application is adopted, by obtaining the first channel estimation values corresponding to m adjacent historical SRS periods; wherein m is the model order of the channel prediction model based on kernel recursive least squares, and m is an integer greater than or equal to 1; according to the m first channel estimation values, determining the first sample data of the channel prediction model for predicting the channel in this SRS period; the first sample data includes m first channel estimation values; inputting the first sample data into the channel prediction model, updating the kernel dictionary of the channel prediction model according to the first sample data and the number of elements in the kernel dictionary of the channel prediction model, and updating the model parameters of the channel prediction model; wherein the updated kernel dictionary includes the first sample data; based on the updated kernel dictionary and model parameters, and through the channel prediction model, predicting the channel in this SRS period. It can be seen that when predicting the channel estimation value in this SRS cycle based on the historical channel estimation value, the technical solution can make predictions through the channel prediction model based on kernel recursive least squares to ensure that the error between the channel estimation value and the actual channel value is minimized, thereby improving the accuracy of the channel prediction; and, by updating the dictionary of the channel prediction model based on the number of elements in the kernel dictionary, the amount of sample data in the kernel dictionary can be effectively controlled, avoiding the problem of increasing the amount of signal processing calculations that continue to arrive when the amount of sample data continues to increase, thereby greatly reducing the amount of channel prediction calculations and improving the real-time performance of channel prediction. Therefore, the technical solution can accurately predict nonlinear time-varying channels even in scenarios where the terminal is moving at high speed through efficient and real-time channel prediction.
在一个实施例中,根据第一样本数据和信道预测模型的核字典中的元素数量,更新信道预测模型的核字典,具体可执行为以下动作。In one embodiment, the kernel dictionary of the channel prediction model is updated according to the first sample data and the number of elements in the kernel dictionary of the channel prediction model, which may be specifically performed as the following actions.
动作A1、若核字典中的元素数量小于核字典的预设元素数量阈值,则根据第一样本数据与核字典中的各元素之间的相关性,更新核字典。Action A1: if the number of elements in the kernel dictionary is less than a preset element number threshold of the kernel dictionary, update the kernel dictionary according to the correlation between the first sample data and each element in the kernel dictionary.
动作A2、若核字典中的元素数量大于或等于预设元素数量阈值,则根据第一样本数据与核字典中的各元素的核函数值,更新核字典。Action A2: if the number of elements in the kernel dictionary is greater than or equal to a preset element number threshold, update the kernel dictionary according to the first sample data and the kernel function value of each element in the kernel dictionary.
假设核字典中的元素数量用L表示,L为大于或等于1的整数。Assume that the number of elements in the kernel dictionary is denoted by L, where L is an integer greater than or equal to 1.
在上述动作A1中,首先计算第一样本数据和核字典中的各元素之间的相关度,得到L个相关度。其次,若L个相关度中的最大相关度大于预设相 关度阈值,则删除核字典中与最大相关度对应的元素,并将第一样本数据作为新元素添加至核字典中,得到更新后的核字典;若最大相关度小于或等于预设相关度阈值,则将第一样本数据作为新元素添加至核字典中,得到更新后的核字典。In the above action A1, the correlation between the first sample data and each element in the kernel dictionary is first calculated to obtain L correlations. If the maximum correlation is less than or equal to the preset correlation threshold, the element corresponding to the maximum correlation in the nuclear dictionary is deleted, and the first sample data is added as a new element to the nuclear dictionary to obtain an updated nuclear dictionary; if the maximum correlation is less than or equal to the preset correlation threshold, the first sample data is added as a new element to the nuclear dictionary to obtain an updated nuclear dictionary.
在一实施方式中,相关度可以使用投影角余弦、相关系数等进行表征。例如使用如下公式(1)所表示的投影角余弦来表征相关度。
In one embodiment, the correlation can be characterized by using projection angle cosine, correlation coefficient, etc. For example, the projection angle cosine represented by the following formula (1) is used to characterize the correlation.
其中,l(u(i))、l(u(j))表示u(i)和u(j)分别与其他样本的带入核函数K(u(i),u(n)),n≠i,j组成的向量。投影角余弦取决于使用的核函数以及核字典中的元素。若最大的投影角余弦(即最大相关值)大于预设相关度阈值τ,即满足如下公式(2)所表示的条件,则从核字典中删除具有最大投影角余弦的元素,并将第一样本数据u(i)加入核字典,更新后的核字典为D(i)=[D(i-1)\u(j)u(i)],“\”表示删除,即删除元素u(j)。若最大的投影角余弦小于或等于预设相关度阈值τ,即满足如下公式(3)所表示的条件,则直接将第一样本数据u(i)加入核字典,更新后的核字典为D(i)=[D(i-1)u(i)]。

Among them, l(u(i)) and l(u(j)) represent the vectors composed of u(i) and u(j) respectively substituted into the kernel function K(u(i),u(n)), n≠i,j with other samples. The projection angle cosine depends on the kernel function used and the elements in the kernel dictionary. If the maximum projection angle cosine (i.e., the maximum correlation value) is greater than the preset correlation threshold τ, that is, the condition represented by the following formula (2) is satisfied, then the element with the maximum projection angle cosine is deleted from the kernel dictionary, and the first sample data u(i) is added to the kernel dictionary. The updated kernel dictionary is D(i)=[D(i-1)\u(j)u(i)], where "\" means deletion, i.e., the element u(j) is deleted. If the maximum projection angle cosine is less than or equal to the preset correlation threshold τ, that is, the condition represented by the following formula (3) is satisfied, then the first sample data u(i) is directly added to the kernel dictionary. The updated kernel dictionary is D(i)=[D(i-1)u(i)].

在上述动作A2中,首先,根据信道预测模型的核函数,计算第一样本数据与核字典中的各元素的核函数值,得到L个核函数值。其次,若L个核函数值中存在至少一个核函数值大于预设核函数阈值,则从核字典中删除核函数值大于预设核函数阈值、且满足预设删除条件的元素,并将第一样本数据作为新元素添加至核字典中,得到更新后的核字典。若每个核函数值均小于或等于预设核函数阈值,则从核字典中删除最大核函数值对应的元素,并将第一样本数据作为新元素添加至核字典中,得到更新后的核字典。In the above action A2, first, according to the kernel function of the channel prediction model, the kernel function values of the first sample data and each element in the kernel dictionary are calculated to obtain L kernel function values. Secondly, if there is at least one kernel function value greater than the preset kernel function threshold value among the L kernel function values, the elements whose kernel function values are greater than the preset kernel function threshold value and meet the preset deletion condition are deleted from the kernel dictionary, and the first sample data is added as a new element to the kernel dictionary to obtain an updated kernel dictionary. If each kernel function value is less than or equal to the preset kernel function threshold value, the element corresponding to the maximum kernel function value is deleted from the kernel dictionary, and the first sample data is added as a new element to the kernel dictionary to obtain an updated kernel dictionary.
以u(i)表示第一样本数据,以u(j)表示核字典中的元素,则第一样本数据 与核字典中的各元素的核函数值可表示为:K(u(i),u(j))。假设预设核函数阈值为ε,则如果存在u(j),使得K(u(i),u(j))>ε,则从核字典中删除满足该表达式(即核函数值大于预设核函数阈值)、且满足预设删除条件的元素。如果不存在u(j),使得K(u(i),u(j))>ε,则从核字典中删除最大核函数值对应的元素。Let u(i) represent the first sample data, and u(j) represent the element in the kernel dictionary. Then the first sample data The kernel function value of each element in the kernel dictionary can be expressed as: K(u(i),u(j)). Assuming that the preset kernel function threshold is ε, if there is u(j) such that K(u(i),u(j))>ε, then the elements that satisfy the expression (i.e., the kernel function value is greater than the preset kernel function threshold) and the preset deletion condition are deleted from the kernel dictionary. If there is no u(j) such that K(u(i),u(j))>ε, then the element corresponding to the maximum kernel function value is deleted from the kernel dictionary.
具体地,在存在u(j),使得K(u(i),u(j))>ε的情况下,从核字典中删除核函数值大于预设核函数阈值、且满足预设删除条件的元素,可执行为以下动作B1-B3。Specifically, when there exists u(j) such that K(u(i),u(j))>ε, elements whose kernel function values are greater than a preset kernel function threshold and meet the preset deletion conditions are deleted from the kernel dictionary, which can be performed as the following actions B1-B3.
动作B1,针对核函数值大于预设核函数阈值的待选元素,将第一样本数据作为核中心,计算每个待选元素对应的输出值的加权平均值。Action B1, for the candidate elements whose kernel function values are greater than a preset kernel function threshold, the first sample data is used as the kernel center, and a weighted average of the output values corresponding to each candidate element is calculated.
前述实施例中提及,信道预测模型的模型阶数m,是指认为下一个SRS周期内的信道估计值与前m个历史SRS周期内的信道估计值相关,则构成一组输入输出对:其中,y(i)即为u(i)对应的输出值。In the above-mentioned embodiment, the model order m of the channel prediction model means that the channel estimation value in the next SRS cycle is considered to be related to the channel estimation values in the previous m historical SRS cycles, thus forming a set of input-output pairs: Among them, y(i) is the output value corresponding to u(i).
在动作B1中,将核函数值大于预设核函数阈值的所有元素作为待选元素,所有待选元素组成了待选元素集。假设待选元素集为S=[u(1),u(2)……u(n)],则以第一样本数据u(i)为核中心,计算每个待选元素对应的输出值的加权平均值可按照如下公式(4)计算。

In action B1, all elements whose kernel function values are greater than the preset kernel function threshold are taken as candidate elements, and all candidate elements constitute a candidate element set. Assuming that the candidate element set is S = [u(1), u(2) ... u(n)], the weighted average of the output values corresponding to each candidate element can be calculated according to the following formula (4) with the first sample data u(i) as the kernel center.

其中,n为待选元素集中的待选元素的数量。Wherein, n is the number of elements to be selected in the set of elements to be selected.
动作B2,确定每个待选元素对应的输出值与加权平均值之间的差值,计算多个差值中的最大差值和最小差值的乘积。Action B2, determining the difference between the output value corresponding to each candidate element and the weighted average value, and calculating the product of the maximum difference and the minimum difference among the multiple differences.
其中,待选元素对应的输出值y(j)与加权平均值之间的差值可表示为:ej=|y(j)-y|。通过计算每个待选元素对应的差值,得到多个差值中的最大差值emax和最小差值emin。最大差值emax和最小差值emin的乘积可表示为:emaxeminThe difference between the output value y(j) corresponding to the candidate element and the weighted average value can be expressed as: e j =|y(j)-y|. By calculating the difference corresponding to each candidate element, the maximum difference e max and the minimum difference e min among the multiple differences are obtained. The product of the maximum difference e max and the minimum difference e min can be expressed as: e max e min .
动作B3,若最大差值和最小差值的乘积大于预设阈值,则从核字典中删除最大差值对应的待选元素;若最大差值和最小差值的乘积小于或等于预设阈值,则从核字典中删除最小差值对应的待选元素。Action B3, if the product of the maximum difference and the minimum difference is greater than the preset threshold, the candidate element corresponding to the maximum difference is deleted from the core dictionary; if the product of the maximum difference and the minimum difference is less than or equal to the preset threshold, the candidate element corresponding to the minimum difference is deleted from the core dictionary.
表示预设阈值,若乘积则从核字典中删除emax对应的待选元素,从而删除可能是小概率出现的样本数据。若乘积则从核字典中删除emin对应的待选元素,从而删除和第一样本数据u(i)信息量重复的样本数据。假设核字典中删除的元素为u(j),则更新后的核字典为:D(i)=[D(i-1)\u(j)u(i)]。“\”表示删除,即删除元素u(j)。by Represents the preset threshold. If the product Then delete the candidate element corresponding to e max from the kernel dictionary, thereby deleting the sample data that may appear with a small probability. Then delete the candidate element corresponding to e min from the kernel dictionary, thereby deleting the sample data with the same information as the first sample data u(i). Assuming that the element deleted from the kernel dictionary is u(j), the updated kernel dictionary is: D(i) = [D(i-1)\u(j)u(i)]. "\" means deletion, that is, deleting the element u(j).
本实施例中,基于核字典中的元素数量与预设元素数量阈值之间的大小差异,采取对应的核字典更新方式更新核字典,使得核字典中的元素(即样本数量)始终不超过预设元素数量阈值。从而有效避免样本数据量不断增加时导致对持续到来的信号处理计算量增加的问题,大大降低信道预测的运算量,提升信道预测的实时性。In this embodiment, based on the difference between the number of elements in the kernel dictionary and the preset element number threshold, the kernel dictionary is updated in a corresponding kernel dictionary updating manner, so that the elements in the kernel dictionary (i.e., the number of samples) never exceed the preset element number threshold. This effectively avoids the problem of increasing the amount of calculation for processing the continuously arriving signals when the amount of sample data continues to increase, greatly reduces the amount of calculation for channel prediction, and improves the real-time performance of channel prediction.
在一个实施例中,更新信道预测模型的核字典之后,更新信道预测模型的模型参数。其中,模型参数包括中间矩阵、初始系数、遗忘矩阵中的至少一项。具体地,更新信道预测模型的核字典之后,判断更新后的核字典中的元素数量是否增加,若是,则更新中间矩阵、权重系数和遗忘矩阵;若否,则更新中间矩阵和权重系数,同时遗忘矩阵保持不变。In one embodiment, after the core dictionary of the channel prediction model is updated, the model parameters of the channel prediction model are updated. The model parameters include at least one of an intermediate matrix, an initial coefficient, and a forgetting matrix. Specifically, after the core dictionary of the channel prediction model is updated, it is determined whether the number of elements in the updated core dictionary increases. If so, the intermediate matrix, the weight coefficient, and the forgetting matrix are updated; if not, the intermediate matrix and the weight coefficient are updated, while the forgetting matrix remains unchanged.
本实施例中,对于更新后的核字典中的元素数量增加的情况,需更新中间矩阵、权重系数和遗忘矩阵。具体的更新过程如下。In this embodiment, if the number of elements in the updated kernel dictionary increases, the intermediate matrix, weight coefficient and forgetting matrix need to be updated. The specific updating process is as follows.
首先,计算如下公式(5)。First, calculate the following formula (5).
q(i)=[K(u(1),u(i))K(u(2),u(i))……K(u(L),u(i))]T     (5)q(i)=[K(u(1),u(i))K(u(2),u(i))……K(u(L),u(i))] T (5)
其中,u(1)、u(2)……u(L)为核字典中的元素,L为核字典的长度,即核字典中的元素数量。Among them, u(1), u(2)...u(L) are elements in the kernel dictionary, and L is the length of the kernel dictionary, that is, the number of elements in the kernel dictionary.
其次,按照如下公式(6)更新遗忘矩阵B(i)。
Secondly, update the forgetting matrix B(i) according to the following formula (6).
按照如下公式(7)更新中间矩阵Q(i)。
Update the intermediate matrix Q(i) according to the following formula (7).
其中,z1(i)=Q(i-1)B(i-1)q(i);r(i)=λβ+K(u(i),u(i))-β-1z1(i)Tq(i);z(i)=Q(i-1)q(i)。In which, z 1 (i) = Q (i-1) B (i-1) q (i); r (i) = λ β + K (u (i), u (i)) - β -1 z 1 (i) T q (i); z (i) = Q (i-1) q (i).
按照如下公式(8)更新权重系数α(i)。
Update the weight coefficient α(i) according to the following formula (8).
其中,e(i)=y(i)-q(i-1)Tα(i-1)。Where, e(i) = y(i) - q(i-1) T α(i-1).
对于更新后的核字典中的元素数量没有增加的情况,需更新中间矩阵和权重系数。以T(i)表示核矩阵,则中间矩阵Q(i-1)为上一个核矩阵T(i-1)的逆矩阵。由于核字典的元素数量没变,但核字典中的元素做了更新,因此需要把被删除元素u(j)的核函数信息也一并删除。具体地,T(i-1)中与u(j)相关的核函数信息位于第j行和第j列,通过行变换和列变换,可以将第j行和第j列移到第一行和第一列,得到的逆矩阵可以通过做相应的列变换和行变换得到。If the number of elements in the updated kernel dictionary has not increased, the intermediate matrix and weight coefficients need to be updated. Let T(i) represent the kernel matrix, then the intermediate matrix Q(i-1) is the inverse matrix of the previous kernel matrix T(i-1). Since the number of elements in the kernel dictionary has not changed, but the elements in the kernel dictionary have been updated, the kernel function information of the deleted element u(j) needs to be deleted as well. Specifically, the kernel function information related to u(j) in T(i-1) is located in the jth row and jth column. Through row transformation and column transformation, the jth row and jth column can be moved to the first row and first column, and we get but The inverse matrix of It can be obtained by doing corresponding column transformation and row transformation.
通过删除的第一行和第一列,得到矩阵然后利用分块矩阵求逆具体可按照如下公式组(9)计算。


By deleting The first row and first column of Then use the block matrix inversion Specifically, it can be calculated according to the following formula group (9).


根据上述公式组(9),可计算出更新后的中间矩阵Q(i)如下。
According to the above formula group (9), the updated intermediate matrix Q(i) can be calculated as follows.
其中,g=(1+λ-bT-A-1b)-1in, g=(1+λ-b T -A -1 b) -1 .
更新后的权重系数α(i)为:α(i)=Q(i)Y(i),其中, Y(i)=[y(1),y(2)……y(i)]TThe updated weight coefficient α(i) is: α(i) = Q(i)Y(i), where Y(i)=[y(1), y(2)……y(i)] T .
更新信道预测模型的模型参数之后,基于更新后的核字典和模型参数,并通过信道预测模型对本次SRS周期内的信道进行预测,得到第二信道估计值。第二信道估计值可表示为: After updating the model parameters of the channel prediction model, based on the updated kernel dictionary and model parameters, the channel in this SRS period is predicted through the channel prediction model to obtain a second channel estimation value. The second channel estimation value can be expressed as:
在一个实施例中,基于更新后的核字典和模型参数,并通过信道预测模型对本次SRS周期内的信道进行预测,得到第二信道估计值之后,还可执行如图3所示的步骤S210-S216。In one embodiment, based on the updated kernel dictionary and model parameters, and after predicting the channel in this SRS period through the channel prediction model and obtaining the second channel estimation value, steps S210-S216 as shown in FIG. 3 may also be performed.
S210,根据最近一次历史SRS周期对应的第一信道估计值,确定最近一次历史SRS周期对应的第一历史预测误差。S210 , determining a first historical prediction error corresponding to a most recent historical SRS period according to a first channel estimation value corresponding to a most recent historical SRS period.
S212,根据第一历史预测误差,对信道预测模型对应的第一历史预测误差组进行更新,得到第二历史预测误差组;第二历史预测误差组包括第一历史预测误差。S212, updating the first historical prediction error group corresponding to the channel prediction model according to the first historical prediction error to obtain a second historical prediction error group; the second historical prediction error group includes the first historical prediction error.
S214,根据第二历史预测误差组,并通过基于高斯过程回归的误差估计模型确定信道预测模型的本次预测误差。S214: Determine the current prediction error of the channel prediction model according to the second historical prediction error group and by using an error estimation model based on Gaussian process regression.
S216,根据本次预测误差,对第二信道估计值进行误差补偿,得到第二信道估计值对应的信道修正值。S216: Perform error compensation on the second channel estimation value according to the current prediction error to obtain a channel correction value corresponding to the second channel estimation value.
具体地,假设误差估计模型的模型阶数为n,误差样本组中误差样本的窗口大小为Me。根据最近一次历史SRS周期对应的第一信道估计值,确定出最近一次历史SRS周期对应的第一历史预测误差表示为ei,组成新的误差样本E(i)=[ei-n+1……ei-1ei]。若第一历史预测误差组F(i-1)的空间大小已经为Me,则将新的误差样本E(i)加入第一历史预测误差组F(i-1),同时删除历史预测误差组F(i-1)中留存时间最长的误差样本,得到更新后的第二历史预测误差组:F(i)=[E(i-Me+1)……E(i-1)E(i)]。若第一历史预测误差组F(i-1)的空间大小小于Me,则直接将新的误差样本E(i)加入第一历史预测误差组F(i-1),得到更新后的第二历史预测误差组:F(i)=[E(i-1)E(i)]。Specifically, it is assumed that the model order of the error estimation model is n, and the window size of the error samples in the error sample group is Me . According to the first channel estimation value corresponding to the most recent historical SRS period, the first historical prediction error corresponding to the most recent historical SRS period is determined to be expressed as e i , and a new error sample E(i)=[e i-n+1 … e i-1 e i ]. If the space size of the first historical prediction error group F(i-1) is already Me , the new error sample E(i) is added to the first historical prediction error group F(i-1), and the error sample with the longest retention time in the historical prediction error group F(i-1) is deleted, and the updated second historical prediction error group is obtained: F(i)=[E(iM e +1) … E(i-1)E(i)]. If the space size of the first historical prediction error group F(i-1) is smaller than Me , the new error sample E(i) is directly added to the first historical prediction error group F(i-1) to obtain the updated second historical prediction error group: F(i)=[E(i-1)E(i)].
然后,根据第二历史预测误差组确定信道预测模型的本次预测误差。具 体地,选定核函数K(.),计算误差向量的协方差矩阵P,矩阵P的第i行第j列的元素Pi,j=K(E(i),E(j))。计算向量qi=[K(E(i),E(i-Me+1))K(E(i),E(i-Me))……K(E(i),E(i))]。然后,利用贝叶斯后验概率,即可计算出本次预测误差为: Then, the current prediction error of the channel prediction model is determined according to the second historical prediction error group. Specifically, the kernel function K(.) is selected, and the covariance matrix P of the error vector is calculated. The element P i,j in the i-th row and j-th column of the matrix P is =K(E(i),E(j)). The vector q i is calculated as [K(E(i),E(iM e +1))K(E(i),E(iM e ))……K(E(i),E(i))]. Then, using the Bayesian posterior probability, the prediction error can be calculated as:
然后,根据本次预测误差,并以比例0<θ<1对第二信道估计值进行误差补偿,得到第二信道估计值对应的信道修正值可表示为: θ为误差修正因子。Then, according to the current prediction error, the second channel estimation value is error compensated in the ratio 0<θ<1, and the channel correction value corresponding to the second channel estimation value can be expressed as: θ is the error correction factor.
在一个实施例中,根据本次预测误差对第二信道估计值进行误差补偿,得到第二信道估计值对应的信道修正值之后,还可执行如图3所示的步骤S218-S220。In one embodiment, after performing error compensation on the second channel estimation value according to the current prediction error to obtain a channel correction value corresponding to the second channel estimation value, steps S218-S220 as shown in FIG. 3 may also be performed.
S218,根据最近一次历史SRS周期对应的第一信道估计值和信道修正值进行维纳滤波,得到滤波结果。S218, performing Wiener filtering according to the first channel estimation value and the channel correction value corresponding to the most recent historical SRS period to obtain a filtering result.
其中,最近一次历史SRS周期,指的是m个相邻的历史SRS周期中距离当前周期最近的一次历史SRS周期。维纳滤波可使用二阶维纳滤波或更高阶的维纳滤波,区别在于,使用更高阶的维纳滤波的性能相对更高,但计算量和资源消耗较多。The most recent historical SRS cycle refers to the historical SRS cycle closest to the current cycle among the m adjacent historical SRS cycles. The Wiener filter can use a second-order Wiener filter or a higher-order Wiener filter. The difference is that the performance of using a higher-order Wiener filter is relatively higher, but the amount of calculation and resource consumption are higher.
S220,根据滤波结果,确定本次SRS周期内的每个时隙SRS周期内的目标信道估计值,该目标信道估计值包括本次SRS周期内的每个时隙SRS周期内的不同时隙的信道估计值。S220, determining a target channel estimation value in each time slot in the current SRS cycle according to the filtering result, wherein the target channel estimation value includes channel estimation values of different time slots in each time slot in the current SRS cycle.
具体地,S220可执行为以下动作C1-C3。Specifically, S220 can be executed as the following actions C1-C3.
动作C1,根据信道的大尺度信息,确定信道在时间维度上的自相关信息。Action C1, determining the autocorrelation information of the channel in the time dimension according to the large-scale information of the channel.
假设根据信道的大尺度信息,确定出信道在时间维度上的自相关估计值为如下公式(10)。
Assume that based on the large-scale information of the channel, the autocorrelation estimate of the channel in the time dimension is determined as follows: Formula (10).
其中,l表示平均的次数,T为一个SRS周期的长度,R为信道的时间相关性函数,上述自相关估计值的建模为如下的零阶贝塞尔函数。
R(t)=J0(2πfdmaxt)
Wherein, l represents the number of averages, T is the length of an SRS cycle, R is the time correlation function of the channel, and the above autocorrelation estimate is modeled as the following zero-order Bessel function.
R(t)=J 0 (2πf dmax t)
其中,fdmax为最大多普勒频移,可利用上述零阶贝塞尔函数的过零点估算得到。Wherein, f dmax is the maximum Doppler frequency shift, which can be estimated using the zero-crossing point of the zero-order Bessel function.
动作C2,根据信道在时间维度上的自相关信息和预设的维纳滤波函数,确定本次SRS周期内的每个时隙对应的插值权重。Action C2: determining the interpolation weight corresponding to each time slot in this SRS cycle according to the channel autocorrelation information in the time dimension and a preset Wiener filter function.
动作C3,根据第二信道估计值、信道修正值以及每个时隙对应的插值权重,确定本次SRS周期内的每个时隙的信道估计值。Action C3, determining a channel estimation value for each time slot in this SRS period according to the second channel estimation value, the channel correction value and the interpolation weight corresponding to each time slot.
假设信道在时间维度上的自相关信息为上述公式(10)所表示的时间相关性函数,预设的维纳滤波函数为二阶维纳滤波函数,则本次SRS周期内的第p个时隙的插值权重表示为。
Assuming that the autocorrelation information of the channel in the time dimension is the time correlation function represented by the above formula (10), and the preset Wiener filter function is a second-order Wiener filter function, the interpolation weight of the pth time slot in this SRS cycle is expressed as:
其中,N为一个SRS周期内的时隙总数,Δt为一个时隙的时间长度。
in, N is the total number of time slots in one SRS cycle, and Δt is the time length of one time slot.
基于上述分析,可确定本次SRS周期内的第p个时隙的信道估计值为。
Based on the above analysis, it can be determined that the channel estimation value of the p-th time slot in this SRS cycle is.
以图1所示场景中的城市道路为例,假设移动速度为20km/h。在此场景下,按照如下方式执行本申请提供的信道预测方法。Taking the urban road in the scene shown in Figure 1 as an example, assuming that the moving speed is 20km/h. In this scene, the channel prediction method provided by the present application is performed as follows.
首先,确定信道预测模型的模型阶数m为4,核字典的预设元素数量阈值M为4,选定核函数为高斯径向基核函数,确定误差估计模型的模型阶数n为4,设定误差样本的窗口大小Me为4。First, the model order m of the channel prediction model is determined to be 4, the preset element number threshold M of the kernel dictionary is 4, the kernel function is selected as the Gaussian radial basis kernel function, the model order n of the error estimation model is determined to be 4, and the window size Me of the error sample is set to 4.
然后,初始信道预测模型的模型参数,包括以下动作:设定预设相关度阈值τ为0.8,预设核函数阈值ε为0.5,差值乘积对应的预设阈值为0.5,误差修正因子θ为0.8,正则化参数λ为0.8,遗忘因子β为0.9。令i=1,将第一组信道估计值u(1)作为样本输入信道预测模型,初始化中间矩阵Q(1)= [λβ+K(u(1),u(1))]-1,初始化权重系数α(1)=Q(1)y(1),遗忘矩阵B(1)=[1],核字典D(1)=[u(1)]。Then, the model parameters of the initial channel prediction model include the following actions: setting the preset correlation threshold τ to 0.8, the preset kernel function threshold ε to 0.5, and the preset threshold corresponding to the difference product = 0.5, the error correction factor θ is 0.8, the regularization parameter λ is 0.8, and the forgetting factor β is 0.9. Let i = 1, input the first set of channel estimation values u(1) as samples into the channel prediction model, and initialize the intermediate matrix Q(1) = [λβ+K(u(1),u(1))] -1 , initialize weight coefficient α(1)=Q(1)y(1), forgetting matrix B(1)=[1], kernel dictionary D(1)=[u(1)].
然后,执行上述S204。具体如下。Then, the above S204 is executed as follows.
当i=3时,将新的信道估计值组成新样本u(3)(即第一样本数据)输入信道预测模型,信道预测模型更新核字典。核字典数量小于核字典的预设元素数量阈值4,执行上述动作A1,计算u(3)与核字典中各元素的核向量投影角余弦得到0.23,该值小于或等于预设相关度阈值0.8,因此将新样本u(3)加入核字典。When i=3, the new channel estimation value is used to form a new sample u(3) (i.e., the first sample data) and input into the channel prediction model, and the channel prediction model updates the kernel dictionary. The number of kernel dictionaries is less than the preset element number threshold 4 of the kernel dictionary, and the above action A1 is performed to calculate the kernel vector projection angle cosine of u(3) and each element in the kernel dictionary to obtain 0.23, which is less than or equal to the preset correlation threshold 0.8, so the new sample u(3) is added to the kernel dictionary.
然后更新信道预测模型的模型参数,并对下一次信道估计值进行预测。由于核字典大小增加,因此需要更新中间矩阵、权重系数和遗忘矩阵,然后再计算下一个SRS周期(即本次SRS周期)的信道估计值。Then the model parameters of the channel prediction model are updated, and the next channel estimation value is predicted. As the kernel dictionary size increases, the intermediate matrix, weight coefficients and forgetting matrix need to be updated, and then the channel estimation value of the next SRS cycle (i.e., this SRS cycle) is calculated.
然后,根据历史预测误差,并利用高斯过程回归对本次预测误差进行估计并补偿。如上述步骤S210-S216,根据新的信道估计值(即最近一次历史SRS周期对应的第一信道估计值)获得前一次的历史预测误差,组成新的误差样本,假设原误差样本的空间大小小于窗口大小4,则将新的误差样本加入误差样本空间。根据选定的核函数计算误差向量的协方差矩阵及核向量,并结合新的误差样本求得本次预测误差,进而将本次预测误差与误差修正因子0.8相乘,以对信道估计值进行修正。Then, based on the historical prediction error, the current prediction error is estimated and compensated using Gaussian process regression. As in the above steps S210-S216, the previous historical prediction error is obtained based on the new channel estimation value (i.e., the first channel estimation value corresponding to the most recent historical SRS cycle) to form a new error sample. Assuming that the space size of the original error sample is smaller than the window size 4, the new error sample is added to the error sample space. The covariance matrix and kernel vector of the error vector are calculated based on the selected kernel function, and the current prediction error is obtained in combination with the new error sample, and then the current prediction error is multiplied by the error correction factor 0.8 to correct the channel estimation value.
然后,根据最近一次历史SRS周期对应的第一信道估计值修正后得到的信道修正值,进行二阶维纳滤波,以获取SRS周期内不同时隙的信道预测。Then, a second-order Wiener filter is performed based on a channel correction value obtained by correcting the first channel estimation value corresponding to the most recent historical SRS period to obtain channel predictions for different time slots within the SRS period.
当i=7时,将新的信道估计值组成新样本u(7)(即第一样本数据)输入信道预测模型,信道预测模型更新核字典。核字典数量大于或等于核字典的预设元素数量阈值4,执行上述动作A2,计算u(7)与核字典中各元素的核函数,其中,最大核函数值为0.47,由于不存在核函数值大于预设核函数阈值0.5,因此可直接删除最大核函数值对应的字典元素,同时将新样本u(7)加入核字典。 When i=7, the new channel estimation value is used to form a new sample u(7) (i.e., the first sample data) and input into the channel prediction model, and the channel prediction model updates the kernel dictionary. The number of kernel dictionaries is greater than or equal to the preset element number threshold 4 of the kernel dictionary, and the above action A2 is performed to calculate the kernel function of u(7) and each element in the kernel dictionary, where the maximum kernel function value is 0.47. Since there is no kernel function value greater than the preset kernel function threshold 0.5, the dictionary element corresponding to the maximum kernel function value can be directly deleted, and the new sample u(7) is added to the kernel dictionary.
然后更新信道预测模型的模型参数,并对下一次信道估计值进行预测。由于核字典大小不变,因此需要更新中间矩阵和权重系数,同时保持遗忘矩阵不便,然后计算下一个SRS周期的信道估计值。Then the model parameters of the channel prediction model are updated, and the next channel estimation value is predicted. Since the kernel dictionary size remains unchanged, it is necessary to update the intermediate matrix and weight coefficients while keeping the forgetting matrix inconvenient, and then calculate the channel estimation value of the next SRS cycle.
然后,根据历史预测误差,并利用高斯过程回归对本次预测误差进行估计并补偿。如上述步骤S210-S216,根据新的信道估计值(即最近一次历史SRS周期对应的第一信道估计值)获得前一次的历史预测误差,组成新的误差样本,假设原误差样本的空间大小等于窗口大小4,则将新的误差样本加入误差样本空间,同时剔除掉误差样本空间中存留时间最长的误差样本。根据选定的核函数计算误差向量的协方差矩阵及核向量,并结合新的误差样本求得本次预测误差,进而将本次预测误差与误差修正因子0.8相乘,以对信道估计值进行修正。Then, based on the historical prediction error, the current prediction error is estimated and compensated using Gaussian process regression. As in the above steps S210-S216, the previous historical prediction error is obtained based on the new channel estimation value (i.e., the first channel estimation value corresponding to the most recent historical SRS cycle) to form a new error sample. Assuming that the space size of the original error sample is equal to the window size 4, the new error sample is added to the error sample space, and the error sample with the longest retention time in the error sample space is removed. The covariance matrix and kernel vector of the error vector are calculated based on the selected kernel function, and the current prediction error is obtained in combination with the new error sample, and then the current prediction error is multiplied by the error correction factor 0.8 to correct the channel estimation value.
然后,根据最近一次历史SRS周期对应的第一信道估计值修正后得到的信道修正值,进行二阶维纳滤波,以获取SRS周期内不同时隙的信道预测。Then, a second-order Wiener filter is performed based on a channel correction value obtained by correcting the first channel estimation value corresponding to the most recent historical SRS period to obtain channel predictions for different time slots within the SRS period.
附图4和附图5分别为终端移动速度为60km/h和120km/h情况下,采用本申请提供的信道预测方法的实施效果。附图4和附图5中,实线标识最近一次测量的信道值,即最近一次SRS周期内的信道测量值;虚线表示采用本申请提供的信道预测方法所预测出的信道估计值。由图中可以看出,与最近一次SRS周期内的信道测量值相比,本申请提供的信道预测方法能够提高与真实信道的相关性。Attached Figures 4 and 5 show the implementation effects of the channel prediction method provided by the present application when the terminal moving speed is 60km/h and 120km/h, respectively. In Attached Figures 4 and 5, the solid line indicates the channel value measured most recently, that is, the channel measurement value within the most recent SRS cycle; the dotted line indicates the channel estimation value predicted by the channel prediction method provided by the present application. It can be seen from the figure that compared with the channel measurement value within the most recent SRS cycle, the channel prediction method provided by the present application can improve the correlation with the real channel.
综上,已经对本主题的特定实施例进行了描述。其它实施例在所附权利要求书的范围内。在一些情况下,在权利要求书中记载的动作可以按照不同的顺序来执行并且仍然可以实现期望的结果。另外,在附图中描绘的过程不一定要求示出的特定顺序或者连续顺序,以实现期望的结果。在某些实施方式中,多任务处理和并行处理可以是有利的。In summary, specific embodiments of the present subject matter have been described. Other embodiments are within the scope of the appended claims. In some cases, the actions recorded in the claims can be performed in a different order and still achieve the desired results. In addition, the processes depicted in the accompanying drawings do not necessarily require the specific order or sequential order shown to achieve the desired results. In some embodiments, multitasking and parallel processing can be advantageous.
以上为本申请实施例提供的信道预测方法,基于同样的思路,本申请实施例还提供一种信道预测装置。 The above is a channel prediction method provided in an embodiment of the present application. Based on the same idea, an embodiment of the present application also provides a channel prediction device.
图6是根据本申请一实施例的一种信道预测装置的示意性框图,如图6所示,该装置包括以下模块。FIG6 is a schematic block diagram of a channel prediction device according to an embodiment of the present application. As shown in FIG6 , the device includes the following modules.
第一获取模块61,用于获取m个相邻的历史SRS周期对应的第一信道估计值;其中,m为基于核递归最小二乘的信道预测模型的模型阶数,且m为大于或等于1的整数。The first acquisition module 61 is used to obtain first channel estimation values corresponding to m adjacent historical SRS periods; wherein m is the model order of the channel prediction model based on kernel recursive least squares, and m is an integer greater than or equal to 1.
第一确定模块62,用于根据m个所述第一信道估计值,确定所述信道预测模型对本次SRS周期内的信道进行预测的第一样本数据;所述第一样本数据包括m个所述第一信道估计值。The first determination module 62 is used to determine the first sample data for predicting the channel in this SRS period by the channel prediction model according to the m first channel estimation values; the first sample data includes the m first channel estimation values.
第一更新模块63,用于将所述第一样本数据输入所述信道预测模型,根据所述第一样本数据和所述信道预测模型的核字典中的元素数量,更新所述信道预测模型的核字典,以及,更新所述信道预测模型的模型参数;其中,更新后的核字典包括所述第一样本数据。The first updating module 63 is used to input the first sample data into the channel prediction model, update the kernel dictionary of the channel prediction model according to the first sample data and the number of elements in the kernel dictionary of the channel prediction model, and update the model parameters of the channel prediction model; wherein the updated kernel dictionary includes the first sample data.
预测模块64,用于基于所述更新后的核字典和模型参数,并通过所述信道预测模型对所述本次SRS周期内的信道进行预测,得到第二信道估计值。The prediction module 64 is used to predict the channel in the current SRS period based on the updated kernel dictionary and model parameters and through the channel prediction model to obtain a second channel estimation value.
在一个实施例中,所述第一更新模块63包括:第一更新单元,用于若所述元素数量小于所述核字典的预设元素数量阈值,则根据所述第一样本数据与所述核字典中的各元素之间的相关性,更新所述核字典;第二更新单元,用于若所述元素数量大于或等于所述预设元素数量阈值,则根据所述第一样本数据与所述核字典中的各元素的核函数值,更新所述核字典。In one embodiment, the first update module 63 includes: a first update unit, which is used to update the kernel dictionary according to the correlation between the first sample data and each element in the kernel dictionary if the number of elements is less than a preset element number threshold of the kernel dictionary; and a second update unit, which is used to update the kernel dictionary according to the kernel function value of the first sample data and each element in the kernel dictionary if the number of elements is greater than or equal to the preset element number threshold.
在一个实施例中,所述第一更新单元用于:计算所述第一样本数据和所述核字典中的各元素之间的相关度,得到L个相关度;其中,L为所述元素数量,L为大于或等于1的整数;若所述L个相关度中的最大相关度大于预设相关度阈值,则删除所述核字典中与所述最大相关度对应的元素,并将所述第一样本数据作为新元素添加至所述核字典中,得到所述更新后的核字典;若所述最大相关度小于或等于所述预设相关度阈值,则将所述第一样本数据作为新元素添加至所述核字典中,得到所述更新后的核字典。 In one embodiment, the first updating unit is used to: calculate the correlation between the first sample data and each element in the core dictionary to obtain L correlations; wherein L is the number of elements and L is an integer greater than or equal to 1; if the maximum correlation among the L correlations is greater than a preset correlation threshold, delete the element in the core dictionary corresponding to the maximum correlation, and add the first sample data as a new element to the core dictionary to obtain the updated core dictionary; if the maximum correlation is less than or equal to the preset correlation threshold, add the first sample data as a new element to the core dictionary to obtain the updated core dictionary.
在一个实施例中,所述第二更新单元用于:根据所述信道预测模型的核函数,计算所述第一样本数据与所述核字典中的各元素的核函数值,得到L个核函数值;其中,L为所述元素数量,L为大于或等于1的整数;若所述L个核函数值中存在至少一个核函数值大于预设核函数阈值,则从所述核字典中删除所述核函数值大于所述预设核函数阈值、且满足预设删除条件的元素,并将所述第一样本数据作为新元素添加至所述核字典中,得到所述更新后的核字典;若每个所述核函数值均小于或等于所述预设核函数阈值,则从所述核字典中删除最大核函数值对应的元素,并将所述第一样本数据作为新元素添加至所述核字典中,得到所述更新后的核字典。In one embodiment, the second updating unit is used to: calculate the kernel function values of the first sample data and each element in the kernel dictionary according to the kernel function of the channel prediction model to obtain L kernel function values; wherein L is the number of elements and L is an integer greater than or equal to 1; if there is at least one kernel function value greater than a preset kernel function threshold among the L kernel function values, then delete the elements whose kernel function values are greater than the preset kernel function threshold and meet the preset deletion condition from the kernel dictionary, and add the first sample data as a new element to the kernel dictionary to obtain the updated kernel dictionary; if each of the kernel function values is less than or equal to the preset kernel function threshold, then delete the element corresponding to the maximum kernel function value from the kernel dictionary, and add the first sample data as a new element to the kernel dictionary to obtain the updated kernel dictionary.
在一个实施例中,所述第二更新单元用于:针对所述核函数值大于所述预设核函数阈值的待选元素,将所述第一样本数据作为核中心,计算每个所述待选元素对应的输出值的加权平均值;确定每个所述待选元素对应的所述输出值与所述加权平均值之间的差值,计算多个差值中的最大差值和最小差值的乘积;若所述乘积大于预设阈值,则从所述核字典中删除所述最大差值对应的所述待选元素;若所述乘积小于或等于所述预设阈值,则从所述核字典中删除所述最小差值对应的所述待选元素。In one embodiment, the second updating unit is used to: for the candidate elements whose kernel function values are greater than the preset kernel function threshold, use the first sample data as the kernel center, and calculate the weighted average of the output values corresponding to each of the candidate elements; determine the difference between the output value corresponding to each of the candidate elements and the weighted average, and calculate the product of the maximum difference and the minimum difference among multiple differences; if the product is greater than the preset threshold, delete the candidate element corresponding to the maximum difference from the kernel dictionary; if the product is less than or equal to the preset threshold, delete the candidate element corresponding to the minimum difference from the kernel dictionary.
在一个实施例中,所述模型参数包括中间矩阵、权重系数、遗忘矩阵中的至少一项。In one embodiment, the model parameters include at least one of an intermediate matrix, a weight coefficient, and a forgetting matrix.
所述第一更新模块63包括:判断单元,用于判断所述更新后的核字典中的元素数量是否增加;第三更新单元,用于若是,则更新所述中间矩阵、所述权重系数和所述遗忘矩阵;若否,则更新所述中间矩阵和所述权重系数。The first updating module 63 includes: a judging unit, used to judge whether the number of elements in the updated core dictionary increases; a third updating unit, used to update the intermediate matrix, the weight coefficient and the forgetting matrix if yes; if no, update the intermediate matrix and the weight coefficient.
在一个实施例中,所述装置还包括:第二确定模块,用于所述基于所述更新后的核字典和模型参数,并通过所述信道预测模型对所述本次SRS周期内的信道进行预测,得到第二信道估计值之后,根据最近一次所述历史SRS周期对应的所述第一信道估计值,确定最近一次所述历史SRS周期对应的第一历史预测误差;第二更新模块,用于根据所述第一历史预测误差,对所述 信道预测模型对应的第一历史预测误差组进行更新,得到第二历史预测误差组;所述第二历史预测误差组包括所述第一历史预测误差;第三确定模块,用于根据所述第二历史预测误差组,并通过基于高斯过程回归的误差估计模型确定所述信道预测模型的本次预测误差;补偿模块,用于根据所述本次预测误差,对所述第二信道估计值进行误差补偿,得到所述第二信道估计值对应的信道修正值。In one embodiment, the device further includes: a second determination module, which is used to predict the channel in the current SRS period based on the updated kernel dictionary and model parameters and through the channel prediction model, and after obtaining the second channel estimation value, determine the first historical prediction error corresponding to the most recent historical SRS period according to the first channel estimation value corresponding to the most recent historical SRS period; a second updating module, which is used to update the first historical prediction error according to the first historical prediction error. A first historical prediction error group corresponding to the channel prediction model is updated to obtain a second historical prediction error group; the second historical prediction error group includes the first historical prediction error; a third determination module is used to determine the current prediction error of the channel prediction model according to the second historical prediction error group and through an error estimation model based on Gaussian process regression; a compensation module is used to perform error compensation on the second channel estimation value according to the current prediction error to obtain a channel correction value corresponding to the second channel estimation value.
在一个实施例中,所述装置还包括:滤波模块,用于所述根据所述本次预测误差,对所述第二信道估计值进行补偿,得到所述第二信道估计值对应的信道修正值之后,根据最近一次所述历史SRS周期对应的所述第一信道估计值和所述信道修正值进行维纳滤波,得到滤波结果;第四确定模块,用于根据所述滤波结果,确定所述本次SRS周期内的每个时隙SRS周期内的目标信道估计值;所述目标信道估计值包括所述本次SRS周期内的每个时隙SRS周期内的不同时隙的信道估计值。In one embodiment, the device also includes: a filtering module, which is used to compensate the second channel estimation value according to the current prediction error, and after obtaining the channel correction value corresponding to the second channel estimation value, perform Wiener filtering according to the first channel estimation value and the channel correction value corresponding to the most recent historical SRS cycle to obtain a filtering result; a fourth determination module, which is used to determine the target channel estimation value in each time slot of the SRS cycle in the current SRS cycle according to the filtering result; the target channel estimation value includes the channel estimation values of different time slots in each time slot of the SRS cycle in the current SRS cycle.
在一个实施例中,所述第四确定模块包括:第一确定单元,用于根据所述信道的大尺度信息,确定所述信道在时间维度上的自相关信息;第二确定单元,用于根据所述自相关信息和预设的维纳滤波函数,确定所述本次SRS周期内的每个时隙对应的插值权重;第三确定单元,用于根据所述第二信道估计值、所述信道修正值以及所述每个时隙对应的插值权重,确定所述本次SRS周期内的每个时隙的信道估计值。In one embodiment, the fourth determination module includes: a first determination unit, used to determine the autocorrelation information of the channel in the time dimension based on the large-scale information of the channel; a second determination unit, used to determine the interpolation weight corresponding to each time slot in the current SRS cycle based on the autocorrelation information and a preset Wiener filter function; and a third determination unit, used to determine the channel estimation value of each time slot in the current SRS cycle based on the second channel estimation value, the channel correction value and the interpolation weight corresponding to each time slot.
在一个实施例中,所述装置还包括:第五确定模块,用于所述获取m个相邻的历史SRS周期对应的第一信道估计值之前,确定所述信道预测模型的模型属性信息,所述模型属性信息包括所述模型阶数、核函数以及所述核字典;第二获取模块,用于获取所述信道的初始信道估计值;初始化模块,用于根据所述初始信道估计值,对所述信道预测模型的模型参数进行初始化。In one embodiment, the device also includes: a fifth determination module, used to determine the model attribute information of the channel prediction model before obtaining the first channel estimation value corresponding to m adjacent historical SRS periods, the model attribute information including the model order, the kernel function and the kernel dictionary; a second acquisition module, used to obtain the initial channel estimation value of the channel; an initialization module, used to initialize the model parameters of the channel prediction model according to the initial channel estimation value.
采用本申请实施例的装置,通过获取m个相邻的历史SRS周期对应的第一信道估计值;其中,m为基于核递归最小二乘的信道预测模型的模型阶数, 且m为大于或等于1的整数;根据m个第一信道估计值,确定信道预测模型对本次SRS周期内的信道进行预测的第一样本数据;第一样本数据包括m个第一信道估计值;将第一样本数据输入信道预测模型,根据第一样本数据和信道预测模型的核字典中的元素数量,更新信道预测模型的核字典,以及,更新信道预测模型的模型参数;其中,更新后的核字典包括第一样本数据;基于更新后的核字典和模型参数,并通过信道预测模型对本次SRS周期内的信道进行预测。可见,该装置在基于历史信道估计值预测本次SRS周期内的信道估计值时,能够通过基于核递归最小二乘的信道预测模型进行预测,确保信道估计值和真实信道值之间的误差最小,提升信道预测的准确度;并且,通过基于核字典中的元素数量来更新信道预测模型的字典,使得核字典中的样本数据量能够被有效控制,避免样本数据量不断增加时导致对持续到来的信号处理计算量增加的问题,从而大大降低信道预测的运算量,提升信道预测的实时性。因此,该装置通过高效、实时地信道预测,使得即使在终端高速移动场景下,仍然能够对非线性时变信道进行准确预测。The device of the embodiment of the present application is used to obtain first channel estimation values corresponding to m adjacent historical SRS periods; wherein m is the model order of the channel prediction model based on kernel recursive least squares, and m is an integer greater than or equal to 1; according to the m first channel estimation values, determine the first sample data for the channel prediction model to predict the channel in this SRS cycle; the first sample data includes m first channel estimation values; input the first sample data into the channel prediction model, update the kernel dictionary of the channel prediction model according to the first sample data and the number of elements in the kernel dictionary of the channel prediction model, and update the model parameters of the channel prediction model; wherein the updated kernel dictionary includes the first sample data; based on the updated kernel dictionary and the model parameters, and through the channel prediction model, predict the channel in this SRS cycle. It can be seen that when the device predicts the channel estimation value in this SRS cycle based on the historical channel estimation value, it can predict through the channel prediction model based on the kernel recursive least squares to ensure that the error between the channel estimation value and the true channel value is minimized, thereby improving the accuracy of the channel prediction; and by updating the dictionary of the channel prediction model based on the number of elements in the kernel dictionary, the amount of sample data in the kernel dictionary can be effectively controlled, avoiding the problem of increasing the amount of sample data causing the amount of calculation for the continuously arriving signal processing, thereby greatly reducing the amount of calculation for the channel prediction and improving the real-time performance of the channel prediction. Therefore, the device can accurately predict the nonlinear time-varying channel even in the scenario of high-speed terminal movement through efficient and real-time channel prediction.
本领域的技术人员应可理解,图6中的信道预测装置能够用来实现前文所述的信道预测方法,其中的细节描述应与前文方法部分描述类似,为避免繁琐,此处不另赘述。Those skilled in the art should understand that the channel prediction device in Figure 6 can be used to implement the channel prediction method described above, and the detailed description should be similar to the description of the method part above. To avoid redundancy, it will not be repeated here.
基于同样的思路,本申请实施例还提供一种信道预测设备,如图7所示。信道预测设备可因配置或性能不同而产生比较大的差异,可以包括一个或一个以上的处理器701和存储器702,存储器702中可以存储有一个或一个以上存储应用程序或数据。其中,存储器702可以是短暂存储或持久存储。存储在存储器702的应用程序可以包括一个或一个以上模块(图示未示出),每个模块可以包括对信道预测设备中的一系列计算机可执行指令。更进一步地,处理器701可以设置为与存储器702通信,在信道预测设备上执行存储器702中的一系列计算机可执行指令。信道预测设备还可以包括一个或一个以上电源703,一个或一个以上有线或无线网络接口704,一个或一个以上输入输出 接口705,一个或一个以上键盘706。Based on the same idea, an embodiment of the present application also provides a channel prediction device, as shown in FIG7 . The channel prediction device may have relatively large differences due to different configurations or performances, and may include one or more processors 701 and a memory 702, and the memory 702 may store one or more application programs or data. Among them, the memory 702 may be a short-term storage or a permanent storage. The application stored in the memory 702 may include one or more modules (not shown in the figure), and each module may include a series of computer executable instructions in the channel prediction device. Furthermore, the processor 701 may be configured to communicate with the memory 702 to execute a series of computer executable instructions in the memory 702 on the channel prediction device. The channel prediction device may also include one or more power supplies 703, one or more wired or wireless network interfaces 704, and one or more input and output Interface 705 , one or more keyboards 706 .
具体在本实施例中,信道预测设备包括有存储器,以及一个或一个以上的程序,其中一个或者一个以上程序存储于存储器中,且一个或者一个以上程序可以包括一个或一个以上模块,且每个模块可以包括对信道预测设备中的一系列计算机可执行指令,且经配置以由一个或者一个以上处理器执行该一个或者一个以上程序包含用于进行以下计算机可执行指令:获取m个相邻的历史SRS周期对应的第一信道估计值;其中,m为基于核递归最小二乘的信道预测模型的模型阶数,且m为大于或等于1的整数;根据m个所述第一信道估计值,确定所述信道预测模型对本次SRS周期内的信道进行预测的第一样本数据;所述第一样本数据包括m个所述第一信道估计值;将所述第一样本数据输入所述信道预测模型,根据所述第一样本数据和所述信道预测模型的核字典中的元素数量,更新所述信道预测模型的核字典,以及,更新所述信道预测模型的模型参数;其中,更新后的核字典包括所述第一样本数据;基于所述更新后的核字典和模型参数,并通过所述信道预测模型对所述本次SRS周期内的信道进行预测,得到第二信道估计值。Specifically in this embodiment, the channel prediction device includes a memory and one or more programs, wherein the one or more programs are stored in the memory, and the one or more programs may include one or more modules, and each module may include a series of computer executable instructions for the channel prediction device, and is configured to be executed by one or more processors. The one or more programs include the following computer executable instructions: obtaining first channel estimation values corresponding to m adjacent historical SRS periods; wherein m is the model order of the channel prediction model based on kernel recursive least squares, and m is an integer greater than or equal to 1; according to the m obtained The first channel estimation value is used to determine the first sample data used by the channel prediction model to predict the channel in this SRS period; the first sample data includes m first channel estimation values; the first sample data is input into the channel prediction model, and according to the first sample data and the number of elements in the core dictionary of the channel prediction model, the core dictionary of the channel prediction model is updated, and the model parameters of the channel prediction model are updated; wherein the updated core dictionary includes the first sample data; based on the updated core dictionary and model parameters, the channel in this SRS period is predicted through the channel prediction model to obtain a second channel estimation value.
采用本申请实施例的技术方案,通过获取m个相邻的历史SRS周期对应的第一信道估计值;其中,m为基于核递归最小二乘的信道预测模型的模型阶数,且m为大于或等于1的整数;根据m个第一信道估计值,确定信道预测模型对本次SRS周期内的信道进行预测的第一样本数据;第一样本数据包括m个第一信道估计值;将第一样本数据输入信道预测模型,根据第一样本数据和信道预测模型的核字典中的元素数量,更新信道预测模型的核字典,以及,更新信道预测模型的模型参数;其中,更新后的核字典包括第一样本数据;基于更新后的核字典和模型参数,并通过信道预测模型对本次SRS周期内的信道进行预测。可见,该技术方案在基于历史信道估计值预测本次SRS周期内的信道估计值时,能够通过基于核递归最小二乘的信道预测模型进行预测,确保信道估计值和真实信道值之间的误差最小,提升信道预测的准确 度;并且,通过基于核字典中的元素数量来更新信道预测模型的字典,使得核字典中的样本数据量能够被有效控制,避免样本数据量不断增加时导致对持续到来的信号处理计算量增加的问题,从而大大降低信道预测的运算量,提升信道预测的实时性。因此,该技术方案通过高效、实时地信道预测,使得即使在终端高速移动场景下,仍然能够对非线性时变信道进行准确预测。The technical solution of the embodiment of the present application is adopted, by obtaining the first channel estimation value corresponding to m adjacent historical SRS periods; wherein m is the model order of the channel prediction model based on kernel recursive least squares, and m is an integer greater than or equal to 1; according to the m first channel estimation values, the first sample data for the channel prediction model to predict the channel in this SRS period is determined; the first sample data includes m first channel estimation values; the first sample data is input into the channel prediction model, and according to the first sample data and the number of elements in the kernel dictionary of the channel prediction model, the kernel dictionary of the channel prediction model is updated, and the model parameters of the channel prediction model are updated; wherein the updated kernel dictionary includes the first sample data; based on the updated kernel dictionary and model parameters, the channel in this SRS period is predicted through the channel prediction model. It can be seen that when the technical solution predicts the channel estimation value in this SRS period based on the historical channel estimation value, it can make a prediction through the channel prediction model based on the kernel recursive least squares, so as to ensure that the error between the channel estimation value and the true channel value is minimized, thereby improving the accuracy of channel prediction. degree; and, by updating the dictionary of the channel prediction model based on the number of elements in the kernel dictionary, the amount of sample data in the kernel dictionary can be effectively controlled, avoiding the problem of increasing the amount of calculation for processing the continuously arriving signals when the amount of sample data continues to increase, thereby greatly reducing the amount of calculation for channel prediction and improving the real-time performance of channel prediction. Therefore, this technical solution can accurately predict nonlinear time-varying channels even in high-speed terminal movement scenarios through efficient and real-time channel prediction.
本申请实施例还提出了一种存储介质,该存储介质存储一个或多个计算机程序,该一个或多个计算机程序包括指令,该指令当被包括多个应用程序的电子设备执行时,能够使该电子设备执行上述信道预测方法实施例的各个过程,并具体用于执行:获取m个相邻的历史SRS周期对应的第一信道估计值;其中,m为基于核递归最小二乘的信道预测模型的模型阶数,且m为大于或等于1的整数;根据m个所述第一信道估计值,确定所述信道预测模型对本次SRS周期内的信道进行预测的第一样本数据;所述第一样本数据包括m个所述第一信道估计值;将所述第一样本数据输入所述信道预测模型,根据所述第一样本数据和所述信道预测模型的核字典中的元素数量,更新所述信道预测模型的核字典,以及,更新所述信道预测模型的模型参数;其中,更新后的核字典包括所述第一样本数据;基于所述更新后的核字典和模型参数,并通过所述信道预测模型对所述本次SRS周期内的信道进行预测,得到第二信道估计值。The embodiment of the present application also proposes a storage medium, which stores one or more computer programs, and the one or more computer programs include instructions. When the instructions are executed by an electronic device including multiple application programs, the electronic device can execute each process of the above-mentioned channel prediction method embodiment, and are specifically used to execute: obtaining first channel estimation values corresponding to m adjacent historical SRS periods; wherein m is the model order of the channel prediction model based on kernel recursive least squares, and m is an integer greater than or equal to 1; according to the m first channel estimation values, determining the first sample data for the channel prediction model to predict the channel in this SRS period; the first sample data includes m first channel estimation values; inputting the first sample data into the channel prediction model, updating the kernel dictionary of the channel prediction model according to the first sample data and the number of elements in the kernel dictionary of the channel prediction model, and updating the model parameters of the channel prediction model; wherein the updated kernel dictionary includes the first sample data; based on the updated kernel dictionary and model parameters, and through the channel prediction model, predicting the channel in the current SRS period, to obtain a second channel estimation value.
采用本申请实施例的技术方案,通过获取m个相邻的历史SRS周期对应的第一信道估计值;其中,m为基于核递归最小二乘的信道预测模型的模型阶数,且m为大于或等于1的整数;根据m个第一信道估计值,确定信道预测模型对本次SRS周期内的信道进行预测的第一样本数据;第一样本数据包括m个第一信道估计值;将第一样本数据输入信道预测模型,根据第一样本数据和信道预测模型的核字典中的元素数量,更新信道预测模型的核字典,以及,更新信道预测模型的模型参数;其中,更新后的核字典包括第一样本数据;基于更新后的核字典和模型参数,并通过信道预测模型对本次SRS周 期内的信道进行预测。可见,该技术方案在基于历史信道估计值预测本次SRS周期内的信道估计值时,能够通过基于核递归最小二乘的信道预测模型进行预测,确保信道估计值和真实信道值之间的误差最小,提升信道预测的准确度;并且,通过基于核字典中的元素数量来更新信道预测模型的字典,使得核字典中的样本数据量能够被有效控制,避免样本数据量不断增加时导致对持续到来的信号处理计算量增加的问题,从而大大降低信道预测的运算量,提升信道预测的实时性。因此,该技术方案通过高效、实时地信道预测,使得即使在终端高速移动场景下,仍然能够对非线性时变信道进行准确预测。The technical solution of the embodiment of the present application is adopted, by obtaining first channel estimation values corresponding to m adjacent historical SRS periods; wherein m is the model order of the channel prediction model based on kernel recursive least squares, and m is an integer greater than or equal to 1; according to the m first channel estimation values, determining the first sample data for predicting the channel in this SRS period by the channel prediction model; the first sample data includes m first channel estimation values; inputting the first sample data into the channel prediction model, updating the kernel dictionary of the channel prediction model according to the first sample data and the number of elements in the kernel dictionary of the channel prediction model, and updating the model parameters of the channel prediction model; wherein the updated kernel dictionary includes the first sample data; based on the updated kernel dictionary and the model parameters, and through the channel prediction model for predicting the channel in this SRS period It can be seen that when predicting the channel estimation value in this SRS period based on the historical channel estimation value, the technical solution can make predictions through the channel prediction model based on kernel recursive least squares to ensure that the error between the channel estimation value and the true channel value is minimized, thereby improving the accuracy of channel prediction; and, by updating the dictionary of the channel prediction model based on the number of elements in the kernel dictionary, the amount of sample data in the kernel dictionary can be effectively controlled to avoid the problem of increasing the amount of signal processing calculations for the continuously arriving signals when the amount of sample data continues to increase, thereby greatly reducing the amount of channel prediction calculations and improving the real-time performance of channel prediction. Therefore, the technical solution can accurately predict nonlinear time-varying channels even in scenarios where the terminal is moving at high speed through efficient and real-time channel prediction.
上述实施例阐明的系统、装置、模块或单元,具体可以由计算机芯片或实体实现,或者由具有某种功能的产品来实现。一种典型的实现设备为计算机。具体的,计算机例如可以为个人计算机、膝上型计算机、蜂窝电话、相机电话、智能电话、个人数字助理、媒体播放器、导航设备、电子邮件设备、游戏控制台、平板计算机、可穿戴设备或者这些设备中的任何设备的组合。The systems, devices, modules or units described in the above embodiments may be implemented by computer chips or entities, or by products with certain functions. A typical implementation device is a computer. Specifically, the computer may be, for example, a personal computer, a laptop computer, a cellular phone, a camera phone, a smart phone, a personal digital assistant, a media player, a navigation device, an email device, a game console, a tablet computer, a wearable device, or a combination of any of these devices.
为了描述的方便,描述以上装置时以功能分为各种单元分别描述。当然,在实施本申请时可以把各单元的功能在同一个或多个软件和/或硬件中实现。For the convenience of description, the above device is described in terms of functions and is divided into various units and described separately. Of course, when implementing the present application, the functions of each unit can be implemented in the same or multiple software and/or hardware.
本领域内的技术人员应明白,本申请的实施例可提供为方法、系统、或计算机程序产品。因此,本申请可采用完全硬件实施例、完全软件实施例、或结合软件和硬件方面的实施例的形式。而且,本申请可采用在一个或多个其中包含有计算机可用程序代码的计算机可用存储介质(包括但不限于磁盘存储器、CD-ROM、光学存储器等)上实施的计算机程序产品的形式。Those skilled in the art will appreciate that the embodiments of the present application may be provided as methods, systems, or computer program products. Therefore, the present application may adopt the form of a complete hardware embodiment, a complete software embodiment, or an embodiment in combination with software and hardware. Moreover, the present application may adopt the form of a computer program product implemented in one or more computer-usable storage media (including but not limited to disk storage, CD-ROM, optical storage, etc.) that contain computer-usable program code.
本申请是参照根据本申请实施例的方法、设备(系统)、和计算机程序产品的流程图和/或方框图来描述的。应理解可由计算机程序指令实现流程图和/或方框图中的每一流程和/或方框、以及流程图和/或方框图中的流程和/或方框的结合。可提供这些计算机程序指令到通用计算机、专用计算机、嵌入式处理机或其他可编程数据处理设备的处理器以产生一个机器,使得通过计算机或其他可编程数据处理设备的处理器执行的指令产生用于实现在流 程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的装置。The present application is described with reference to the flowcharts and/or block diagrams of the methods, devices (systems), and computer program products according to the embodiments of the present application. It should be understood that each process and/or block in the flowchart and/or block diagram, as well as the combination of the processes and/or blocks in the flowchart and/or block diagram, can be implemented by computer program instructions. These computer program instructions can be provided to a processor of a general-purpose computer, a special-purpose computer, an embedded processor, or other programmable data processing device to generate a machine, so that the instructions executed by the processor of the computer or other programmable data processing device generate instructions for implementing the process in the flow chart. A flowchart may include one process or multiple processes and/or a block diagram may include one block or multiple blocks that specify functions.
这些计算机程序指令也可存储在能引导计算机或其他可编程数据处理设备以特定方式工作的计算机可读存储器中,使得存储在该计算机可读存储器中的指令产生包括指令装置的制造品,该指令装置实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能。These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing device to work in a specific manner, so that the instructions stored in the computer-readable memory produce a manufactured product including an instruction device that implements the functions specified in one or more processes in the flowchart and/or one or more boxes in the block diagram.
这些计算机程序指令也可装载到计算机或其他可编程数据处理设备上,使得在计算机或其他可编程设备上执行一系列操作步骤以产生计算机实现的处理,从而在计算机或其他可编程设备上执行的指令提供用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的步骤。These computer program instructions may also be loaded onto a computer or other programmable data processing device so that a series of operational steps are executed on the computer or other programmable device to produce a computer-implemented process, whereby the instructions executed on the computer or other programmable device provide steps for implementing the functions specified in one or more processes in the flowchart and/or one or more boxes in the block diagram.
在一个典型的配置中,计算设备包括一个或多个处理器(CPU)、输入/输出接口、网络接口和内存。In a typical configuration, a computing device includes one or more processors (CPU), input/output interfaces, network interfaces, and memory.
内存可能包括计算机可读介质中的非永久性存储器,随机存取存储器(RAM)和/或非易失性内存等形式,如只读存储器(ROM)或闪存(flash RAM)。内存是计算机可读介质的示例。Memory may include non-permanent storage in a computer-readable medium, in the form of random access memory (RAM) and/or non-volatile memory, such as read-only memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium.
计算机可读介质包括永久性和非永久性、可移动和非可移动媒体可以由任何方法或技术来实现信息存储。信息可以是计算机可读指令、数据结构、程序的模块或其他数据。计算机的存储介质的例子包括,但不限于相变内存(PRAM)、静态随机存取存储器(SRAM)、动态随机存取存储器(DRAM)、其他类型的随机存取存储器(RAM)、只读存储器(ROM)、电可擦除可编程只读存储器(EEPROM)、快闪记忆体或其他内存技术、只读光盘只读存储器(CD-ROM)、数字多功能光盘(DVD)或其他光学存储、磁盒式磁带,磁带磁磁盘存储或其他磁性存储设备或任何其他非传输介质,可用于存储可以被计算设备访问的信息。按照本文中的界定,计算机可读介质不包括暂存电脑可读媒体(transitory media),如调制的数据信号和载波。Computer readable media include permanent and non-permanent, removable and non-removable media that can be implemented by any method or technology to store information. Information can be computer readable instructions, data structures, program modules or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), static random access memory (SRAM), dynamic random access memory (DRAM), other types of random access memory (RAM), read-only memory (ROM), electrically erasable programmable read-only memory (EEPROM), flash memory or other memory technology, compact disk read-only memory (CD-ROM), digital versatile disk (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices or any other non-transmission media that can be used to store information that can be accessed by a computing device. As defined in this article, computer readable media does not include temporary computer readable media (transitory media), such as modulated data signals and carrier waves.
还需要说明的是,术语“包括”、“包含”或者其任何其他变体意在涵 盖非排他性的包含,从而使得包括一系列要素的过程、方法、商品或者设备不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、商品或者设备所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括所述要素的过程、方法、商品或者设备中还存在另外的相同要素。It should also be noted that the terms "include", "comprises" or any other variations thereof are intended to include The term "includes" or "includes" a non-exclusive inclusion, so that a process, method, commodity, or device including a series of elements includes not only those elements, but also other elements not explicitly listed, or also includes elements inherent to such process, method, commodity, or device. In the absence of more restrictions, an element defined by the phrase "includes a ..." does not exclude the existence of other identical elements in the process, method, commodity, or device including the element.
本申请可以在由计算机执行的计算机可执行指令的一般上下文中描述,例如程序模块。一般地,程序模块包括执行特定任务或实现特定抽象数据类型的例程、程序、对象、组件、数据结构等等。也可以在分布式计算环境中实践本申请,在这些分布式计算环境中,由通过通信网络而被连接的远程处理设备来执行任务。在分布式计算环境中,程序模块可以位于包括存储设备在内的本地和远程计算机存储介质中。The present application may be described in the general context of computer-executable instructions executed by a computer, such as program modules. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform specific tasks or implement specific abstract data types. The present application may also be practiced in distributed computing environments where tasks are performed by remote processing devices connected through a communication network. In a distributed computing environment, program modules may be located in local and remote computer storage media, including storage devices.
本说明书中的各个实施例均采用递进的方式描述,各个实施例之间相同相似的部分互相参见即可,每个实施例重点说明的都是与其他实施例的不同之处。尤其,对于系统实施例而言,由于其基本相似于方法实施例,所以描述的比较简单,相关之处参见方法实施例的部分说明即可。Each embodiment in this specification is described in a progressive manner, and the same or similar parts between the embodiments can be referred to each other, and each embodiment focuses on the differences from other embodiments. In particular, for the system embodiment, since it is basically similar to the method embodiment, the description is relatively simple, and the relevant parts can be referred to the partial description of the method embodiment.
以上所述仅为本申请的实施例而已,并不用于限制本申请。对于本领域技术人员来说,本申请可以有各种更改和变化。凡在本申请的精神和原理之内所作的任何修改、等同替换、改进等,均应包含在本申请的权利要求范围之内。 The above is only an embodiment of the present application and is not intended to limit the present application. For those skilled in the art, the present application may have various changes and variations. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (13)

  1. 一种信道预测方法,包括:A channel prediction method, comprising:
    获取m个相邻的历史SRS周期对应的第一信道估计值;其中,m为基于核递归最小二乘的信道预测模型的模型阶数,且m为大于或等于1的整数;Obtaining first channel estimation values corresponding to m adjacent historical SRS periods; wherein m is the model order of the channel prediction model based on kernel recursive least squares, and m is an integer greater than or equal to 1;
    根据m个所述第一信道估计值,确定所述信道预测模型对本次SRS周期内的信道进行预测的第一样本数据;所述第一样本数据包括m个所述第一信道估计值;Determine, according to the m first channel estimation values, first sample data for predicting the channel in this SRS cycle by the channel prediction model; the first sample data includes the m first channel estimation values;
    将所述第一样本数据输入所述信道预测模型,根据所述第一样本数据和所述信道预测模型的核字典中的元素数量,更新所述信道预测模型的核字典,以及,更新所述信道预测模型的模型参数;其中,更新后的核字典包括所述第一样本数据;inputting the first sample data into the channel prediction model, updating the kernel dictionary of the channel prediction model according to the first sample data and the number of elements in the kernel dictionary of the channel prediction model, and updating the model parameters of the channel prediction model; wherein the updated kernel dictionary includes the first sample data;
    基于所述更新后的核字典和模型参数,并通过所述信道预测模型对所述本次SRS周期内的信道进行预测,得到第二信道估计值。Based on the updated kernel dictionary and model parameters, the channel in the current SRS period is predicted by the channel prediction model to obtain a second channel estimation value.
  2. 根据权利要求1所述的方法,其中,所述根据所述第一样本数据和所述信道预测模型的核字典中的元素数量,更新所述信道预测模型的核字典,包括:The method according to claim 1, wherein the updating the kernel dictionary of the channel prediction model according to the first sample data and the number of elements in the kernel dictionary of the channel prediction model comprises:
    若所述元素数量小于所述核字典的预设元素数量阈值,则根据所述第一样本数据与所述核字典中的各元素之间的相关性,更新所述核字典;If the number of elements is less than a preset element number threshold of the kernel dictionary, updating the kernel dictionary according to the correlation between the first sample data and each element in the kernel dictionary;
    若所述元素数量大于或等于所述预设元素数量阈值,则根据所述第一样本数据与所述核字典中的各元素的核函数值,更新所述核字典。If the number of elements is greater than or equal to the preset element number threshold, the kernel dictionary is updated according to the first sample data and the kernel function value of each element in the kernel dictionary.
  3. 根据权利要求2所述的方法,其中,所述根据所述第一样本数据与所述核字典中的各元素之间的相关性,更新所述核字典,包括:The method according to claim 2, wherein updating the kernel dictionary according to the correlation between the first sample data and each element in the kernel dictionary comprises:
    计算所述第一样本数据和所述核字典中的各元素之间的相关度,得到L个相关度;其中,L为所述元素数量,L为大于或等于1的整数;Calculating the correlation between the first sample data and each element in the kernel dictionary to obtain L correlations, where L is the number of elements and L is an integer greater than or equal to 1;
    若所述L个相关度中的最大相关度大于预设相关度阈值,则删除所述核字典中与所述最大相关度对应的元素,并将所述第一样本数据作为新元素添 加至所述核字典中,得到所述更新后的核字典;If the maximum correlation among the L correlations is greater than a preset correlation threshold, the element corresponding to the maximum correlation in the core dictionary is deleted, and the first sample data is added as a new element. Add to the kernel dictionary to obtain the updated kernel dictionary;
    若所述最大相关度小于或等于所述预设相关度阈值,则将所述第一样本数据作为新元素添加至所述核字典中,得到所述更新后的核字典。If the maximum correlation is less than or equal to the preset correlation threshold, the first sample data is added as a new element to the kernel dictionary to obtain the updated kernel dictionary.
  4. 根据权利要求2所述的方法,其中,所述根据所述第一样本数据与所述核字典中的各元素的核函数值,更新所述核字典,包括:The method according to claim 2, wherein updating the kernel dictionary according to the first sample data and the kernel function value of each element in the kernel dictionary comprises:
    根据所述信道预测模型的核函数,计算所述第一样本数据与所述核字典中的各元素的核函数值,得到L个核函数值;其中,L为所述元素数量,L为大于或等于1的整数;According to the kernel function of the channel prediction model, calculating the kernel function value of each element in the kernel dictionary and the first sample data to obtain L kernel function values; wherein L is the number of elements and L is an integer greater than or equal to 1;
    若所述L个核函数值中存在至少一个核函数值大于预设核函数阈值,则从所述核字典中删除所述核函数值大于所述预设核函数阈值、且满足预设删除条件的元素,并将所述第一样本数据作为新元素添加至所述核字典中,得到所述更新后的核字典;If at least one kernel function value among the L kernel function values is greater than a preset kernel function threshold, then deleting the elements whose kernel function values are greater than the preset kernel function threshold and satisfy a preset deletion condition from the kernel dictionary, and adding the first sample data as a new element to the kernel dictionary to obtain the updated kernel dictionary;
    若每个所述核函数值均小于或等于所述预设核函数阈值,则从所述核字典中删除最大核函数值对应的元素,并将所述第一样本数据作为新元素添加至所述核字典中,得到所述更新后的核字典。If each of the kernel function values is less than or equal to the preset kernel function threshold, the element corresponding to the maximum kernel function value is deleted from the kernel dictionary, and the first sample data is added as a new element to the kernel dictionary to obtain the updated kernel dictionary.
  5. 根据权利要求4所述的方法,其中,所述从所述核字典中删除所述核函数值大于所述预设核函数阈值、且满足预设删除条件的元素,包括:The method according to claim 4, wherein the deleting from the kernel dictionary the elements whose kernel function values are greater than the preset kernel function threshold and satisfy the preset deletion condition comprises:
    针对所述核函数值大于所述预设核函数阈值的待选元素,将所述第一样本数据作为核中心,计算每个所述待选元素对应的输出值的加权平均值;For the candidate elements whose kernel function values are greater than the preset kernel function threshold, taking the first sample data as the kernel center, calculating the weighted average of the output values corresponding to each of the candidate elements;
    确定每个所述待选元素对应的所述输出值与所述加权平均值之间的差值,计算多个差值中的最大差值和最小差值的乘积;Determine the difference between the output value corresponding to each of the to-be-selected elements and the weighted average value, and calculate the product of the maximum difference and the minimum difference among the multiple differences;
    若所述乘积大于预设阈值,则从所述核字典中删除所述最大差值对应的所述待选元素;If the product is greater than a preset threshold, deleting the candidate element corresponding to the maximum difference from the kernel dictionary;
    若所述乘积小于或等于所述预设阈值,则从所述核字典中删除所述最小差值对应的所述待选元素。If the product is less than or equal to the preset threshold, the candidate element corresponding to the minimum difference is deleted from the kernel dictionary.
  6. 根据权利要求1所述的方法,其中,所述模型参数包括中间矩阵、权 重系数、遗忘矩阵中的至少一项;The method according to claim 1, wherein the model parameters include intermediate matrices, weights Heavy coefficient, at least one item in the forgetting matrix;
    所述更新所述信道预测模型的模型参数,包括:The updating of the model parameters of the channel prediction model comprises:
    判断所述更新后的核字典中的元素数量是否增加;Determining whether the number of elements in the updated kernel dictionary increases;
    若是,则更新所述中间矩阵、所述权重系数和所述遗忘矩阵;If yes, then update the intermediate matrix, the weight coefficient and the forgetting matrix;
    若否,则更新所述中间矩阵和所述权重系数。If not, update the intermediate matrix and the weight coefficients.
  7. 根据权利要求1所述的方法,其中,所述基于所述更新后的核字典和模型参数,并通过所述信道预测模型对所述本次SRS周期内的信道进行预测,得到第二信道估计值之后,所述方法还包括:The method according to claim 1, wherein, after predicting the channel in the current SRS period based on the updated kernel dictionary and model parameters and using the channel prediction model to obtain the second channel estimation value, the method further comprises:
    根据最近一次所述历史SRS周期对应的所述第一信道估计值,确定最近一次所述历史SRS周期对应的第一历史预测误差;Determining a first historical prediction error corresponding to the most recent historical SRS period according to the first channel estimation value corresponding to the most recent historical SRS period;
    根据所述第一历史预测误差,对所述信道预测模型对应的第一历史预测误差组进行更新,得到第二历史预测误差组;所述第二历史预测误差组包括所述第一历史预测误差;According to the first historical prediction error, updating the first historical prediction error group corresponding to the channel prediction model to obtain a second historical prediction error group; the second historical prediction error group includes the first historical prediction error;
    根据所述第二历史预测误差组,并通过基于高斯过程回归的误差估计模型确定所述信道预测模型的本次预测误差;Determining the current prediction error of the channel prediction model according to the second historical prediction error group and by using an error estimation model based on Gaussian process regression;
    根据所述本次预测误差,对所述第二信道估计值进行误差补偿,得到所述第二信道估计值对应的信道修正值。According to the current prediction error, error compensation is performed on the second channel estimation value to obtain a channel correction value corresponding to the second channel estimation value.
  8. 根据权利要求7所述的方法,其中,所述根据所述本次预测误差,对所述第二信道估计值进行补偿,得到所述第二信道估计值对应的信道修正值之后,所述方法还包括:The method according to claim 7, wherein after compensating the second channel estimation value according to the current prediction error to obtain a channel correction value corresponding to the second channel estimation value, the method further comprises:
    根据最近一次所述历史SRS周期对应的所述第一信道估计值和所述信道修正值进行维纳滤波,得到滤波结果;Performing Wiener filtering according to the first channel estimation value and the channel correction value corresponding to the most recent historical SRS period to obtain a filtering result;
    根据所述滤波结果,确定所述本次SRS周期内的每个时隙SRS周期内的目标信道估计值;所述目标信道估计值包括所述本次SRS周期内的每个时隙SRS周期内的不同时隙的信道估计值。According to the filtering result, a target channel estimation value in each time slot of the current SRS cycle is determined; the target channel estimation value includes channel estimation values of different time slots in each time slot of the current SRS cycle.
  9. 根据权利要求8所述的方法,其中,所述根据所述滤波结果,确定所 述本次SRS周期内的目标信道估计值,包括:The method according to claim 8, wherein the filtering result is used to determine the The target channel estimation value in this SRS cycle is described, including:
    根据所述信道的大尺度信息,确定所述信道在时间维度上的自相关信息;Determining the autocorrelation information of the channel in the time dimension according to the large-scale information of the channel;
    根据所述自相关信息和预设的维纳滤波函数,确定所述本次SRS周期内的每个时隙对应的插值权重;Determine, according to the autocorrelated information and a preset Wiener filter function, an interpolation weight corresponding to each time slot in the current SRS cycle;
    根据所述第二信道估计值、所述信道修正值以及所述每个时隙对应的插值权重,确定所述本次SRS周期内的每个时隙的信道估计值。The channel estimation value of each time slot in the current SRS cycle is determined according to the second channel estimation value, the channel correction value and the interpolation weight corresponding to each time slot.
  10. 根据权利要求6所述的方法,其中,所述获取m个相邻的历史SRS周期对应的第一信道估计值之前,所述方法还包括:The method according to claim 6, wherein before obtaining the first channel estimation values corresponding to m adjacent historical SRS periods, the method further comprises:
    确定所述信道预测模型的模型属性信息,所述模型属性信息包括所述模型阶数、核函数以及所述核字典;Determining model attribute information of the channel prediction model, the model attribute information including the model order, the kernel function and the kernel dictionary;
    获取所述信道的初始信道估计值;Obtaining an initial channel estimation value of the channel;
    根据所述初始信道估计值,对所述信道预测模型的模型参数进行初始化。The model parameters of the channel prediction model are initialized according to the initial channel estimation value.
  11. 一种信道预测装置,包括:A channel prediction device, comprising:
    第一获取模块,用于获取m个相邻的历史SRS周期对应的第一信道估计值;其中,m为基于核递归最小二乘的信道预测模型的模型阶数,且m为大于或等于1的整数;A first acquisition module, used to acquire first channel estimation values corresponding to m adjacent historical SRS periods; wherein m is a model order of a channel prediction model based on kernel recursive least squares, and m is an integer greater than or equal to 1;
    第一确定模块,用于根据m个所述第一信道估计值,确定所述信道预测模型对本次SRS周期内的信道进行预测的第一样本数据;所述第一样本数据包括m个所述第一信道估计值;A first determination module is used to determine first sample data for predicting the channel in this SRS period by the channel prediction model according to the m first channel estimation values; the first sample data includes the m first channel estimation values;
    第一更新模块,用于将所述第一样本数据输入所述信道预测模型,根据所述第一样本数据和所述信道预测模型的核字典中的元素数量,更新所述信道预测模型的核字典,以及,更新所述信道预测模型的模型参数;其中,更新后的核字典包括所述第一样本数据;a first updating module, configured to input the first sample data into the channel prediction model, update the kernel dictionary of the channel prediction model according to the first sample data and the number of elements in the kernel dictionary of the channel prediction model, and update the model parameters of the channel prediction model; wherein the updated kernel dictionary includes the first sample data;
    预测模块,用于基于所述更新后的核字典和模型参数,并通过所述信道预测模型对所述本次SRS周期内的信道进行预测,得到第二信道估计值。A prediction module is used to predict the channel in the current SRS period based on the updated kernel dictionary and model parameters and through the channel prediction model to obtain a second channel estimation value.
  12. 一种信道预测设备,包括处理器和与所述处理器电连接的存储器, 所述存储器存储有计算机程序,所述处理器用于从所述存储器调用并执行所述计算机程序以实现如权利要求1-10任一项所述的信道估计方法。A channel prediction device comprises a processor and a memory electrically connected to the processor. The memory stores a computer program, and the processor is used to call and execute the computer program from the memory to implement the channel estimation method according to any one of claims 1 to 10.
  13. 一种存储介质,所述存储介质用于存储计算机程序,所述计算机程序能够被处理器执行以实现如权利要求1-10任一项所述的信道估计方法。 A storage medium, wherein the storage medium is used to store a computer program, wherein the computer program can be executed by a processor to implement the channel estimation method according to any one of claims 1 to 10.
PCT/CN2023/125215 2022-10-27 2023-10-18 Channel prediction method and apparatus WO2024088134A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202211327001.8 2022-10-27
CN202211327001.8A CN115396055B (en) 2022-10-27 2022-10-27 Channel prediction method and device

Publications (1)

Publication Number Publication Date
WO2024088134A1 true WO2024088134A1 (en) 2024-05-02

Family

ID=84115076

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2023/125215 WO2024088134A1 (en) 2022-10-27 2023-10-18 Channel prediction method and apparatus

Country Status (2)

Country Link
CN (1) CN115396055B (en)
WO (1) WO2024088134A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115396055B (en) * 2022-10-27 2023-01-10 中兴通讯股份有限公司 Channel prediction method and device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080240260A1 (en) * 2006-12-18 2008-10-02 Bce Inc. Adaptive channel prediction system and method
CN110890930A (en) * 2018-09-10 2020-03-17 华为技术有限公司 Channel prediction method and related equipment
CN113206809A (en) * 2021-04-30 2021-08-03 南京邮电大学 Channel prediction method combining deep learning and base extension model
CN113556772A (en) * 2020-04-26 2021-10-26 华为技术有限公司 Channel prediction method and device
CN115396055A (en) * 2022-10-27 2022-11-25 中兴通讯股份有限公司 Channel prediction method and device

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103379058B (en) * 2012-04-23 2018-08-17 马维尔国际有限公司 Channel estimation methods based on Wiener filtering and device
CN109510610B (en) * 2018-11-07 2020-08-25 电子科技大学 Nuclear self-adaptive filtering method based on soft projection weighted nuclear recursive least squares

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080240260A1 (en) * 2006-12-18 2008-10-02 Bce Inc. Adaptive channel prediction system and method
CN110890930A (en) * 2018-09-10 2020-03-17 华为技术有限公司 Channel prediction method and related equipment
CN113556772A (en) * 2020-04-26 2021-10-26 华为技术有限公司 Channel prediction method and device
CN113206809A (en) * 2021-04-30 2021-08-03 南京邮电大学 Channel prediction method combining deep learning and base extension model
CN115396055A (en) * 2022-10-27 2022-11-25 中兴通讯股份有限公司 Channel prediction method and device

Also Published As

Publication number Publication date
CN115396055A (en) 2022-11-25
CN115396055B (en) 2023-01-10

Similar Documents

Publication Publication Date Title
WO2024088134A1 (en) Channel prediction method and apparatus
CN106933649B (en) Virtual machine load prediction method and system based on moving average and neural network
CN111079780A (en) Training method of space map convolution network, electronic device and storage medium
CN110162739B (en) RFFKBMS algorithm weight updating and optimizing method based on forgetting factor
JP7009020B2 (en) Learning methods, learning systems, learning devices, methods, applicable devices, and computer programs
CN113852432A (en) RCS-GRU model-based spectrum prediction sensing method
KR20200081630A (en) Method for allocating resource using machine learning in a wireless network and recording medium for performing the method
CN110121171A (en) Trust prediction technique based on exponential smoothing and gray model
Lu et al. Diffusion total least-squares algorithm with multi-node feedback
CN114528987A (en) Neural network edge-cloud collaborative computing segmentation deployment method
CN117077811A (en) Federal learning optimization method and related device
CN114449584A (en) Distributed computing unloading method and device based on deep reinforcement learning
CN112905110B (en) Data storage method and device, storage medium, user equipment and network side equipment
US20230353430A1 (en) Method and apparatus for estimating direct current interference, storage medium and terminal
Chang et al. Correction-based diffusion LMS algorithms for distributed estimation
Mostafapour et al. Non-stationary channel estimation with diffusion adaptation strategies over distributed networks
CN110890932A (en) ESN model-based 5G millimeter wave channel information determination method and device
CN116567806A (en) Positioning method and communication equipment based on artificial intelligence AI model
CN113784411A (en) Link quality evaluation method, link switching method, device and storage medium
Radhika et al. Robust variable zero attractor controller based ZA-LMS algorithm for variable sparsity environment
CN114363219B (en) Data processing method and device
WO2024083004A1 (en) Ai model configuration method, terminal, and network side device
US20240056983A1 (en) Power Control Method and Communication Device Thereof
CN115665867B (en) Spectrum management method and system for Internet of Vehicles
CN114697974B (en) Network coverage optimization method and device, electronic equipment and storage medium