WO2015100598A1 - Compressed sensing-based signal reconstruction method and device - Google Patents

Compressed sensing-based signal reconstruction method and device Download PDF

Info

Publication number
WO2015100598A1
WO2015100598A1 PCT/CN2013/091066 CN2013091066W WO2015100598A1 WO 2015100598 A1 WO2015100598 A1 WO 2015100598A1 CN 2013091066 W CN2013091066 W CN 2013091066W WO 2015100598 A1 WO2015100598 A1 WO 2015100598A1
Authority
WO
WIPO (PCT)
Prior art keywords
inner product
search
paths
updated
search path
Prior art date
Application number
PCT/CN2013/091066
Other languages
French (fr)
Chinese (zh)
Inventor
王悦
Original Assignee
华为技术有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 华为技术有限公司 filed Critical 华为技术有限公司
Priority to PCT/CN2013/091066 priority Critical patent/WO2015100598A1/en
Priority to CN201380003978.7A priority patent/CN104904122B/en
Publication of WO2015100598A1 publication Critical patent/WO2015100598A1/en

Links

Classifications

    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M7/00Conversion of a code where information is represented by a given sequence or number of digits to a code where the same, similar or subset of information is represented by a different sequence or number of digits
    • H03M7/30Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction
    • H03M7/3059Digital compression and data reduction techniques where the original information is represented by a subset or similar information, e.g. lossy compression
    • H03M7/3062Compressive sampling or sensing

Definitions

  • An iterative module is configured to perform an iterative update operation on each search path according to the updated index set to obtain an updated residual vector.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

Provided are a compressed sensing-based signal reconstruction method and device. The method comprises: calculating inner product values of all column vectors within a residual vector and a processing matrix; determining a largest inner product value within the inner product values; according to the largest inner product value, an inner product threshold factor and a preset maximum number of search paths, determining the number of search paths within an iteration; within all the column vectors of the processing matrix, according to the inner product values in descending order, selecting corresponding column vectors, the number of column vectors being identical to the number of search paths; according to index positions of the column vectors, the number of column vectors being identical to the number of search paths, sequentially updating an index set of each search path, and obtaining updated index sets; according to the updated index sets, respectively performing an iteration update operation on each search path, and obtaining an updated residual vector. In the present invention, the number of processing targets of an iteration update is reduced, thereby significantly decreasing workload and complexity.

Description

