Description: walsh码的生成程序,小m序列的生成程序,以及求序列之间周期和非周期相关函数-code generation process, small m sequence generation process and seek sequence between cycles and cycle-related function Platform: |
Size: 1024 |
Author:杨元 |
Hits:
Description: 对二维图像进行沃尔什变换,之后用图像的四分之一进行沃尔什反变换来复原图像,并比较误差-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 Platform: |
Size: 1024 |
Author:房子 |
Hits:
Description: 任意维Walsh码(包含①直积法②系数(二进制)相乘法)的产生,有时域图及相关性图。-Victoria Walsh of arbitrary code (including the direct quadrature method ① ② coefficient (binary) multiplication phase) generation, sometimes the domain map and correlation chart. Platform: |
Size: 1024 |
Author:昌平荣 |
Hits:
Description: A simple program for simulation of CDMA system with Walsh-Hadamard Code.
Result of this program is plot of BER vs SNR. Platform: |
Size: 26624 |
Author:Ardalan |
Hits:
Description: 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) Platform: |
Size: 2048 |
Author:ry |
Hits:
Description: Walsh-Hadamard codes are mutually orthognal codes,
thus when used in synchronous CDMA, the interference between users is zero.
This programm generates Walsh-Hadamard codes and also checks the orthogonality.
You can change the code length by changing value of "code_length" at the top of program Platform: |
Size: 1024 |
Author:ry |
Hits:
Description: 一、 计算图象的频谱函数
设计图象120*30/256*256;选用Matlab函数直接调用实现。
二、根据计算证明傅立叶变换的性质
1, 共轭对称性:
F(u,v)=F*(-u,-v) ;
三、图象的频域滤波
1, 设计一个指数低通滤波器,对两图象(f1(x,y)为30*30/256*256的图象;f2(x,y)=p3-02图象)进行低通滤波,观察分析空域图象和频谱分布的变化。
四、图象变换比较
利用现有的离散傅立叶变换、离散余弦变换、Walsh-Hadamard变换对同一图象实施变换,比较三种变换所得到的频谱。(1. The spectral function of the computed image
Design image: 120*30/256* 256; Use Matlab function to call the implementation directly.
The properties of Fourier transform are proved by calculation
1. Conjugate symmetry:
F (u, v) = F * (- u, v);
3. Frequency domain filtering of images
1. Design an exponential low-pass filter with two images (f1 (x,y) as 30*30/256* 256. F2 (x,y)=p3-02 image) to conduct low pass filtering to observe the change of spatial image and spectral distribution.
4. Comparison of image transformation
Using the existing discrete Fourier transform, discrete cosine transform and Walsh-Hadamard transform to transform the same image, compare the spectrum obtained by three kinds of transformations.) Platform: |
Size: 185344 |
Author:LIMBO2K
|
Hits: