MATLAB实现二维离散点的最小二乘法拟合。 最小二乘法(又称最小平方法)是一种数学优化技术。它通过最小化误差的平方和寻找数据的最佳函数匹配。利用最小二乘法可以简便地求得未知的数据,并使得这些求得的数据与实际数据之间误差的平方和为最小。最小二乘法还可用于曲线拟合。其他一些优化问题也可通过最小化能量或最大化熵用最小二乘法来表达。
2021-11-27 19:02:02 526B matlab
1
二维离散余弦变换-矩阵形式 矩阵形式 正变换:F=DfDT; 反变换:f=DTFD; 产生DCT矩阵的MATLAB函数: D=dctmtx(N);
2021-11-12 16:28:22 6.12MB 图像处理 matlab 图像变换 FFT
1
这是一维和二维离散小波变换的 matlab 实现,它是 JPEG2000 图像压缩标准的核心
2021-10-10 10:10:34 187KB matlab
1
C#语言、VS2005开发环境,包括二维离散傅里叶变换、快速傅里叶变换、幅度图像与相位图像、频率成分滤波、频率方位变换
2021-10-08 15:48:20 1.88MB C# VS2005
1
正交变换 VS2017编译通过,可直接运行 包括一维傅立叶变换 二维离散余弦变换 沃尔什变换
1
A new two-dimensional chaotic system in the form of a cascade structure is designed, which is derived from the Chebyshev system and the infinite collapse system. Performance analysis including trajectory, Lyapunov exponent and approximate entropy indicate that it has a larger chaotic range, better ergodicity and more complex chaotic behaviour than those of advanced two-dimensional chaotic system recently proposed. Moreover, to protect the security of the crowd image data, the newly designed two-dimensional chaotic system is utilized to propose a visually meaningful image cryptosystem combined with singular value decomposition and Bernstein polynomial. First, the plain image is compressed by singular value decomposition, and then encrypted to the noise-like cipher image by scrambling and diffusion algorithm. Later, the steganographic image is obtained by randomly embedding the cipher image into a carrier image in spatial domain through the Bernstein polynomial based embedding method, thereby realizing the double security of image information and image appearance. Besides, the visual quality of the steganographic image can be improved by the adjustment factor according to different carrier images during the embedding process. Ultimately, security analyses indicate that it has higher encryption efficiency (2 Mbps) and the visual quality of steganography image can reach 39 dB.
1
通过matlab实现二维离散傅里叶变换,并与matlab自带的函数计算的结果比较
2021-07-14 14:08:17 2KB matlab 二维离散傅里叶变换
1
基于opencv的DWT的实现,代码注释详细,促进学习交流
1
07二维离散型随机变量.pptx
2021-05-18 20:02:45 1.72MB 概率统计课件
1
matlab证明二维离散傅里叶变换、实现二维离散余弦变换、二维沃尔什变换、二维哈达玛变换的实现。自己跑过的,可以使用。
1