搜索资源列表
cs-code
- 一个正弦波利用DCT,FFT变换后稀疏化,然后应用压缩感知实现压缩,并有仿真图例说明重构效果。重构算法采用线性规划和OMP算法等,是一个初学CS入门的好例子。-A sine wave using DCT, FFT transform sparse, and then apply compressed sensing to achieve compression, and a legend reconstruction simulation results. Reconstruction algo
CS
- 压缩感知matlab代码,使用FFT进行稀疏分解,OMP算法重建信号-Compressed sensing matlab code, the use of FFT for sparse decomposition, OMP algorithm for signal reconstruction
CS-based-on-FFT-or-DWT
- 图像压缩感知,稀疏基为FFT或DWT(其中FFT是构造正交变换矩阵,DWT是对高频系数进行测量);重构方法为OMP-compression sensing of image based on FFT or DWT
cs-omp
- 语音信号的压缩感知及其重构 omp 代码编写 可调式-cs fft
OMP
- 压缩感知基于FFT的 omp 算法,有详细备注-CS omp
压缩感知
- 本文分别以稀疏基有离散余弦变换基(DCT)和快速傅立叶变换基(FFT)做为稀疏基,高斯随机矩阵、部分哈达玛矩阵为测量矩阵,L1范数、正交匹配追踪算法(OMP)为重建算法进行压缩感知算法实现。(In this paper, DCT and FFT are used as sparse basis, Gauss random matrix and partial Hadamard matrix are used as measurement matrix, L1 norm and OMP are u