代码搜索:walsh
找到约 404 项符合「walsh」的源代码
代码结果 404
www.eeworm.com/read/211914/15170853
walsh
www.eeworm.com/read/432709/8581802
m walsh.m
function walsh(m)%m阶阿达玛矩阵求解
% m=m/2;%直积法
% k=[+1 +1;+1 -1];
% c=(log(m)/log(2));
% for i=1:c
% k=[k k;k -k];
% end
% z=k;%阿达玛矩阵表示
%WALSH码系数相乘法,加入直积法后变为m=m*2
long=length(bz(m-1));
h=zer
www.eeworm.com/read/187250/8838727
m walsh.m
function Wn=walsh(N,option);
%WALSH Returns walsh codes of length N
% Wn=walsh(N)
% This returns a matrix of all the walsh codes of length N
% N must be greater then 1 and a power of 2, e.g. 2,4,8
www.eeworm.com/read/163683/10149591
zip walsh.zip
www.eeworm.com/read/357227/10213379
h walsh.h
#ifndef _WALSH_H
#define _WALSH_H
/*
* $Log: walsh.h,v $
* Revision 1.1 2000/05/03 14:30:04 bjc97r
* Initial revision
*
*/
typedef struct {
unsigned long state; /* the Walsh code generator
www.eeworm.com/read/357227/10213382
c walsh.c
/*
* $Log: walsh.c,v $
* Revision 1.1 2000/05/03 14:30:04 bjc97r
* Initial revision
*
*/
char *_walsh_id = "$Id: walsh.c,v 1.1 2000/05/03 14:30:04 bjc97r Exp $";
#include
#include
www.eeworm.com/read/356123/10236306
plg walsh.plg
Build Log
--------------------Configuration: walsh - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\IBM\LOC
www.eeworm.com/read/356123/10236307
cpp walsh.cpp
#include
#include
#include
#include
#include
#define SF 4
int DSpreadCode[SF][SF];
void GENERATE_WALSH_SPREADCODE(void)
www.eeworm.com/read/356123/10236308
opt walsh.opt
www.eeworm.com/read/356123/10236309
dsp walsh.dsp
# Microsoft Developer Studio Project File - Name="walsh" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Con