基于压缩感知的信号重建方法及装置 技术领域  Signal reconstruction method and device based on compressed sensing
本发明涉及通信技术, 尤其涉及一种基于压缩感知的信号重建方法及装 置。 背景技术  The present invention relates to communication technologies, and in particular, to a signal reconstruction method and apparatus based on compressed sensing. Background technique
在传统的信号处理理论中, 依据香农采样定理: 用于采集信号的采样速 率应至少等于两倍信号带宽才可以无失真地恢复原信号, 并将该采样速率称 为奈奎斯特 (Nyquist) 采样速率。 但是, 随着当今对数据量的需求以及待处 理数据量的飞速增长, 承载数据的信号带宽将越来越宽, 导致所需的奈奎斯 特采样速率也越来越高, 而现有硬件设备的模数转换和信号处理能力尚无法 满足对宽带信号需求的高速增长。 而且, 从另一个方面考虑, 即便未来硬件 实现水平得以大幅提高, 高能耗的海量数据采集也不是必不可少的。 以现有 的图像信号处理为例, 为降低存储和传输开销, 通常将采样后获得的数据进 行压缩, 以很少的数据表示图像中的重要信息, 即仅保留重要数据而丢弃其 余的非重要数据, 经存储或传输后再通过译码处理重建原有图像。 这种先高 速采样再压缩丢弃的方法实际上造成了采样资源的极大浪费。  In the traditional signal processing theory, according to the Shannon sampling theorem: the sampling rate used to acquire the signal should be at least equal to twice the signal bandwidth to recover the original signal without distortion, and the sampling rate is called Nyquist. Sample rate. However, with today's demand for data volume and the rapid growth of data to be processed, the signal bandwidth of the data carrying data will become wider and wider, resulting in higher and higher Nyquist sampling rates, while existing hardware. The analog-to-digital conversion and signal processing capabilities of the device are not yet able to meet the rapid growth in demand for broadband signals. Moreover, on the other hand, even if the level of hardware implementation is greatly improved in the future, high-energy mass data collection is not essential. Taking the existing image signal processing as an example, in order to reduce the storage and transmission overhead, the data obtained after sampling is usually compressed, and the important information in the image is represented by a small amount of data, that is, only important data is retained and the remaining non-important is discarded. The data is reconstructed from the original image after being stored or transmitted. This method of first high speed sampling and then compression and discarding actually causes a great waste of sampling resources.
为将采样和压缩合二为一同时进行,即直接以低于 Nyquist的采样速率来 采集数据, 提出了压缩感知 (Compressive Sensing , 简称 CS ) 技术。 在 CS 技术中, 根据低速采样过程后获得的采样数据 (即降维的采样信号) 来重建 原始输入信息 (即高维的原始输入信号) , 这一过程称为压缩感知的信号重 建过程。 CS信号重建方法主要包括贪婪搜索类方法, 该类方法最常用的子类 为正交匹配追踪 (Orthogonal Matching Pursuit, 简称 OMP ) , 但是该类方法 信号重建的准确行不高。  In order to combine sampling and compression simultaneously, that is, to directly collect data at a sampling rate lower than Nyquist, Compressive Sensing (CS) technology is proposed. In CS technology, the original input information (ie, the high-dimensional original input signal) is reconstructed based on the sampled data obtained after the low-speed sampling process (ie, the dimensionally reduced sampled signal). This process is called compression-sensing signal reconstruction. The CS signal reconstruction method mainly includes the greedy search method. The most commonly used subclass of this method is Orthogonal Matching Pursuit (OMP), but the accuracy of the signal reconstruction of this method is not high.
现有技术中, 提出了 K-best-OMP信号重建方法来提高 CS信号重建的准 确性, K-best-OMP信号重建方法中, 每次迭代均搜索固定的 K条路径, 且保 留所有 K条路径, 并在每条路径的基础上再扩展 K条新的子搜索路径, 即共 条搜索路径,然后在 条搜索路径中保留满足条件的 K条路径,再进行新 一轮次的路径扩展, 直到迭代停止。 In the prior art, a K-best-OMP signal reconstruction method is proposed to improve the accuracy of CS signal reconstruction. In the K-best-OMP signal reconstruction method, a fixed K path is searched for each iteration, and all K bars are retained. Path, and then expand K new sub-search paths based on each path, that is, a common search path, and then retain K paths satisfying the conditions in the search path, and then perform new A round of path expansion until the iteration stops.
但是, 采用现有技术进行 CS信号重建, 复杂度高, 不易实现。 发明内容  However, the CS signal reconstruction using the prior art has high complexity and is difficult to implement. Summary of the invention
本发明实施例提供一种基于压缩感知的信号重建方法及装置, 用于解决 现有 CS信号重建复杂度高的问题。  Embodiments of the present invention provide a signal reconstruction method and apparatus based on compressed sensing, which are used to solve the problem of high complexity of existing CS signal reconstruction.
本发明实施例第一方面提供一种基于压缩感知的信号重建装置, 包 括:  A first aspect of the embodiments of the present invention provides a signal reconstruction apparatus based on compressed sensing, which includes:
计算模块, 用于计算残差向量与处理矩阵中所有列向量的内积值; 确定模块, 用于确定出所述内积值中的最大内积值; 根据所述最大内积 值、 内积门限因子以及预设最大搜索路径数, 确定迭代中的搜索路径个数; 筛选模块, 用于在所述处理矩阵的所有列向量中, 按照所述内积值从大 到小依次挑选出对应的与所述搜索路径个数相同个数的列向量;  a calculation module, configured to calculate a residual vector and an inner product value of all column vectors in the processing matrix; a determining module, configured to determine a maximum inner product value in the inner product value; according to the maximum inner product value, inner product a threshold factor and a preset maximum number of search paths, determining a number of search paths in the iteration; a screening module, configured to select corresponding ones in the column vectors of the processing matrix according to the inner product values from large to small a column number of the same number as the number of search paths;
更新模块, 用于根据所述与所述搜索路径个数相同个数的列向量的索引 位置, 依次更新各搜索路径的索引集合, 获取更新后的索引集合;  And an update module, configured to sequentially update an index set of each search path according to the index position of the column number of the same number of the search path, and obtain an updated index set;
迭代模块, 用于根据所述更新后的索引集合, 对各条搜索路径分别进行 迭代更新操作, 获取更新的残差向量。  An iterative module is configured to perform an iterative update operation on each search path according to the updated index set to obtain an updated residual vector.
结合第一方面, 在第一方面的第一种可能的实施方式中, 所述确定模 块, 具体用于根据所述最大内积值和内积门限因子确定出内积门限值; 统 计出所有所述内积值中大于所述内积门限值的内积值个数; 比较所述大于 所述内积门限值的内积值个数和所述预设最大搜索路径数的大小, 将其中 较小的数值作为迭代中的搜索路径个数。  With reference to the first aspect, in a first possible implementation manner of the first aspect, the determining module is specifically configured to determine an inner product threshold according to the maximum inner product value and an inner product threshold factor; And the number of inner product values of the inner product value that is greater than the inner product threshold value; comparing the number of inner product values greater than the inner product threshold value and the size of the preset maximum search path number, The smaller of these values is taken as the number of search paths in the iteration.
结合第一方面, 在第二方面的第二种可能的实施方式中, 所述计算模 块, 还用于在所述迭代更新操作为非首次迭代更新操作时, 在根据所述更 新后的索引集合, 对各条搜索路径分别进行迭代更新操作, 获取更新的残 差向量之后, 计算所有所述搜索路径上所述更新的残差向量的二范数, 并 确定所有所述二范数中的最小二范数;  With reference to the first aspect, in a second possible implementation manner of the second aspect, the calculating module is further configured to: when the iterative update operation is a non-first iterative update operation, according to the updated index set And performing an iterative update operation on each search path to obtain an updated residual vector, calculating a second norm of the updated residual vector on all the search paths, and determining a minimum of all the second norms Two norm;
所述确定模块, 还用于根据所述最小二范数、 二范数门限因子、 最大 搜索路径, 确定迭代中的搜索路径保留个数; 在所述搜索路径中, 按照所 述二范数从小到大保留与所述搜索路径保留个数相同个数的搜索路径, 作 为保留搜索路径; 在所述迭代更新操作的次数等于预设参数信号稀疏度 时, 从所述保留搜索路径中筛选出对应的所述二范数最小的搜索路径, 并 将所述二范数最小的搜索路径所对应的迭代更新信号作为重建信号。 The determining module is further configured to determine, according to the minimum two norm, the two norm threshold factor, and the maximum search path, the number of search path reservations in the iteration; in the search path, according to the second norm To a large number of search paths that retain the same number of numbers as the search path, In order to preserve the search path; when the number of times of the iterative update operation is equal to the preset parameter signal sparsity, the corresponding search path with the smallest two norm is selected from the reserved search path, and the two norms are The iterative update signal corresponding to the smallest search path is used as the reconstruction signal.
结合第一方面, 在第二方面的第三种可能的实施方式中, 所述装置还 包括: 检查模块; 所述检查模块, 用于在迭代更新操作为非首次迭代更新 操作时, 在根据所述与所述搜索路径个数相同个数的列向量的索引位置, 依次更新各搜索路径的索引集合, 获取更新后的索引集合之后, 检查所有 所述搜索路径的所述索引集合, 判断是否存在重复路径, 若存在, 则将重 复路径删除, 并根据删除后剩余的搜索路径再次更新索引集合, 获取二次 更新的索引集合。  With reference to the first aspect, in a third possible implementation manner of the second aspect, the device further includes: an checking module, configured to: when the iterative update operation is a non-first iterative update operation, An index position of the same number of column vectors as the number of search paths, sequentially updating an index set of each search path, and after obtaining the updated index set, checking the index sets of all the search paths to determine whether the index set exists The duplicate path, if it exists, deletes the duplicate path, and updates the index set again according to the search path remaining after the deletion to obtain the index set of the secondary update.
本发明实施例第二方面提供一种基于压缩感知的信号重建方法, 包 括:  A second aspect of the embodiments of the present invention provides a signal reconstruction method based on compressed sensing, which includes:
计算残差向量与处理矩阵中所有列向量的内积值;  Calculating the residual vector and the inner product of all column vectors in the processing matrix;
确定出所述内积值中的最大内积值;  Determining a maximum inner product value of the inner product values;
根据所述最大内积值、 内积门限因子以及预设最大搜索路径数, 确定 迭代中的搜索路径个数;  Determining the number of search paths in the iteration according to the maximum inner product value, the inner product threshold factor, and the preset maximum search path number;
在所述处理矩阵的所有列向量中, 按照所述内积值从大到小依次挑选 出对应的与所述搜索路径个数相同个数的列向量;  In all the column vectors of the processing matrix, the corresponding number of column vectors corresponding to the number of the search paths are sequentially selected according to the inner product value from large to small;
根据所述与所述搜索路径个数相同个数的列向量的索引位置, 依次更 新各搜索路径的索引集合, 获取更新后的索引集合;  And updating, according to the index position of the column number of the same number of the search path, the index sets of each search path, and obtaining the updated index set;
根据所述更新后的索引集合, 对各条搜索路径分别进行迭代更新操 作, 获取更新的残差向量。  According to the updated index set, an iterative update operation is performed on each search path to obtain an updated residual vector.
结合第二方面, 在第二方面的第一种可能的实施方式中, 所述根据所 述最大内积值、 内积门限因子以及预设最大搜索路径数, 确定迭代中的搜 索路径个数, 包括:  With reference to the second aspect, in a first possible implementation manner of the second aspect, the determining, according to the maximum inner product value, an inner product threshold factor, and a preset maximum search path number, determining a number of search paths in an iteration, Includes:
根据所述最大内积值和内积门限因子确定出内积门限值;  Determining an inner product threshold according to the maximum inner product value and the inner product threshold factor;
统计出所有所述内积值中大于所述内积门限值的内积值个数; 比较所述大于所述内积门限值的内积值个数和所述预设最大搜索路 径数的大小, 将其中较小的数值作为迭代中的搜索路径个数。  Counting the number of inner product values of all the inner product values that are greater than the inner product threshold; comparing the number of inner product values greater than the inner product threshold value and the preset maximum number of search paths The size of the smaller number is used as the number of search paths in the iteration.
结合第二方面, 在第二方面的第二种可能的实施方式中, 所述迭代更 新操作为非首次迭代更新操作, 相应地, In conjunction with the second aspect, in a second possible implementation of the second aspect, the iterative The new operation is a non-first iteration update operation, and accordingly,
所述根据所述更新后的索引集合, 对各条搜索路径分别进行迭代更新 操作, 获取更新的残差向量之后, 还包括:  According to the updated index set, performing an iterative update operation on each search path separately, and obtaining an updated residual vector, the method further includes:
计算所有所述搜索路径上所述更新的残差向量的二范数, 并确定所有 所述二范数中的最小二范数;  Calculating a two norm of the updated residual vector on all of the search paths, and determining a minimum two norm of all of the two norms;
根据所述最小二范数、 二范数门限因子、 最大搜索路径, 确定迭代中 的搜索路径保留个数;  Determining the number of search path reservations in the iteration according to the minimum two norm, the two norm threshold factor, and the maximum search path;
在所述搜索路径中, 按照所述二范数从小到大保留与所述搜索路径保 留个数相同个数的对应搜索路径, 作为保留搜索路径;  In the search path, a corresponding search path having the same number of retaining numbers as the search path is retained as a reserved search path according to the second norm;
若所述迭代更新操作的次数等于预设参数信号稀疏度, 则从所述保留 搜索路径中筛选出对应的所述二范数最小的搜索路径, 并将所述二范数最 小的搜索路径所对应的迭代更新信号作为重建信号。  If the number of times of the iterative update operation is equal to the preset parameter signal sparsity, the corresponding search path with the smallest two norm is filtered out from the reserved search path, and the search path with the minimum of the two norms is selected. The corresponding iterative update signal is used as the reconstruction signal.
结合第二方面, 在第二方面的第三种可能的实施方式中, 所述迭代更 新操作为非首次迭代更新操作, 相应地,  With reference to the second aspect, in a third possible implementation manner of the second aspect, the iterative update operation is a non-first iterative update operation, and accordingly,
所述根据所述与所述搜索路径个数相同个数的列向量的索引位置, 依 次更新各搜索路径的索引集合, 获取更新后的索引集合之后, 还包括: 检查所有所述搜索路径的所述索引集合, 判断是否存在重复路径, 若 存在, 则将重复路径删除, 再次更新搜索路径以及索引集合, 获取二次更 新的搜索路径和索引集合。  And updating, according to the index position of the column number of the same number of the search path, the index set of each search path, and obtaining the updated index set, further comprising: checking all the search path locations The index set determines whether there is a duplicate path. If yes, the duplicate path is deleted, the search path and the index set are updated again, and the search path and the index set of the secondary update are obtained.
本发明实施例第三方面提供一种基于压缩感知的信号重建装置, 包 括:  A third aspect of the embodiments of the present invention provides a signal reconstruction apparatus based on compressed sensing, including:
存储器, 用于存储指令;  a memory for storing instructions;
处理器, 与所述存储器耦合, 被配置为执行存储在所述存储器中的指 令, 用于计算残差向量与处理矩阵中所有列向量的内积值; 确定出所述内 积值中的最大内积值; 根据所述最大内积值、 内积门限因子以及预设最大 搜索路径数, 确定迭代中的搜索路径个数; 在所述处理矩阵的所有列向量 中, 按照所述内积值从大到小依次挑选出对应的与所述搜索路径个数相同 个数的列向量; 根据所述与所述搜索路径个数相同个数的列向量的索引位 置, 依次更新各搜索路径的索引集合, 获取更新后的索引集合; 根据所述 更新后的索引集合, 对各条搜索路径分别进行迭代更新操作, 获取更新的 残差向量。 a processor, coupled to the memory, configured to execute instructions stored in the memory for calculating a residual vector and an inner product value of all column vectors in the processing matrix; determining a maximum of the inner product values An inner product value; determining, according to the maximum inner product value, an inner product threshold factor, and a preset maximum search path number, a number of search paths in an iteration; in all column vectors of the processing matrix, according to the inner product value Sorting the corresponding number of column vectors corresponding to the number of the search paths from the largest to the smallest; and sequentially updating the indexes of the search paths according to the index positions of the column numbers of the same number of the search paths Collecting, obtaining an updated index set; performing an iterative update operation on each search path according to the updated index set, and obtaining an updated Residual vector.
结合第三方面,在第三方面的第一种可能的实施方式中,所述处理器, 具体用于根据所述最大内积值和内积门限因子确定出内积门限值; 统计出 所有所述内积值中大于所述内积门限值的内积值个数; 比较所述大于所述 内积门限值的内积值个数和所述预设最大搜索路径数的大小, 将其中较小 的数值作为迭代中的搜索路径个数。  With reference to the third aspect, in a first possible implementation manner of the third aspect, the processor is configured to determine an inner product threshold according to the maximum inner product value and an inner product threshold factor; And the number of inner product values of the inner product value that is greater than the inner product threshold value; comparing the number of inner product values greater than the inner product threshold value and the size of the preset maximum search path number, The smaller of these values is taken as the number of search paths in the iteration.
结合第三方面,在第三方面的第二种可能的实施方式中,所述处理器, 还用于在所述迭代更新操作为非首次迭代更新操作时, 在根据所述更新后 的索引集合, 对各条搜索路径分别进行迭代更新操作, 获取更新的残差向 量之后, 计算所有所述搜索路径上所述更新的残差向量的二范数, 并确定 所有所述二范数中的最小二范数;根据所述最小二范数、二范数门限因子、 最大搜索路径, 确定迭代中的搜索路径保留个数; 在所述搜索路径中, 按 照所述二范数从小到大保留与所述搜索路径保留个数相同个数的搜索路 径, 作为保留搜索路径; 在所述迭代更新操作的次数等于预设参数信号稀 疏度时, 从所述保留搜索路径中筛选出对应的所述二范数最小的搜索路 径, 并将所述二范数最小的搜索路径所对应的迭代更新信号作为重建信 号。  With reference to the third aspect, in a second possible implementation manner of the third aspect, the processor is further configured to: when the iterative update operation is a non-first iterative update operation, according to the updated index set And performing an iterative update operation on each search path to obtain an updated residual vector, calculating a second norm of the updated residual vector on all the search paths, and determining a minimum of all the second norms a second norm; determining, according to the minimum two norm, a two norm threshold factor, a maximum search path, a number of search path reservations in the iteration; in the search path, retaining from the second norm according to the second norm The search path retains the same number of search paths as the reserved search path. When the number of times of the iterative update operation is equal to the preset parameter signal sparsity, the corresponding searched path is selected from the reserved search path. The search path with the smallest norm is used as the reconstruction signal for the iterative update signal corresponding to the search path with the smallest two norm.
结合第三方面,在第三方面的第三种可能的实施方式中,所述处理器, 还用于在迭代更新操作为非首次迭代更新操作时, 在根据所述与所述搜索 路径个数相同个数的列向量的索引位置, 依次更新各搜索路径的索引集 合,获取更新后的索引集合之后,检查所有所述搜索路径的所述索引集合, 判断是否存在重复路径, 若存在, 则将重复路径删除, 并根据删除后剩余 的搜索路径再次更新索引集合, 获取二次更新的索引集合。  With reference to the third aspect, in a third possible implementation manner of the third aspect, the processor is further configured to: when the iterative update operation is a non-first iterative update operation, according to the number of the search paths Index positions of the same number of column vectors, sequentially updating the index sets of the search paths, and after obtaining the updated index sets, checking the index sets of all the search paths to determine whether there is a duplicate path, if any, The path deletion is repeated, and the index set is updated again according to the search path remaining after the deletion, and the index set of the secondary update is obtained.
本发明实施例中, 根据所述最大内积值、 内积门限因子以及预设最大 搜索路径数, 确定迭代中的搜索路径个数, 即对搜索路径进行的筛选, 并 根据确定的搜索路径个数确定索引集合, 因此后续迭代更新的处理对象减 少, 工作量和复杂度也就大大降低。 附图说明  In the embodiment of the present invention, the number of search paths in the iteration is determined according to the maximum inner product value, the inner product threshold factor, and the preset maximum search path number, that is, the search path is filtered, and according to the determined search path. The number determines the index set, so the processing objects of subsequent iteration updates are reduced, and the workload and complexity are greatly reduced. DRAWINGS
为了更清楚地说明本发明实施例或现有技术中的技术方案, 下面将对 实施例或现有技术描述中所需要使用的附图作一简单地介绍, 显而易见 地, 下面描述中的附图是本发明的一些实施例, 对于本领域普通技术人员 来讲, 在不付出创造性劳动性的前提下, 还可以根据这些附图获得其他的 附图。 In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the following will The drawings used in the embodiments or the description of the prior art are briefly described. It is obvious that the drawings in the following description are some embodiments of the present invention, and are not creative to those skilled in the art. Other drawings can also be obtained from these drawings on the premise of labor.
图 1 为本发明提供的基于压缩感知的信号重建装置实施例一的结构示意 图;  1 is a schematic structural diagram of Embodiment 1 of a signal reconstruction apparatus based on compressed sensing provided by the present invention;
图 2为本发明提供的基于压缩感知的信号重建装置实施例二的结构示意 图;  2 is a schematic structural diagram of Embodiment 2 of a signal reconstruction apparatus based on compressed sensing provided by the present invention;
图 3为本发明提供的基于压缩感知的信号重建方法实施例一的流程示意 图;  3 is a schematic flow chart of Embodiment 1 of a method for reconstructing a compressed sensing based signal according to the present invention;
图 4为本发明提供的基于压缩感知的信号重建方法实施例二的流程示意 图;  4 is a schematic flow chart of Embodiment 2 of a method for reconstructing a compressed sensing based signal according to the present invention;
图 5为本发明提供的基于压缩感知的信号重建装置实施例三的结构示意 图。 具体实施方式 为使本发明实施例的目的、 技术方案和优点更加清楚, 下面将结合本 发明实施例中的附图, 对本发明实施例中的技术方案进行清楚、 完整地描 述, 显然,所描述的实施例是本发明一部分实施例, 而不是全部的实施例。 基于本发明中的实施例, 本领域普通技术人员在没有作出创造性劳动前提 下所获得的所有其他实施例, 都属于本发明保护的范围。  FIG. 5 is a schematic structural diagram of Embodiment 3 of a signal reconstruction apparatus based on compressed sensing provided by the present invention. The technical solutions in the embodiments of the present invention are clearly and completely described in the following with reference to the accompanying drawings in the embodiments of the present invention. The embodiments are a part of the embodiments of the invention, and not all of the embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments of the present invention without creative efforts are within the scope of the present invention.
图 1为本发明提供的基于压缩感知的信号重建装置实施例一的结构示意 图, 如图 1所示, 该装置包括: 计算模块 101、 确定模块 102、 筛选模块 103、 更新模块 104和迭代模块 105, 其中:  FIG. 1 is a schematic structural diagram of Embodiment 1 of a compression-aware signal reconstruction apparatus according to the present invention. As shown in FIG. 1, the apparatus includes: a calculation module 101, a determination module 102, a screening module 103, an update module 104, and an iteration module 105. , among them:
计算模块 101, 用于计算残差向量与处理矩阵中所有列向量的内积值。 该残差向量可以是初始化残差向量, 也可以指后续迭代过程中的残差向量。 , 以初始化残差向量为例, 记为 r[°], 上角标中的 0表示初始化。 r[°]与处理矩阵 A的每一个列向量逐一进行内积计算, 表示为〈 ,4〉 , 其中, A„表示处 理矩阵 A的第 n歹 U, 该处理矩阵 A—共有 N列, n可以为 1,2,...,N, 〈〉表示 内积操作。 最后得到 N个内积值。 确定模块 102, 用于确定出上述内积值中的最大内积值; 并根据最大 内积值、 内积门限因子以及预设最大搜索路径数, 确定迭代中的搜索路径 个数。 The calculation module 101 is configured to calculate an inner product value of the residual vector and all the column vectors in the processing matrix. The residual vector may be an initial residual vector or a residual vector during subsequent iterations. For example, to initialize the residual vector, denoted as r [ ° ] , and 0 in the upper corner indicates initialization. r [ ° ] and each column vector of the processing matrix A are subjected to inner product calculation one by one, expressed as < , 4 > , where A „ denotes the nth 歹U of the processing matrix A, and the processing matrix A has a total of N columns, n Can be 1, 2, ..., N, 〈> Inner product operation. Finally, N inner product values are obtained. The determining module 102 is configured to determine a maximum inner product value of the inner product values; and determine the number of search paths in the iteration according to the maximum inner product value, the inner product threshold factor, and the preset maximum search path number.
筛选模块 103, 用于在上述处理矩阵的所有列向量中, 按照上述内积 值从大到小依次挑选出对应的与上述搜索路径个数相同个数的列向量。  The filtering module 103 is configured to select, in the column vectors of the processing matrix, the same number of column vectors corresponding to the number of the search paths in order from the inner product value.
更新模块 104, 用于根据上述与上述搜索路径个数相同个数的列向量 的索引位置, 依次更新各搜索路径的索引集合, 获取更新后的索引集合。  The updating module 104 is configured to sequentially update the index sets of the search paths according to the index positions of the column numbers of the same number of the search paths as above, and obtain the updated index sets.
迭代模块 105, 用于根据上述更新后的索引集合, 对各条搜索路径分 别进行迭代更新操作, 获取更新的残差向量。  The iteration module 105 is configured to perform an iterative update operation on each search path according to the updated index set to obtain an updated residual vector.
本实施例中, 根据所述最大内积值、 内积门限因子以及预设最大搜索 路径数, 确定迭代中的搜索路径个数, 即对搜索路径进行的筛选, 并根据 确定的搜索路径个数确定索引集合, 因此后续迭代更新的处理对象减少, 工作量和复杂度也就大大降低。且根据实验表明采用本发明实施例的方法 获得的重建信号准确度很高。  In this embodiment, the number of search paths in the iteration is determined according to the maximum inner product value, the inner product threshold factor, and the preset maximum search path number, that is, the search path is filtered, and the number of search paths is determined according to the determined number of search paths. The index set is determined, so the processing objects of subsequent iterations are reduced, and the workload and complexity are greatly reduced. And according to experiments, the reconstructed signal obtained by the method of the embodiment of the invention has high accuracy.
进一步地, 确定模块 102, 具体用于根据所述最大内积值和内积门限因 子确定出内积门限值; 统计出所有所述内积值中大于所述内积门限值的内 积值个数; 比较所述大于所述内积门限值的内积值个数和所述预设最大搜 索路径数的大小, 将其中较小的数值作为迭代中的搜索路径个数。  Further, the determining module 102 is specifically configured to determine an inner product threshold according to the maximum inner product value and the inner product threshold factor; and calculate an inner product of all the inner product values that is greater than the inner product threshold value. The number of values is compared; the number of inner product values greater than the inner product threshold value and the size of the preset maximum search path number are compared, and the smaller one is used as the number of search paths in the iteration.
计算模块 101, 还用于在所述迭代更新操作为非首次迭代更新操作时, 在根据所述更新后的索引集合, 对各条搜索路径分别进行迭代更新操作, 获取更新的残差向量之后, 计算所有所述搜索路径上所述更新的残差向量 的二范数,并确定所有所述二范数中的最小二范数。相应地,确定模块 102, 还用于根据所述最小二范数、 二范数门限因子、 最大搜索路径, 确定迭代 中的搜索路径保留个数; 在所述搜索路径中, 按照所述二范数从小到大保 留与所述搜索路径保留个数相同个数的搜索路径, 作为保留搜索路径; 在 所述迭代更新操作的次数等于预设参数信号稀疏度时, 从所述保留搜索路 径中筛选出对应的所述二范数最小的搜索路径, 并将所述二范数最小的搜 索路径所对应的迭代更新信号作为重建信号。  The calculating module 101 is further configured to: after the iterative update operation is a non-first iterative update operation, perform an iterative update operation on each search path according to the updated index set, and obtain an updated residual vector, Calculating a two norm of the updated residual vector on all of the search paths and determining a minimum two norm of all of the two norms. Correspondingly, the determining module 102 is further configured to determine, according to the minimum two norm, the two norm threshold factor, and the maximum search path, the number of search path reservations in the iteration; in the search path, according to the second norm a number of search paths retaining the same number of search paths as the reserved search path from small to large, and filtering from the reserved search path when the number of times of the iterative update operation is equal to the preset parameter signal sparsity Corresponding to the second norm minimum search path, and the iterative update signal corresponding to the second norm minimum search path is used as a reconstruction signal.
图 2为本发明提供的基于压缩感知的信号重建装置实施例二的结构示意 图, 如图 2所示, 在图 1的基础上, 该装置还包括: 检查模块 106, 用于在 迭代更新操作为非首次迭代更新操作时, 在根据所述与所述搜索路径个数 相同个数的列向量的索引位置, 依次更新各搜索路径的索引集合, 获取更 新后的索引集合之后, 检查所有所述搜索路径的所述索引集合, 判断是否 存在重复路径, 若存在, 则将重复路径删除, 并根据删除后剩余的搜索路 径再次更新索引集合, 获取二次更新的索引集合。 2 is a schematic structural diagram of Embodiment 2 of a signal reconstruction apparatus based on compressed sensing provided by the present invention As shown in FIG. 2, on the basis of FIG. 1, the apparatus further includes: an checking module 106, configured to: when the iterative update operation is a non-first iterative update operation, according to the number of the search paths according to the The index position of the number of column vectors, the index set of each search path is sequentially updated, and after the updated index set is obtained, the index sets of all the search paths are checked to determine whether there is a duplicate path, and if it exists, it will be repeated. The path is deleted, and the index set is updated again according to the search path remaining after the deletion, and the index set of the second update is obtained.
该装置用于执行下述方法实施例。  The apparatus is for performing the method embodiments described below.
图 3为本发明提供的基于压缩感知的信号重建方法实施例一的流程示意 图, 如图 3所示, 该方法包括:  FIG. 3 is a schematic flowchart of Embodiment 1 of a method for reconstructing a compressed sensing based signal according to the present invention. As shown in FIG. 3, the method includes:
S301、 计算残差向量与处理矩阵中所有列向量的内积值。  S301. Calculate a residual vector and an inner product value of all column vectors in the processing matrix.
该残差向量可以是初始化残差向量, 也可以指后续迭代过程中的残差向 量, 以初始化残差向量为例, 记为 r[°], 上角标中的 0表示初始化。 r[°]与处理 矩阵 A的每一个列向量逐一进行内积计算, 表示为〈 \ ,4 n〉 I , 其中, 表 示处理矩阵 A的第 n列, 该处理矩阵 A—共有 N列, n可以为 1,2,..., N, ( > 表示内积操作。 最后得到 N个内积值。 The residual vector may be an initialization residual vector, or may refer to a residual vector in a subsequent iteration. Taking the initialization residual vector as an example, it is denoted as r [ ° ] , and 0 in the upper corner indicates initialization. r [ ° ] is calculated internally by each column vector of the processing matrix A, expressed as < \ , 4 n > I , where represents the nth column of the processing matrix A, the processing matrix A - a total of N columns, n It can be 1, 2, ..., N, ( > means inner product operation. Finally, N inner product values are obtained.
5302、 确定出上述内积值中的最大内积值。 从上述 N各内积值中选出最 大的一个, 记为 v[1] = maX ( [〈 , 〉]), 上标 1表示是首次进行的步骤。 5302. Determine a maximum inner product value of the inner product values. The largest one is selected from the above N inner product values, denoted as v [1] = ma X ( [< , 〉]), and the superscript 1 indicates the first step.
5303、 根据上述最大内积值、 内积门限因子以及预设最大搜索路径数, 确定迭代中的搜索路径个数。 S303. Determine, according to the maximum inner product value, the inner product threshold factor, and the preset maximum search path number, the number of search paths in the iteration.
S304、 在上述处理矩阵的所有列向量中, 按照上述内积值从大到小依次 挑选出对应的与上述搜索路径个数相同个数的列向量。  S304. In all the column vectors of the processing matrix, select the same number of column vectors corresponding to the number of the search paths according to the inner product value from the largest to the smallest.
假设首次确定的搜索路径个数为 1], 那么在上述处理矩阵 Α 中, 按照 上述 N个内积值从大到小挑选出对应的 ^个列向量。 Assuming that the number of search paths determined for the first time is 1] , in the above processing matrix ,, the corresponding column vectors are selected according to the N inner product values from large to small.
S305、 根据与上述搜索路径个数相同个数的列向量的索引位置, 依次更 新各搜索路径的索引集合, 获取更新后的索引集合。  S305. Update the index sets of the search paths in turn according to the index positions of the column numbers of the same number of the search paths, and obtain the updated index sets.
与上述搜索路径个数相同个数的列向量的索引位置, 即这些列向量的编 号, 将 ^[1]个索引位置逐一更新到 个索引集合中, 得到 ^[1]个更新后的索引 集合 {Ω , 下标 k表示第 k条搜索路径, 其中 fc = l,2,..., ^1], 即将每个索引位 置对应添加到其相应的搜索路径的索引集合中。 The index position of the same number of column vectors as the number of search paths, that is, the number of these column vectors, updates ^ [1] index positions one by one to the index set, and obtains [1] updated index sets. {Ω , subscript k denotes the kth search path, where fc = l, 2,..., ^ 1] , ie each index bit Set the corresponding index set added to its corresponding search path.
S306、根据更新后的索引集合, 对各条搜索路径分别进行迭代更新操作, 获取更新的残差向量。  S306. Perform an iterative update operation on each search path according to the updated index set, and obtain an updated residual vector.
以第 k条搜索路径为例, 先根据该搜索路径的索引集合 {Ω , 来获取迭 代更新信号向量^,该迭代更新过程可表示为公式^ A y,其中 y为预先输入的采样信号向量, A为预先输入的处理矩阵, A 为处理矩阵 A 中由索引集合 {Ω 所包含的索引位置所对应的列向量组成的矩阵, 为 A 的共轭转置矩阵, (Α^ ΑΩ 为 ΑΩ的逆矩阵。然后根据 ^进行残差向量更 新, 具体可以根据公式 i = y-A 计算获取更新的残差向量 i 。 进一步地采用更新后的残差向量进入到下一次迭代循环中, 直到最后获 取重建信号, 下文再详细介绍。 Taking the kth search path as an example, the iterative update signal vector ^ is obtained according to the index set {Ω of the search path, and the iterative update process can be expressed as a formula ^ A y, where y is a pre-entered sample signal vector, A is a processing matrix input in advance, and A is a matrix composed of column vectors corresponding to index positions included in the index set {Ω in the processing matrix A, which is a conjugate transposed matrix of A, (Α^ Α Ω is Α Ω The inverse matrix is then updated according to ^, and the updated residual vector i can be obtained according to the formula i = yA. Further, the updated residual vector is used to enter the next iteration loop until the last reconstruction is obtained. The signal, which is described in more detail below.
本实施例中, 根据所述最大内积值、 内积门限因子以及预设最大搜索 路径数, 确定迭代中的搜索路径个数, 即对搜索路径进行的筛选, 并根据 确定的搜索路径个数确定索引集合, 因此后续迭代更新的处理对象减少, 工作量和复杂度也就大大降低。且根据实验表明采用本发明实施例的方法 获得的重建信号准确度很高。  In this embodiment, the number of search paths in the iteration is determined according to the maximum inner product value, the inner product threshold factor, and the preset maximum search path number, that is, the search path is filtered, and the number of search paths is determined according to the determined number of search paths. The index set is determined, so the processing objects of subsequent iterations are reduced, and the workload and complexity are greatly reduced. And according to experiments, the reconstructed signal obtained by the method of the embodiment of the invention has high accuracy.
上述根据上述最大内积值、 内积门限因子以及最大搜索路径数, 确定迭 代中的搜索路径个数, 具体为: 根据上述最大内积值和内积门限因子确定出 内积门限值; 统计出所有上述内积值中大于该内积门限值的内积值个数; 比 较上述大于上述内积门限值的内积值个数和上述预设最大搜索路径数的大 小, 将其中较小的数值作为迭代中的搜索路径个数。  The determining the number of search paths in the iteration according to the maximum inner product value, the inner product threshold factor, and the maximum search path number, specifically: determining an inner product threshold according to the maximum inner product value and the inner product threshold factor; And the number of inner product values of all the inner product values greater than the inner product threshold value; comparing the number of inner product values greater than the inner product threshold value and the size of the preset maximum search path number, The small value is used as the number of search paths in the iteration.
仍以首次迭代过程为例, 将上述最大内积值 max /"[° „ 和内积门 限因子《相乘的乘积作为内积门限值, 并统计出上述所有内积值大于该内积 门限值的内积值的个数 , 比较; 7[1]和 K 的大小, 将比较小的那个数值作为 首次迭代中的搜索路径个数。 其中; 7[1]可以采用公式 = {[< r[0],A >] > vma 此处 {[ < r[0],A >1 > v[1]a ;集合 {[ < r[0],A >1 > v[1]a 中元素的个数 ( 进一步地, 如果迭代更新操作为非首次迭代更新操作, 那么, 上述根据 与上述搜索路径个数相同个数的列向量的索引位置, 依次更新各搜索路径的 索引集合, 获取更新后的索引集合之后, 还可以检查所有搜索路径的索引集 合, 判断是否存在重复路径, 若存在, 则将重复路径删除, 并根据删除后剩 余的搜索路径更新搜索集合, 获取二次更新的索引集合。 这样进行筛选后, 可以避免后续迭代操作时进行不必要的计算, 以降低复杂度。 Taking the first iterative process as an example, the product of the maximum inner product value max /" [ ° „ and the inner product threshold factor "multiplied by is used as the inner product threshold value, and all the inner product values are larger than the inner product gate. The number of inner product values of the limit, comparison; 7 [1] and the size of K, the smaller value is used as the number of search paths in the first iteration. Where 7 [1] can use the formula = {[< r [0] , A >] > v m a where {[ < r [0] , A >1 > v [1] a ; set {[ < r [0] , A >1 > v [1] The number of elements in a ( Further, if the iterative update operation is not the first iterative update operation, the index position of each search path is sequentially updated according to the index position of the column number of the same number of the search path, and the updated index set is obtained. The index set of all search paths may also be checked to determine whether there is a duplicate path. If yes, the duplicate path is deleted, and the search set is updated according to the search path remaining after the deletion, and the index set of the second update is obtained. After filtering in this way, unnecessary calculations can be avoided during subsequent iteration operations to reduce complexity.
对于迭代更新操作为非首次迭代更新操作, 根据更新后的索引集合, 对 各条搜索路径分别进行迭代更新操作, 获取更新的残差向量之后, 还包括: 计算所有搜索路径上上述更新的残差向量的二范数, 并确定所有二范数中的 最小二范数; 根据该最小二范数、 二范数门限因子、 最大搜索路径, 确定迭 代中的搜索路径保留个数; 在搜索路径中, 按照上述二范数从小到大保留与 上述搜索路径保留个数相同个数的对应搜索路径, 作为保留搜索路径; 若上 述迭代更新操作的次数等于预设参数信号稀疏度 S , 则从上述保留搜索路径 中筛选出对应的上述二范数最小的搜索路径, 并将该二范数最小的搜索路径 所对应的迭代更新信号作为重建信号。  For the iterative update operation is a non-first iteration update operation, according to the updated index set, performing an iterative update operation on each search path separately, and obtaining the updated residual vector, the method further includes: calculating the residual of the update on all the search paths. a two norm of the vector, and determining a minimum two norm of all the two norms; determining the number of search path reservations in the iteration according to the minimum two norm, the two norm threshold factor, and the maximum search path; According to the above two norm, from small to large, the corresponding search path retaining the same number as the above search path is reserved as the reserved search path; if the number of times of the above iterative update operation is equal to the preset parameter signal sparsity S, then the above reservation is performed. The search path corresponding to the second norm number is selected in the search path, and the iterative update signal corresponding to the search path with the smallest two norm is used as the reconstruction signal.
图 4为本发明提供的基于压缩感知的信号重建方法实施例二的流程示意 图, 如图 4所示, 本发明实施例提供的信号重建方法整个过程包括:  FIG. 4 is a schematic flowchart of Embodiment 2 of a method for reconstructing a compressed sensing based signal according to the present invention. As shown in FIG. 4, the entire process of the signal reconstruction method provided by the embodiment of the present invention includes:
5401、 接收输入的数据和参数。 具体地, 可以由用户人工输入, 或者由 其它设备导入。 上述数据包括: 采样信号 (记为 y, y是一个向量) 、 处理矩 阵 (记为 ; 上述参数包括: 预设信号稀疏度 (记为 、 预设最大搜索路 径数 (记为 J 、 内积门限因子 (记为") 以及二范数门限因子 (记为 。  5401. Receive input data and parameters. Specifically, it can be manually input by the user or imported by other devices. The above data includes: sampling signal (denoted as y, y is a vector), processing matrix (remembered; the above parameters include: preset signal sparsity (remarked as, preset maximum number of search paths (denoted as J, inner product threshold) Factor (denoted as ") and two-norm threshold factor (denoted as.
5402、 初始化残差向量和索引集合。 其中, 初始化残差向量, 就是将残 差向量的初始值赋值为上述输入的采样信号, 即 r[°] = y ; 初始化索引集合, 就是将索引集合的初始值赋值为空集, 即 Ω = 0。 5402. Initialize a residual vector and an index set. The initialization residual vector is to assign the initial value of the residual vector to the input sample signal, that is, r [ ° ] = y; to initialize the index set, the initial value of the index set is assigned to the empty set, that is, Ω = 0.
S403、 求初始残差向量和处理矩阵中所有列向量的内积值。 即通过公式 S403. Find an initial residual vector and an inner product value of all column vectors in the processing matrix. Through the formula
(r[01 , A ) 求得 N个内积值。 S404、 在上述内积值中确定出最大内积值。 将该最大内积值记为
Figure imgf000012_0001
(r [01 , A ) find N inner product values. S404. Determine a maximum inner product value among the inner product values. Write the maximum inner product value as
Figure imgf000012_0001
S405、 根据上述最大内积值、 内积门限因子以及预设最大搜索路径数, 确定首次迭代中的搜索路径个数。 具体地, 将 V (r[0], A ) 和《的乘积 作为内积门限值, 并确定上述 Ν各内积值中大于该内积门限值的个数 ;/[1], 将 和 中较小的那个作为首次迭代中的搜索路径个数, 并记为 [1], 即 Κί1] = Ώΐιη (ηί1] , κ)。 S405. Determine, according to the maximum inner product value, the inner product threshold factor, and the preset maximum search path number, the number of search paths in the first iteration. Specifically, the product of V (r [0] , A ) and " is used as the inner product threshold value, and the number of inner product values of the above Ν is greater than the inner product threshold value; / [1] , And the smaller one is used as the number of search paths in the first iteration, and is recorded as [1] , ie Κ ί1] = Ώΐιη (η ί1] , κ).
5406、 从上述处理矩阵的所有向量中, 按照上述内积值从大到小依次挑 选出对应的与上述首次迭代中的搜索路径个数相同个数的列向量。 具体地, 在处理矩阵 A中挑选出 ^ 1]个对应内积值较大的列向量。 5406. Select, from all the vectors of the processing matrix, the same number of column vectors corresponding to the number of search paths in the first iteration according to the inner product value from the largest to the smallest. Specifically, in the processing selection matrix A ^ column vector product of greater value within 1] correspond.
5407、 根据上述挑选出的列向量的索引位置, 依次更新各搜索路径的索 引集合。上述挑选出的列向量的索引位置即各列向量的对应位置编号。将 1] 个索引位置逐一更新到 ^[1]个索引集合中, 得到 1]个更新后的索引集合 {Ω , 下标 k表示第 k条搜索路径, 其中 = 1,υ[1]5407. Update the index set of each search path sequentially according to the index position of the selected column vector. The index position of the selected column vector is the corresponding position number of each column vector. The 1] index positions are updated one by one into ^ [1] index sets, and 1] updated index set {Ω is obtained, and the subscript k represents the kth search path, where = 1, υ [1] .
5408、根据更新后的索引集合, 对各条搜索路径分别进行迭代更新操作, 获取更新的残差向量。 采用前述实施例的方法, 每条搜索路径都获取更新的 残差向量 i 。  5408. Perform an iterative update operation on each search path according to the updated index set, and obtain an updated residual vector. With the method of the previous embodiment, each search path acquires an updated residual vector i .
5409、 在每一条搜索路径中, 采用上述更新后的残差向量, 求更新后的 残差向量与上述处理矩阵所有列向量的内积值。 即通过公式〈ιΤ1],Α^ _ 求 得 N个内积值。 s表示本次迭代的次数(即表示当前为第 s次迭代) , -"表 示上次迭代更新后获得的残差向量; 下标 k表示在第 k条路径中。 5409. In each search path, use the updated residual vector to obtain an inner product value of the updated residual vector and all the column vectors of the processing matrix. That is, by the formula <ιΤ 1] , Α^ _ obtains N inner product values. s indicates the number of times of this iteration (that is, the current iteration is the sth iteration), - "represents the residual vector obtained after the last iteration update; the subscript k is represented in the kth path.
需要说明的是, 每条路径中平行进行, 互不干扰, 下述方法中同理。 S410、 在上述每一条搜索路径中, 在上述内积值中确定出最大内积值。 将该最大内积值记为 v s] = 。It should be noted that each path is performed in parallel and does not interfere with each other, and the same is true in the following methods. S410. Determine, in each of the foregoing search paths, a maximum inner product value among the inner product values. Record the maximum inner product value as v s] = .
Figure imgf000012_0002
s表示本次迭代的次数 (即表示当 前为第 S次迭代)
Figure imgf000012_0002
s indicates the number of times of this iteration (ie, when Before the Sth iteration)
S411、 根据上述最大内积值、 内积门限因子以及预设最大搜索路径数, 确定本次迭代中的每条搜索路径下的子搜索路径个数。 具体地, 将 vk = max — -1],4〉])和 "的乘积作为内积门限值, 并确定上述 N各内积值中 大于该内积门限值的个数;^, 其中;^ = {[<r ],A„ >] > v^a) 将 和^中较 小的那个作为本次迭代中的子搜索路径个数, 并记为 s]s]=min(;^, 。 S411. Determine, according to the maximum inner product value, the inner product threshold factor, and the preset maximum search path number, the number of sub-search paths in each search path in the current iteration. Specifically, the product of v k = max — — 1 ] , 4 > ] and “ is used as the inner product threshold value, and the number of inner product values of the above N is greater than the inner product threshold value; Where; ^ = {[<r ] , A„ >] > v^a) The smaller of ^ and ^ is the number of sub-search paths in this iteration, and is denoted as s] , s] =min( ;^, .
S412、 从上述处理矩阵的所有向量中, 按照上述内积值从大到小依次挑 选出对应的与上述子搜索路径个数相同个数的列向量。即在每条搜索路径中, 从上述处理矩阵 A中挑选出 s]个对应内积值较大的列向量。 S412. Select, from all the vectors of the processing matrix, the same number of column vectors corresponding to the number of the sub-search paths in order from the inner product value. That is, in each search path, s] corresponding column vectors having larger inner product values are selected from the above processing matrix A.
S413、 根据上述挑选出的列向量的索引位置, 依次更新各搜索路径的索 引集合。 即将 ^个索引位置逐一更新到 个索引集合中, 得到 s]个更新 后的索引集合 {ΩΑ,.}., j = l,2,...,Kk [s S413. Update the index set of each search path sequentially according to the index position of the selected column vector. The index positions are updated one by one into the index set, and s] updated index sets {Ω Α , .}., j = l, 2,..., K k [s
5414、 检查所有搜索路径中当前索引集合, 判断是否存在重复路径, 若 存在, 则删除重复路径, 并返回执行 S413, 即根据删除后剩余的搜索路径再 次索引集合; 若不存在, 则执行 S415。  5414. Check the current index set in all the search paths, and determine whether there is a duplicate path. If yes, delete the duplicate path, and return to execution S413, that is, re-index the set according to the search path remaining after the deletion; if not, execute S415.
5415、 根据更新后的索引集合, 对各条子搜索路径分别进行各自的迭代 更新操作, 获取更新的残差向量。  5415. Perform respective iterative update operations on each of the sub-search paths according to the updated index set, and obtain an updated residual vector.
以第 k条路径的第 j条子搜索路径为例, 首先, 根据索引集合 {Ω^.}., 来 获取迭代更新信号向量 , 其中 =(Α^Α ·)— 1 A^.y, Antj为处理矩阵 A 中由索引集合 {Ω^.}.所包含的索引位置所对应的列向量组成的矩。 然后根据 进行残差向量更新, 本次更新的残差向量为 = -An [nl。 Taking the jth sub-search path of the kth path as an example, first, an iterative update signal vector is obtained according to the index set {Ω^.}., where =(Α^Α ·) - 1 A^.y, A ntj The moment composed of the column vectors corresponding to the index positions contained in the index set {Ω^.}. in the matrix A. Then, according to the residual vector update, the residual vector of this update is = - A n [ nl.
5416、 计算所有搜索路径上上述更新的残差向量的二范数, 并确定所有 二范数中的最小二范数。 该最小二范数记为^
Figure imgf000013_0001
5416. Calculate a second norm of the updated residual vector on all search paths, and determine a minimum two norm of all the two norms. The minimum two norm is recorded as ^
Figure imgf000013_0001
的二范数。 需要说明的是, 所有搜索路径包括上述所有搜索路径以及每 一条搜索路径下的每一条子搜索路径。 The two norms. It should be noted that all search paths include all the above search paths and each Each sub-search path under a search path.
S417、 根据该最小二范数、 二范数门限因子、 最大搜索路径, 确定迭代 中的搜索路径保留个数。 具体地, 将 ] = min | 和 的比值作为二范数 门限值, 从上述二范数中确定出小于等于该二范数门限值的二范数个数 [5], 即 1[ 然后将 ^和 K 中的较小值作为本次迭代中的搜索路
Figure imgf000014_0001
S417. Determine, according to the minimum two norm, the two norm threshold factor, and the maximum search path, the number of search path reservations in the iteration. Specifically, the ratio of ] = min | and is used as a two-norm threshold value, and a number of two norms that are less than or equal to the second norm threshold value is determined from the above two norms [5] , that is, 1 [ then Use the smaller values in ^ and K as the search path in this iteration
Figure imgf000014_0001
径保留个数, 记为 t/[s], ί/Μ = ηιίη( ],^ί:)。 The number of paths is reserved, denoted as t/ [s] , ί/ Μ = ηιίη( ] , ^ί:).
5418、 在上述所有搜索路径中, 按照上述二范数从小到大保留与上述搜 索路径保留个数相同个数的搜索路径, 作为保留搜索路径。 即在所有搜索路 径中, 按照二范数从小到大保留 t/[s]条搜索路径作为保留搜索路径。 5418. In all the foregoing search paths, the search path with the same number of retaining numbers as the above search path is kept from small to large according to the above two norms, as a reserved search path. That is, in all search paths, the t/ [s] search path is reserved as a reserved search path from small to large according to the two norm.
5419、 判断是否满足迭代停止条件, 若是, 则执行 S420; 若否, 则返回 执行 S409。 返回执行 S409时, 采用 S415中更新的残差向量。  5419. Determine whether the iteration stop condition is met, and if yes, execute S420; if not, return to execute S409. When the execution returns to S409, the residual vector updated in S415 is used.
其中, 判断是否满足迭代停止条件, 具体为, 判断当前已进行的迭代更 新次数是否等于预设信号稀疏度 S, 表示不满足迭代停止条件; s = S表 示满足迭代停止条件。  Wherein, determining whether the iteration stop condition is satisfied, specifically, determining whether the current iteration update number is equal to the preset signal sparsity S, indicating that the iteration stop condition is not satisfied; s = S indicates that the iteration stop condition is satisfied.
5420、从上述保留搜索路径中筛选出对应的上述二范数最小的搜索路径, 并将该二范数最小的搜索路径所对应的迭代更新信号作为重建信号。  5420. Filter out the corresponding search path with the smallest two norm from the reserved search path, and use the iterative update signal corresponding to the search path with the smallest two norm as the reconstruction signal.
上述对应的上述二范数最小的搜索路径可表示为 = arg min [S] arg min [S] 为获取对应的上述二范数最小的搜索路径的标识, 该条搜索路 径所对应的迭代更新信号作为最终的重建信号 δ , 具体为The above-mentioned corresponding second norm minimum search path can be expressed as = ar g mi n [S] arg min [S] is an identifier for obtaining the corresponding search path with the smallest two norm, and the iteration corresponding to the search path Updating the signal as the final reconstruction signal δ, specifically
0[s],when e Ω 0[ s] ,when e Ω
Θ, = Oh, yes
0, when i i. Ω- 本实施例中, 通过 S405、 S411、 S414、 S417 依次对后续步骤的工作对 象进行筛选, 使得后续步骤的工作量逐步减少, 以使整个信号重建过程的复 杂度大大降低。 且根据大量实验数据表明, 本发明实施例提供的方法得到的 重建信号准确度也可以得到保证。 图 5为本发明提供的基于压缩感知的信号重建装置实施例三的结构示意 图, 如图 5所示, 该装置包括: 存储器 501和处理器 502, 其中: 0, when i i. Ω- In this embodiment, the working objects of the subsequent steps are sequentially filtered by S405, S411, S414, and S417, so that the workload of the subsequent steps is gradually reduced, so that the complexity of the entire signal reconstruction process is greatly increased. reduce. The accuracy of the reconstructed signal obtained by the method provided by the embodiment of the present invention can also be ensured according to a large amount of experimental data. FIG. 5 is a schematic structural diagram of Embodiment 3 of a compressed sensing-based signal reconstruction apparatus according to the present invention. As shown in FIG. 5, the apparatus includes: a memory 501 and a processor 502, where:
存储器 501, 用于存储指令; 处理器 502, 与存储器 501耦合, 被配 置为执行存储在存储器 501中的指令, 用于计算残差向量与处理矩阵中所 有列向量的内积值; 确定出所述内积值中的最大内积值; 根据所述最大内 积值、 内积门限因子以及预设最大搜索路径数, 确定迭代中的搜索路径个 数; 在所述处理矩阵的所有列向量中, 按照所述内积值从大到小依次挑选 出对应的与所述搜索路径个数相同个数的列向量; 根据所述与所述搜索路 径个数相同个数的列向量的索引位置, 依次更新各搜索路径的索引集合, 获取更新后的索引集合; 根据所述更新后的索引集合, 对各条搜索路径分 别进行迭代更新操作, 获取更新的残差向量。  a memory 501, configured to store instructions; a processor 502, coupled to the memory 501, configured to execute instructions stored in the memory 501 for calculating an inner product value of the residual vector and all column vectors in the processing matrix; Determining a maximum inner product value in the inner product value; determining a number of search paths in the iteration according to the maximum inner product value, an inner product threshold factor, and a preset maximum search path number; in all column vectors of the processing matrix And selecting, according to the inner product value, the same number of column vectors corresponding to the number of the search paths; according to the index position of the column number of the same number of the search path, The index set of each search path is sequentially updated to obtain an updated index set. According to the updated index set, an iterative update operation is performed on each search path to obtain an updated residual vector.
进一步地, 处理器 502, 具体用于根据所述最大内积值和内积门限因 子确定出内积门限值; 统计出所有所述内积值中大于所述内积门限值的内 积值个数; 比较所述大于所述内积门限值的内积值个数和所述预设最大搜 索路径数的大小, 将其中较小的数值作为迭代中的搜索路径个数。  Further, the processor 502 is specifically configured to determine an inner product threshold according to the maximum inner product value and the inner product threshold factor; and calculate an inner product of all the inner product values that is greater than the inner product threshold value. The number of values is compared; the number of inner product values greater than the inner product threshold value and the size of the preset maximum search path number are compared, and the smaller one is used as the number of search paths in the iteration.
具体实现过程中, 处理器 502, 还用于在所述迭代更新操作为非首次 迭代更新操作时, 在根据所述更新后的索引集合, 对各条搜索路径分别进 行迭代更新操作, 获取更新的残差向量之后, 计算所有所述搜索路径上所 述更新的残差向量的二范数, 并确定所有所述二范数中的最小二范数; 根 据所述最小二范数、 二范数门限因子、 最大搜索路径, 确定迭代中的搜索 路径保留个数; 在所述搜索路径中, 按照所述二范数从小到大保留与所述 搜索路径保留个数相同个数的搜索路径, 作为保留搜索路径; 在所述迭代 更新操作的次数等于预设参数信号稀疏度时, 从所述保留搜索路径中筛选 出对应的所述二范数最小的搜索路径, 并将所述二范数最小的搜索路径所 对应的迭代更新信号作为重建信号。  In a specific implementation process, the processor 502 is further configured to: when the iterative update operation is a non-first iterative update operation, perform an iterative update operation on each search path according to the updated index set, and obtain an updated After the residual vector, calculating a two norm of the updated residual vector on all of the search paths, and determining a minimum two norm of all of the two norms; according to the minimum two norm, two norm a threshold factor, a maximum search path, determining a number of search path reservations in the iteration; in the search path, retaining the same number of search paths as the search path keeps according to the two norms, as Retaining a search path; when the number of times of the iterative update operation is equal to a preset parameter signal sparsity degree, selecting a corresponding search path with the smallest two norm from the reserved search path, and minimizing the two norm The iterative update signal corresponding to the search path is used as the reconstruction signal.
更进一步地, 处理器 502, 还用于在迭代更新操作为非首次迭代更新操 作时, 在根据所述与所述搜索路径个数相同个数的列向量的索引位置, 依 次更新各搜索路径的索引集合, 获取更新后的索引集合之后, 检查所有所 述搜索路径的所述索引集合, 判断是否存在重复路径, 若存在, 则将重复 路径删除, 并根据删除后剩余的搜索路径再次更新索引集合, 获取二次更 新的索引集合。 Further, the processor 502 is further configured to: when the iterative update operation is a non-first iteration update operation, sequentially update the search paths according to the index position of the same number of column vectors as the number of the search paths. After obtaining the updated index set, the index set is checked, and the index set of all the search paths is checked to determine whether there is a duplicate path. If yes, the duplicate path is deleted, and the index set is updated again according to the search path remaining after the deletion. , get twice more New index collection.
本领域普通技术人员可以理解: 实现上述方法实施例的全部或部分步骤 可以通过程序指令相关的硬件来完成, 前述的程序可以存储于一计算机可读 取存储介质中, 该程序在执行时, 执行包括上述方法实施例的步骤; 而前述 的存储介质包括: ROM、 RAM, 磁碟或者光盘等各种可以存储程序代码的介 质。  A person skilled in the art can understand that all or part of the steps of implementing the above method embodiments may be completed by using hardware related to program instructions, and the foregoing program may be stored in a computer readable storage medium, and the program is executed when executed. The foregoing steps include the steps of the foregoing method embodiments; and the foregoing storage medium includes: a medium that can store program codes, such as a ROM, a RAM, a magnetic disk, or an optical disk.
最后应说明的是: 以上各实施例仅用以说明本发明的技术方案, 而非对 其限制; 尽管参照前述各实施例对本发明进行了详细的说明, 本领域的普通 技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改, 或者对其中部分或者全部技术特征进行等同替换; 而这些修改或者替换, 并 不使相应技术方案的本质脱离本发明各实施例技术方案的范围。  Finally, it should be noted that the above embodiments are only for explaining the technical solutions of the present invention, and are not intended to be limiting thereof; although the present invention has been described in detail with reference to the foregoing embodiments, those skilled in the art will understand that The technical solutions described in the foregoing embodiments may be modified, or some or all of the technical features may be equivalently replaced; and the modifications or substitutions do not deviate from the technical solutions of the embodiments of the present invention. range.

Claims

权 利 要 求 书 claims
1、 一种基于压缩感知的信号重建装置, 其特征在于, 包括: 1. A signal reconstruction device based on compressed sensing, characterized by including:
计算模块, 用于计算残差向量与处理矩阵中所有列向量的内积值; 确定模块, 用于确定出所述内积值中的最大内积值; 根据所述最大内 积值、 内积门限因子以及预设最大搜索路径数, 确定迭代中的搜索路径个 数; Calculation module, used to calculate the inner product value of the residual vector and all column vectors in the processing matrix; Determination module, used to determine the maximum inner product value among the inner product values; According to the maximum inner product value, inner product The threshold factor and the preset maximum number of search paths determine the number of search paths in the iteration;
筛选模块, 用于在所述处理矩阵的所有列向量中, 按照所述内积值从 大到小依次挑选出对应的与所述搜索路径个数相同个数的列向量; A screening module, configured to select the corresponding number of column vectors that are the same as the number of search paths according to the inner product value from large to small among all column vectors of the processing matrix;
更新模块, 用于根据所述与所述搜索路径个数相同个数的列向量的索 引位置, 依次更新各搜索路径的索引集合, 获取更新后的索引集合; 迭代模块, 用于根据所述更新后的索引集合, 对各条搜索路径分别进 行迭代更新操作, 获取更新的残差向量。 An update module, configured to sequentially update the index set of each search path according to the index positions of the column vectors with the same number as the search path, and obtain the updated index set; an iteration module, used to update the index set according to the update After obtaining the index set, iterative update operations are performed on each search path to obtain the updated residual vector.
2、 根据权利要求 1所述的装置, 其特征在于, 所述确定模块, 具体用于 根据所述最大内积值和内积门限因子确定出内积门限值; 统计出所有所述 内积值中大于所述内积门限值的内积值个数; 比较所述大于所述内积门限 值的内积值个数和所述预设最大搜索路径数的大小, 将其中较小的数值作 为迭代中的搜索路径个数。 2. The device according to claim 1, characterized in that, the determination module is specifically configured to determine the inner product threshold value according to the maximum inner product value and the inner product threshold factor; and count all the inner products The number of inner product values that are greater than the inner product threshold value; compare the number of inner product values that are greater than the inner product threshold value with the size of the preset maximum search path number, and select the smaller one The value of is used as the number of search paths in the iteration.
3、 根据权利要求 1 所述的装置, 其特征在于, 所述计算模块, 还用 于在所述迭代更新操作为非首次迭代更新操作时, 在根据所述更新后的索 引集合, 对各条搜索路径分别进行迭代更新操作, 获取更新的残差向量之 后, 计算所有所述搜索路径上所述更新的残差向量的二范数, 并确定所有 所述二范数中的最小二范数; 3. The device according to claim 1, characterized in that, the calculation module is further configured to calculate each item according to the updated index set when the iterative update operation is not the first iterative update operation. The search paths perform iterative update operations respectively, and after obtaining the updated residual vectors, calculate the second norm of the updated residual vectors on all the search paths, and determine the minimum second norm among all the two norms;
所述确定模块, 还用于根据所述最小二范数、 二范数门限因子、 最大 搜索路径, 确定迭代中的搜索路径保留个数; 在所述搜索路径中, 按照所 述二范数从小到大保留与所述搜索路径保留个数相同个数的搜索路径, 作 为保留搜索路径; 在所述迭代更新操作的次数等于预设参数信号稀疏度 时, 从所述保留搜索路径中筛选出对应的所述二范数最小的搜索路径, 并 将所述二范数最小的搜索路径所对应的迭代更新信号作为重建信号。 The determination module is also configured to determine the number of search paths to retain in the iteration based on the minimum second norm, the second norm threshold factor, and the maximum search path; in the search path, according to the second norm, from Retain the same number of search paths as the number of reserved search paths as the retained search paths; when the number of iterative update operations is equal to the preset parameter signal sparsity, filter out the corresponding search paths from the reserved search paths The search path with the smallest two norms is obtained, and the iterative update signal corresponding to the search path with the smallest two norms is used as the reconstructed signal.
4、 根据权利要求 1 所述的装置, 其特征在于, 还包括: 检查模块; 所述检查模块, 用于在迭代更新操作为非首次迭代更新操作时, 在根据所 述与所述搜索路径个数相同个数的列向量的索引位置, 依次更新各搜索路 径的索引集合, 获取更新后的索引集合之后, 检查所有所述搜索路径的所 述索引集合, 判断是否存在重复路径, 若存在, 则将重复路径删除, 并根 据删除后剩余的搜索路径再次更新索引集合, 获取二次更新的索引集合。 4. The device according to claim 1, further comprising: a checking module; the checking module is configured to, when the iterative update operation is not the first iterative update operation, based on the Describe the index positions of the same number of column vectors as the number of search paths, update the index sets of each search path in turn, and after obtaining the updated index set, check the index sets of all the search paths to determine whether they exist If a duplicate path exists, the duplicate path will be deleted, and the index set will be updated again based on the remaining search paths after deletion to obtain a twice updated index set.
5、 一种基于压缩感知的信号重建方法, 其特征在于, 包括: 计算残差向量与处理矩阵中所有列向量的内积值; 5. A signal reconstruction method based on compressed sensing, characterized by: calculating the inner product value of the residual vector and all column vectors in the processing matrix;
确定出所述内积值中的最大内积值; Determine the maximum inner product value among the inner product values;
根据所述最大内积值、 内积门限因子以及预设最大搜索路径数, 确定 迭代中的搜索路径个数; Determine the number of search paths in the iteration according to the maximum inner product value, the inner product threshold factor and the preset maximum number of search paths;
在所述处理矩阵的所有列向量中, 按照所述内积值从大到小依次挑选 出对应的与所述搜索路径个数相同个数的列向量; Among all the column vectors of the processing matrix, select the corresponding column vectors with the same number as the number of search paths in order from large to small according to the inner product value;
根据所述与所述搜索路径个数相同个数的列向量的索引位置, 依次更 新各搜索路径的索引集合, 获取更新后的索引集合; According to the index positions of the column vectors with the same number as the search paths, update the index set of each search path in sequence, and obtain the updated index set;
根据所述更新后的索引集合, 对各条搜索路径分别进行迭代更新操 作, 获取更新的残差向量。 According to the updated index set, iterative update operations are performed on each search path to obtain an updated residual vector.
6、 根据权利要求 5所述的方法, 其特征在于, 所述根据所述最大内 积值、 内积门限因子以及预设最大搜索路径数, 确定迭代中的搜索路径个 数, 包括: 6. The method according to claim 5, wherein determining the number of search paths in the iteration based on the maximum inner product value, the inner product threshold factor and the preset maximum number of search paths includes:
根据所述最大内积值和内积门限因子确定出内积门限值; Determine the inner product threshold value according to the maximum inner product value and the inner product threshold factor;
统计出所有所述内积值中大于所述内积门限值的内积值个数; 比较所述大于所述内积门限值的内积值个数和所述预设最大搜索路 径数的大小, 将其中较小的数值作为迭代中的搜索路径个数。 Counting the number of inner product values greater than the inner product threshold among all inner product values; comparing the number of inner product values greater than the inner product threshold with the preset maximum number of search paths The size of , the smaller value is used as the number of search paths in the iteration.
7、 根据权利要求 5所述的方法, 其特征在于, 所述迭代更新操作为 非首次迭代更新操作, 相应地, 7. The method according to claim 5, characterized in that the iterative update operation is a non-first iterative update operation, and accordingly,
所述根据所述更新后的索引集合, 对各条搜索路径分别进行迭代更新 操作, 获取更新的残差向量之后, 还包括: According to the updated index set, iterative update operations are performed on each search path respectively, and after obtaining the updated residual vector, it also includes:
计算所有所述搜索路径上所述更新的残差向量的二范数, 并确定所有 所述二范数中的最小二范数; Calculate the second norm of the updated residual vector on all the search paths, and determine the minimum second norm among all the two norms;
根据所述最小二范数、 二范数门限因子、 最大搜索路径, 确定迭代中 的搜索路径保留个数; 在所述搜索路径中, 按照所述二范数从小到大保留与所述搜索路径保 留个数相同个数的对应搜索路径, 作为保留搜索路径; According to the minimum second norm, the second norm threshold factor, and the maximum search path, determine the number of search paths to retain in the iteration; In the search path, the same number of corresponding search paths as the number reserved in the search path is reserved according to the two norms from small to large as the reserved search paths;
若所述迭代更新操作的次数等于预设参数信号稀疏度, 则从所述保留 搜索路径中筛选出对应的所述二范数最小的搜索路径, 并将所述二范数最 小的搜索路径所对应的迭代更新信号作为重建信号。 If the number of iterative update operations is equal to the preset parameter signal sparsity, then the corresponding search path with the smallest two norms is filtered out from the retained search paths, and the search path with the smallest two norms is selected. The corresponding iteratively updated signal is used as the reconstructed signal.
8、 根据权利要求 5所述的方法, 其特征在于, 所述迭代更新操作为 非首次迭代更新操作, 相应地, 8. The method according to claim 5, characterized in that the iterative update operation is a non-first iterative update operation, and accordingly,
所述根据所述与所述搜索路径个数相同个数的列向量的索引位置, 依 次更新各搜索路径的索引集合, 获取更新后的索引集合之后, 还包括: 检查所有所述搜索路径的所述索引集合, 判断是否存在重复路径, 若 存在, 则将重复路径删除, 再次更新搜索路径以及索引集合, 获取二次更 新的搜索路径和索引集合。 The step of updating the index set of each search path sequentially according to the index positions of the column vectors with the same number as the search paths. After obtaining the updated index set, it also includes: checking all the search paths. The above-mentioned index set is used to determine whether there are duplicate paths. If there are duplicate paths, the duplicate paths are deleted, the search path and the index set are updated again, and the second updated search path and index set are obtained.
9、 一种基于压缩感知的信号重建装置, 其特征在于, 包括: 存储器, 用于存储指令; 9. A signal reconstruction device based on compressed sensing, characterized by including: a memory for storing instructions;
处理器, 与所述存储器耦合, 被配置为执行存储在所述存储器中的指 令, 用于计算残差向量与处理矩阵中所有列向量的内积值; 确定出所述内 积值中的最大内积值; 根据所述最大内积值、 内积门限因子以及预设最大 搜索路径数, 确定迭代中的搜索路径个数; 在所述处理矩阵的所有列向量 中, 按照所述内积值从大到小依次挑选出对应的与所述搜索路径个数相同 个数的列向量; 根据所述与所述搜索路径个数相同个数的列向量的索引位 置, 依次更新各搜索路径的索引集合, 获取更新后的索引集合; 根据所述 更新后的索引集合, 对各条搜索路径分别进行迭代更新操作, 获取更新的 残差向量。 a processor, coupled to the memory, configured to execute instructions stored in the memory for calculating an inner product value of a residual vector and all column vectors in the processing matrix; determining a maximum of the inner product values Inner product value; Determine the number of search paths in the iteration according to the maximum inner product value, inner product threshold factor and the preset maximum number of search paths; Among all column vectors of the processing matrix, according to the inner product value Select the corresponding column vectors that are the same number as the number of search paths in order from large to small; update the index of each search path sequentially according to the index positions of the column vectors that are the same number as the number of search paths. set to obtain an updated index set; according to the updated index set, iterative update operations are performed on each search path to obtain an updated residual vector.
10、 根据权利要求 9所述的装置, 其特征在于, 所述处理器, 具体用 于根据所述最大内积值和内积门限因子确定出内积门限值; 统计出所有所 述内积值中大于所述内积门限值的内积值个数; 比较所述大于所述内积门 限值的内积值个数和所述预设最大搜索路径数的大小, 将其中较小的数值 作为迭代中的搜索路径个数。 10. The device according to claim 9, wherein the processor is specifically configured to determine the inner product threshold value based on the maximum inner product value and the inner product threshold factor; and to count all the inner products. The number of inner product values that are greater than the inner product threshold value; compare the number of inner product values that are greater than the inner product threshold value with the size of the preset maximum search path number, and select the smaller one The value of is used as the number of search paths in the iteration.
11、 根据权利要求 9所述的装置, 其特征在于, 所述处理器, 还用于 在所述迭代更新操作为非首次迭代更新操作时, 在根据所述更新后的索引 集合,对各条搜索路径分别进行迭代更新操作,获取更新的残差向量之后, 计算所有所述搜索路径上所述更新的残差向量的二范数, 并确定所有所述 二范数中的最小二范数; 根据所述最小二范数、 二范数门限因子、 最大搜 索路径, 确定迭代中的搜索路径保留个数; 在所述搜索路径中, 按照所述 二范数从小到大保留与所述搜索路径保留个数相同个数的搜索路径, 作为 保留搜索路径; 在所述迭代更新操作的次数等于预设参数信号稀疏度时, 从所述保留搜索路径中筛选出对应的所述二范数最小的搜索路径, 并将所 述二范数最小的搜索路径所对应的迭代更新信号作为重建信号。 11. The device according to claim 9, characterized in that, the processor is further configured to: when the iterative update operation is not the first iterative update operation, based on the updated index Set, perform an iterative update operation on each search path respectively, and after obtaining the updated residual vector, calculate the second norm of the updated residual vector on all the search paths, and determine the second norm of all the second norms Minimum second norm; According to the minimum second norm, the second norm threshold factor, and the maximum search path, determine the number of search paths to retain in the iteration; In the search path, retain the second norm from small to large The same number of search paths as the number of reserved search paths is used as the reserved search path; when the number of iterative update operations is equal to the preset parameter signal sparsity, the corresponding search paths are filtered out from the reserved search paths. The search path with the smallest two norms is used, and the iterative update signal corresponding to the search path with the smallest two norms is used as the reconstructed signal.
12、 根据权利要求 9所述的装置, 其特征在于, 所述处理器, 还用于 在迭代更新操作为非首次迭代更新操作时, 在根据所述与所述搜索路径个 数相同个数的列向量的索引位置, 依次更新各搜索路径的索引集合, 获取 更新后的索引集合之后, 检查所有所述搜索路径的所述索引集合, 判断是 否存在重复路径, 若存在, 则将重复路径删除, 并根据删除后剩余的搜索 路径再次更新索引集合, 获取二次更新的索引集合。 12. The apparatus according to claim 9, wherein the processor is further configured to: when the iterative update operation is a non-first iterative update operation, based on the same number of search paths as the number of search paths, The index position of the column vector, update the index set of each search path in turn, and after obtaining the updated index set, check the index sets of all the search paths to determine whether there are duplicate paths, and if so, delete the duplicate paths. And update the index set again according to the remaining search path after deletion, and obtain the second updated index set.
PCT/CN2013/091066 2013-12-31 2013-12-31 Compressed sensing-based signal reconstruction method and device WO2015100598A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/CN2013/091066 WO2015100598A1 (en) 2013-12-31 2013-12-31 Compressed sensing-based signal reconstruction method and device
CN201380003978.7A CN104904122B (en) 2013-12-31 2013-12-31 Signal reconstruction method and device based on compressed sensing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2013/091066 WO2015100598A1 (en) 2013-12-31 2013-12-31 Compressed sensing-based signal reconstruction method and device

Publications (1)

Publication Number Publication Date
WO2015100598A1 true WO2015100598A1 (en) 2015-07-09

Family

ID=53492950

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2013/091066 WO2015100598A1 (en) 2013-12-31 2013-12-31 Compressed sensing-based signal reconstruction method and device

Country Status (2)

Country Link
CN (1) CN104904122B (en)
WO (1) WO2015100598A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107784676A (en) * 2017-09-20 2018-03-09 中国科学院计算技术研究所 Compressed sensing calculation matrix optimization method and system based on autocoder network

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108363839B (en) * 2018-01-23 2022-03-08 佛山市顺德区中山大学研究院 Priori knowledge based optimal pin distribution generation method for large-scale BGA package
CN112815952A (en) * 2019-11-15 2021-05-18 东元电机股份有限公司 Path trajectory tracking system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101908889A (en) * 2010-07-30 2010-12-08 哈尔滨工业大学 Compressed sensing reconstructing method of sparse signal with unknown block sparsity
US20110090394A1 (en) * 2009-10-21 2011-04-21 Futurewei Technologies, Inc. Communication System with Compressive Sensing
CN103124179A (en) * 2013-01-14 2013-05-29 江苏大学 Electric power system data reconfiguration decompressing method based on orthogonal matching pursuit

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101764652B (en) * 2010-01-18 2012-12-19 哈尔滨工业大学 Signal detection method having compression perception process based on orthogonal matching pursuit
CN103107815B (en) * 2013-01-09 2016-03-02 华为技术有限公司 A kind of signal reconstruction method and apparatus
CN103124180A (en) * 2013-01-14 2013-05-29 江苏大学 Data reconfiguration and decompression method of power system based on projection pursuit

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110090394A1 (en) * 2009-10-21 2011-04-21 Futurewei Technologies, Inc. Communication System with Compressive Sensing
CN101908889A (en) * 2010-07-30 2010-12-08 哈尔滨工业大学 Compressed sensing reconstructing method of sparse signal with unknown block sparsity
CN103124179A (en) * 2013-01-14 2013-05-29 江苏大学 Electric power system data reconfiguration decompressing method based on orthogonal matching pursuit

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107784676A (en) * 2017-09-20 2018-03-09 中国科学院计算技术研究所 Compressed sensing calculation matrix optimization method and system based on autocoder network
CN107784676B (en) * 2017-09-20 2020-06-05 中国科学院计算技术研究所 Compressed sensing measurement matrix optimization method and system based on automatic encoder network

Also Published As

Publication number Publication date
CN104904122B (en) 2017-11-28
CN104904122A (en) 2015-09-09

Similar Documents

Publication Publication Date Title
US10534547B2 (en) Consistent transition from asynchronous to synchronous replication in hash-based storage systems
US11023448B2 (en) Data scrubbing method and apparatus, and computer readable storage medium
CN107533551B (en) Big data statistics at data Block level
TWI663511B (en) Reducing probabilistic filter query latency
US9218142B2 (en) Log data store that stores data across a plurality of storage devices using non-disjoint layers
KR102334735B1 (en) Storage apparatus and method for autonomous space compaction
TW201837720A (en) Stream selection for multi-stream storage devices
CN104484480B (en) Remote copy method and device based on data de-duplication
TW201841123A (en) Merge tree modifications for maintenance operations
WO2014094479A1 (en) Method and device for deleting duplicate data
JP2009539169A5 (en)
US20160034201A1 (en) Managing de-duplication using estimated benefits
US20150347470A1 (en) Run-time decision of bulk insert for massive data loading
WO2015100598A1 (en) Compressed sensing-based signal reconstruction method and device
US10802719B2 (en) Method and system for data compression and data storage optimization
JP2014041452A (en) Duplication removal device, duplication removal method and duplication removal program
US8600990B2 (en) Interacting methods of data extraction
CN111026736A (en) Data blood margin management method and device and data blood margin analysis method and device
US9600517B2 (en) Convert command into a BULK load operation
US9009434B2 (en) Methods and systems for data cleanup using physical image of files on storage devices
US20230035390A1 (en) System and Method for Efficient Implementation of XCopy Commands
WO2018166258A1 (en) Data processing method and apparatus for nand flash, and nand flash
US10936233B2 (en) System and method for optimal order migration into a cache based deduplicated storage array
CN109408462A (en) A kind of document storage management method and electronic equipment based on educational system
CN109492004A (en) A kind of number fishery isomeric data storage method, system and device

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 13900628

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 13900628

Country of ref document: EP

Kind code of ref document: A1