搜索资源列表
LFSR
- 基于LFSR生成m序列的图像隐藏算法,利用线性插值的方法将经过异或的的图像隐藏在同样大小的一幅载体图像中-Based on LFSR generates m-series images hiding algorithm, using linear interpolation method will be through the exclusive or of the hidden images of the same size of a vector image
m_code
- 仿真M序列的matlab仿真,这是2011年电子设计大赛E题的数字信号发生部分,很经典-M sequences simulation matlab simulation, which is E 2011, issue of Electronic Design Competition digital signal part, very classic
matlab
- matlab m序列在模式识别中的应用并且附有源程序和试验报告说明-matlab
lab3
- 编写16点基4-FFT算法的MATLAB程序(studentname.m文件)。 产生16点输入序列x,算出16点频谱序列X,用stem(X)显示频谱图形。-4-FFT algorithm
m
- matlab生成伪随机序列,可以便于仿真实验,以及图像研究。-matlab generate pseudo-random sequence, can facilitate the simulation experiments, as well as image research
m_sequence
- 压缩感知中基于m序列的测量矩阵的构成,代码在matlab上进行了仿真,效果好于传统高斯矩阵。代码有详细注释,易懂-This codes described measurement matrix based on m sequences in Compressed sensing. It has good result in matlab environment and the effect is better than the traditional Gaussian matrix. Code
bbb
- 二.二维小波分解与重构程序说明 1.主函数 mymain.m:通过调用所写的函数对信号进行二维小波分解与重构 main.m:利用MATLAB中小波变换函数实现 2.调用的子函数 function [x2,cA,cV,cH,cD] mydwt2(x,Lo_D,Hi_D) 函数mydwt() 对 x 进行二维小波分解 输入参数为x,Lo_D,Hi_D x为输入信号,Lo_D为低通滤波器,Hi_D为高通滤波器 输出参数:cA,cV,cH,cD —— 是