Welcome![Sign In][Sign Up]
Location:
Search - walsh

Search list

[Special EffectsWalsh

Description: 28个vc++图像处理原程序之--Walsh变换。-28 vc++ Image processing of the original procedures- Walsh transform.
Platform: | Size: 151552 | Author: 摇摇 | Hits:

[Special EffectsWalsh

Description: 图形图像处理,Walsh变换,已在视频监控产品中得以应用-Graphic image processing, Walsh transform, has been in the video surveillance products, the application of
Platform: | Size: 151552 | Author: 王宇 | Hits:

[Special Effectsimageprocessing

Description: 主要内容彩色256色转灰度图,hough变换,walsh变换,对比度拉伸,反色,图像的傅立叶变换,高斯平滑,均值滤波,各种锐化方法,图像的缩放、细化、旋转,边缘提取,内附各种图片,vc++源码,对初学图象者很有帮助,强烈推荐,图象处理-The main contents of 256 colors to grayscale color, hough transform, walsh transform, contrast stretching, anti-color, images of Fourier transform, Gaussian smoothing, Mean filtering, all kinds of sharpening methods, image scaling, thinning, rotation, edge extraction, containing a variety of picture, vc++ source code, the images are very helpful to beginner and strongly recommend
Platform: | Size: 11521024 | Author: 吴海峰 | Hits:

[Communication-MobileQ_DSSS

Description: 直扩码分多址DS-CDMA是利用高速的WALSH正交码序列作为地址码,与多用户信息数据相乘得到信息数据的直接扩频信号,再经过BPSK调制后发送出去,经过AWGN无线信道的传输后,在接收端与本地产生的地址码进行相关检测,从中将地址码与本地码一致的用户数据选出,把不一致的用户数据删除。-DS-CDMA DS-CDMA is the use of high-speed WALSH orthogonal code sequences as address code, with multi-user information data has been multiplied by the direct spread spectrum data information signal, and then after a BPSK modulated sent through AWGN channel after transmission, at the receiving end with the locally generated address code associated Detect, which will address code with local codes consistent user data elected to delete user data inconsistencies.
Platform: | Size: 5120 | Author: huangshuangping | Hits:

[OtherDSSS

Description: 一个四用户的扩频通信系统,扩频增益为N=16,采用Walsh码进行直接序列扩频,BPSK调制,无线信道为AWGN(加性高斯白噪声信道)信道(AWGN信道:不考虑通信信道信号时,由宽频范围描述的统计随机无线噪声。)。在接收端进行解扩,解调,判决,通过仿真得到其中一个用户的误比特率与信噪比的仿真结果。-A four-user spread spectrum communication system, spreading gain for N = 16, using Walsh code Direct Sequence Spread Spectrum, BPSK modulation, channel for AWGN (additive white Gaussian noise channel) channel (AWGN channel: do not consider communication channel signals, described by the scope of broadband wireless random statistical noise.). At the receiving end for despreading, demodulation, judgments, through the simulation to be one of a user' s bit error rate and SNR of the simulation results.
Platform: | Size: 9216 | Author: jehuty | Hits:

[Special EffectsWalsh

Description: 数字图像处理,c++开发环境,Walsh变换-Digital image processing, c++ development environment, Walsh Transform
Platform: | Size: 142336 | Author: zhy | Hits:

[matlabmatlab_ydtx

Description: 一个四用户的扩频通信系统,扩频增益为N=16,采用Walsh码进行直接序列扩频,BPSK调制,无线信道为AWGN信道。在接收端进行解扩,解调,判决,通过仿真得到其中一个用户的误比特率与信噪比的仿真结果。-A four-user spread spectrum communication system, spreading gain for N = 16, using Walsh code Direct Sequence Spread Spectrum, BPSK modulation, AWGN channel for the wireless channel. At the receiving end for despreading, demodulation, judgments, through the simulation to be one of a user' s bit error rate and SNR of the simulation results.
Platform: | Size: 1024 | Author: 林立夫 | Hits:

[matlabYYY_DSSS

Description: 设计一个四用户的扩频通信系统,扩频增益为N=16,采用Walsh码进行直接序列扩频,BPSK调制,无线信道为AWGN信道。在接收端进行解扩,解调,判决,通过仿真得到其中一个用户的误比特率与信噪比的仿真结果。-Designed a four-user spread spectrum communication system, spreading gain for N = 16, using Walsh code Direct Sequence Spread Spectrum, BPSK modulation, AWGN channel for the wireless channel. At the receiving end for despreading, demodulation, judgments, through the simulation to be one of a user' s bit error rate and SNR of the simulation results.
Platform: | Size: 5120 | Author: 杨世斌 | Hits:

[Special EffectsWalsh

Description: 数字图像处理 沃尔什变换-Walsh transform of digital image processing
Platform: | Size: 142336 | Author: 张标 | Hits:

[Communication-MobilePN_Walsh

Description: CDMA中PN、Walsh码应用及调制解调的仿真实现-CDMA in the PN, Walsh code modulation and demodulation application and the Simulation
Platform: | Size: 43008 | Author: 章彩 | Hits:

[Graph programWalsh-for-survey

Description: 利用walsh对图像进行变换处理,包括原码和测试图像-Use walsh transform image processing, including the original code and test images
Platform: | Size: 153600 | Author: 晓翠 | Hits:

[Communication-MobileDS-CDMA_with_BPSK_and_Walsh_code

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:

[Communication-Mobilewalshcode

Description: This function generates Walsh Codes. The difference between this function and other functions available to generate walsh code is : 1. you can call this function directly in your script, you will have to pass only the value of a (length of code is 2 ^ a) 2. this function can return you both the walsh matrix and randomly selected row (you may need just one sequence for your script) for usage details refer to file. syntax: var = walshcode(x) x = (0, 1, 2, 3, 4, ....) ==> length of code y = 2 .^ x = (1, 2, 4, 8, 16, ....) by default the var will be a matrix (y x y) for getting any one sequence go to the file and invoke another built in function by removing (refer file)-This function generates Walsh Codes. The difference between this function and other functions available to generate walsh code is : 1. you can call this function directly in your script, you will have to pass only the value of a (length of code is 2 ^ a) 2. this function can return you both the walsh matrix and randomly selected row (you may need just one sequence for your script) for usage details refer to file. syntax: var = walshcode(x) x = (0, 1, 2, 3, 4, ....) ==> length of code y = 2 .^ x = (1, 2, 4, 8, 16, ....) by default the var will be a matrix (y x y) for getting any one sequence go to the file and invoke another built in function by removing (refer file)
Platform: | Size: 2048 | Author: Rafal | Hits:

[Special Effectswalsh

Description: 数字图像处理中可以实现WALSH变换.非常好的一个图像处理代码-failed to translate
Platform: | Size: 48128 | Author: zhonghan | Hits:

[Otherwalsh_array_spreadspectrum

Description: 实现用walsh进行直接扩频的代码,老师给的,不个好像很简单的-Walsh directly using spread-spectrum code, the teachers to not like a very simple
Platform: | Size: 1024 | Author: 曹磊 | Hits:

[Windows DevelopFastWalshHadamardTransform

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:

[Graph programWalshHadmard

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:

[Special Effectswalsh

Description: 沃尔什变换的c语言程序,好不容易才编写出来的,向大家请教。-woershi
Platform: | Size: 1024 | Author: sjk | Hits:

[Graph programFastWalshTransform

Description: 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
Platform: | Size: 2048 | Author: tianjieyu | Hits:

[VC/MFCWalsh

Description: 基于visual c++的walsh算法的实现-Based on the visual c++ algorithm walsh
Platform: | Size: 151552 | Author: gdwu | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 29 »

CodeBus www.codebus.net