Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - Hadamard Transform
Search - Hadamard Transform - List
1.图像频域处理正交变换的matlab实例 2.含有的频域变换内容如下: 正交变换通用算子 傅立叶变换 傅立叶变换的原理 傅立叶性质 二维离散傅立叶变换( 2DDFT ) 快速傅立叶变换( FFT ) 傅立叶变换的研究与应用 离散余弦变换 DCT 变换矩阵 dct2 函数和 dctmtx 函数 Walsh- Hadamard 变换 Radon 变换 -1. Image processing orthogonal frequency-domain transform Matlab two examples. Containing the frequency domain transform as follows : orthogonal transformation generic operator Fourier transform theory of Fourier transform two-dimensional Fourier nature of discrete Fourier transform (2DDF T) Fast Fourier Transform (FFT) of the Fourier transform and discrete cosine transform matrix dc t2 function and the function dctmtx Walsh-Hadamard transform Radon transform
Update : 2025-02-19 Size : 5kb Publisher : 方周

各种图像的处理,如:平滑。锐化。边缘增强。边缘检测。中值滤波去噪。沃尔什-哈达玛变换等-Deal with a variety of images, such as: smooth. Sharpening. Edge enhancement. Edge detection. Median filter denoising. Walsh- Hadamard transform
Update : 2025-02-19 Size : 3.97mb Publisher : 郭志军

rake接收机的链路生成程序,包括短码生成,长码生成,哈达码变换,瑞利信道,以及多径衰落等。-rake receiver of the link generated procedures, including short-code generation, long-code generation, Hadamard transform, Rayleigh channel, as well as multipath fading and so on.
Update : 2025-02-19 Size : 2kb Publisher : 王波

* FFT() - 快速付立叶变换 * IFFT() - 快速付立叶反变换 * DCT() - 离散余弦变换 * WALSH() - 沃尔什-哈达玛变换 * * Fourier() - 图像的付立叶变换 * DIBDct() - 图像的离散余弦变换 * DIBWalsh() - 图像的沃尔什-哈达玛变换-* FFT ()- Fast Fourier Transform* IFFT ()- Fast Fourier Transform* DCT ()- Discrete Cosine Transform* WALSH ()- Walsh- Hadamard Transform** Fourier ()- image of pay Fourier Transform* DIBDct ()- image of discrete cosine transform* DIBWalsh ()- image of Walsh- Hadamard Transform
Update : 2025-02-19 Size : 3kb Publisher : chaonima111

Fast 2D Walsh-Hadamard Transform二维快速walsh变换的码头喇叭源程序-Fast 2D Walsh-Hadamard Transform two-dimensional fast walsh transform source speaker terminals
Update : 2025-02-19 Size : 1kb Publisher : 许岩

对二维图像进行沃尔什变换,之后用图像的四分之一进行沃尔什反变换来复原图像,并比较误差-Two-dimensional images of the Walsh transform, followed by a quarter of the image to the anti-Walsh transform to recover images, and compare the error
Update : 2025-02-19 Size : 1kb Publisher : 房子

第十章 MATLAB 图像正交变换 10.1 正交变换通用算子 10.2 傅立叶变换 10.2.1 傅立叶变换的原理 10.2.2 傅立叶性质 10.2.3 二维离散傅立叶变换( 2DDFT ) 10.2.4 快速傅立叶变换( FFT ) 10.2.5 傅立叶变换的研究与应用 10.3 离散余弦变换 10.3.1 DCT 变换矩阵 10.3.2 dct2 函数和 dctmtx 函数 10.4 Walsh- Hadamard 变换 10.5 Radon 变换 10.6 小波变换 10.6.1 小波的定义 10.6.2 小波变换函数 10.6.3 小波变换实例 10.6.4 小波除噪与压缩函数 -Chapter X MATLAB image orthogonal transformation orthogonal transformation 10.1 GM 10.2 Operators 10.2.1 Fourier transform Fourier transform Fourier 10.2.2 the nature of the principle of two-dimensional 10.2.3 Discrete Fourier Transform (2DDFT) 10.2 .4 Fast Fourier Transform (FFT) 10.2.5 Fourier Transform 10.3 Research and Application of Discrete Cosine Transform 10.3.1 DCT transformation matrix 10.3.2 dct2 function and dctmtx function 10.4 Walsh-Hadamard Transform 10.5 Radon Transform 10.6 wavelet transform 10.6.1 the definition of wavelet function 10.6.2 Wavelet Transform Wavelet Transform 10.6.3 Examples 10.6.4 Wavelet Denoising and Compression Functions
Update : 2025-02-19 Size : 5kb Publisher : 王万国

实现图像几何变换函数(图像平移,图像镜像 ,图像转置 ,图像缩放,图像旋转),傅里叶变换,离散余弦变换,沃尔什-哈达玛变换。输入256位图像即可使用,包含详细注释,非常有参考价值。-Image geometric transformation function (image shift, image mirroring, image transpose, image scaling, image rotation), Fourier transform, discrete cosine transform, Walsh- Hadamard Transform. 256 input image to use, contains detailed notes, a very good reference material.
Update : 2025-02-19 Size : 2.01mb Publisher : yk

正交变换 傅立叶变换 哈达码变换 直方图均衡 模糊 锐化 模糊图像恢复 图像分割 矩应用-Orthogonal Transformation Hadamard Transform Fourier Transform fuzzy histogram equalization Sharpens fuzzy image restoration image segmentation application moment
Update : 2025-02-19 Size : 672kb Publisher : lyg

The function implement the 1D sequency(Walsh) ordered fast Walsh-Hadamard transform which can be used in signal processing, pattern recongnition and Genetic alogorithms. This algorithm uses a Cooley-Tukey type signal flow graph and is implemented in N log2 N additions and subtractions. Data sequence length must be an integer power of 2. The inverse transform is the same as the forward transform except for the multiplication factor N. This can be easily achieved by deleting the last line i.e. x=inv(N)*x Example: x=[1 2 1 1] W=FWHT(x) -The function implement the 1D sequency(Walsh) ordered fast Walsh-Hadamard transform which can be used in signal processing, pattern recongnition and Genetic alogorithms. This algorithm uses a Cooley-Tukey type signal flow graph and is implemented in N log2 N additions and subtractions. Data sequence length must be an integer power of 2. The inverse transform is the same as the forward transform except for the multiplication factor N. This can be easily achieved by deleting the last line i.e. x=inv(N)*x Example: x=[1 2 1 1] W=FWHT(x)
Update : 2025-02-19 Size : 2kb Publisher : ry

这是基于matlab的图像哈达玛变换域数字水印源代码。-This is based on the Hadamard Transform Image matlab domain digital watermarking source code.
Update : 2025-02-19 Size : 4kb Publisher : Mark Li

fwt,fwt2分别是一维、二维快速沃尔什变换函数,采用蝶形快速算法编写,要比利用矩阵相乘得到变换结果的离散沃尔什变换快很多-fwt, fwt2 are one-dimensional, two-dimensional fast Walsh transform function, the use of butterfly Fast Algorithm for the preparation of, than the use of transformation matrices to be the result of the discrete Walsh transform much faster
Update : 2025-02-19 Size : 2kb Publisher : tianjieyu

一段对已知像素的正方形图像进行Hadamard变换的原代码,可设置变换阶数等参数。-For some of the known image pixel square Hadamard transform the original code, you can set parameters such as changing the order.
Update : 2025-02-19 Size : 1kb Publisher : 王凯

此程序为非二进制LDPC 码的仿真程序. 信道为AWGN, 调制方式 是BPSK.-This program is used to simulation nonbinary LDPC codes over AWGN channel and BPSK modulation. The decoding algorithm is in the probability domain and with the fast Hadamard transform in the check node.
Update : 2025-02-19 Size : 6kb Publisher : Jiangxueqin

Walsh Hadamard Transform Generator
Update : 2025-02-19 Size : 2kb Publisher : Vinayak

利用快速傅立叶算法,实现快速沃尔什-哈达玛变换及其逆变换-Using fast Fourier algorithm, fast Walsh- Hadamard transform and its inverse transform
Update : 2025-02-19 Size : 1kb Publisher : 韩静

DL : 0
hadamard transform programs in matla.
Update : 2025-02-19 Size : 2kb Publisher : anil

二维图像的沃尔什-哈达玛变换matlab实现。-Two-dimensional image of the Walsh- Hadamard transform matlab.
Update : 2025-02-19 Size : 165kb Publisher : wz

Fast Walsh-Hadamard Transform
Update : 2025-02-19 Size : 1kb Publisher : Dongjie Bi

图像的沃尔什-哈达玛变换,用于变换域的图像分析(The figure of Walsh Hadamard Transform)
Update : 2025-02-19 Size : 164kb Publisher : guangming101
« 12 3 4 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.