📄 readme
字号:
## PN Sequences Generator Library# Copyright (C) 2000 Byoungjo CHOI, See COPYING for the copyright notice.#A set of sequence generators for CDMA study is provided in this directory.Type "make" in this directory to build all the object files and the testmodules and the library. By default, it creates a library file "libmseq.a" in "../lib" directory. If the directory does not exist, it is created.Try some test programs to see the correlation statistics of the sequences.For example, type "test_gold". It will show you the required options.Here is a simple description about the provided files.Makefile the makefilemseq.c an m-sequence generator (32bits)lmseq.c a long m-sequence generator (64bits)gold.c a Gold code generatorlgold.c a long Gold code generatorogold.c an orthogonal Gold code generatorkasami.c a small set of Kasami sequence generatorlkasami.c a long small set of Kasami sequence generatorekasami.c a long large (or extended ) set of Kasami sequence generatorwalsh.c a Walsh code generatormrog.c a multi-rate orthogonal Gold code generatorpoly_phase.c a set of poly-phase sequence generatorshapiro.c a shapiro-rudin sequence generator and a Sivaswamy's complementary code generatorgf.c Galois field arithmetic utilitiesu2long.c 64-bit handling utilitiesocrm.c orthogonal code resource management routinestest_*.c test programs to show a simple usage of the corresponding modulesNotes:1. The programs have been tested on Linux 2.2.* and SunOS 5.6. Not tested on Windows nor on Mac. -- I don't have them.2. A simple documentation is available in "doc.ps" file.3. The latest version of this software is available at http://www-mobile.ecs.soton.ac.uk/bjc97r/4. Bug reports and suggestions to "bjc97r@yahoo.co.uk" please!
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -