CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - ARY
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - ARY - List
[
Other resource
]
M_PSK
DL : 0
本程序实现对多进制PSK数字调制系统的仿真。程序运行需要几分钟,请耐心等待-this program right M-ary PSK modulation system simulation. Procedures required for the operation of a few minutes, please wait patiently
Update
: 2008-10-13
Size
: 5.49kb
Publisher
:
陈华
[
Linux-Unix
]
BLT2.4z.tar
DL : 0
BLT is a library of extensions to the Tk library. It adds new commands and variables to the application s interpreter. -BLT is a library of extensions to the Tk LIBR ary. It adds new commands and variables to the ap scalable s interpreter.
Update
: 2008-10-13
Size
: 2.1mb
Publisher
:
xulinzhou
[
Other resource
]
QAMPSKdemo
DL : 0
这是QAM信号和PSK信号的解调程序,其中包括16-QAM,32QAM,64-QAM和M进制PSK信号。-This is PSK and QAM signal demodulation process, including 16-QAM, 32QAM. 64-QAM and M-ary PSK signals.
Update
: 2008-10-13
Size
: 1.59kb
Publisher
:
邬佳
[
Linux-Unix
]
gd-2.0.33.tar
DL : 0
Linux/Unix下的绘图函数库(Graphic Drawing Library),支持JPG、PNG、BMP等多种输出格式,可直接对已有的图象文件进行操作,使用手册在压缩包中-Linux / Unix graphics library (Graphic Drawing Libr ary), support JPG, PNG, BMP and other output format, directly to the image files already operate, the use of manual compression package
Update
: 2008-10-13
Size
: 573.84kb
Publisher
:
wulu
[
Windows Develop
]
2fenfa
DL : 0
实 验2 二分法求解非线性方程的根 计机系 041班 姓名:刘文杰 学号:200410714102 【实验内容】 1、方法介绍 (1)输入区间端点值a、b,步长h,及精度控制量ε1,若|f(a)|< ε1,则a为原方程的一个近似根,若|f(b)|< ε1,则b为原方程的一个近似根。 (2)以h为步长,将区间[a,b]分为两个等距的小区间[a,c],[c,b]。如果f(a)<0,f(c)>0,则根在[a,c]中,将区间[a,c]再分半,分点为xi,若|f(xi)|< ε1,则xi是方程的一个根。 (3)精度控制,若|f(x1)|< ε1,则xi是方程的一个根,否则重复(2)。 2、使用说明 a:实数型,根之上界。 b:实数型,根之下界。 h:步长,实数型。 E:函数的精度,实数型。 ary:元素的一维数组,存放计算结果。 3、基本原理 对于非线性方程,在某个范围内往往有不止一个的根,根的分布情况同时也可很复杂,面对这种情况,通常先将所考察的范围划分成若干子段,然后判断哪些子段内有根,这项手续称作根的隔离。 将所求的根隔离开来以后,再在有根子段内找出满足精度要求的近似根。为此适当选取有根子段内某一点作为根的初始近似,然后运用迭代方法使之逐步精确化。
Update
: 2008-10-13
Size
: 51.81kb
Publisher
:
000
[
WEB Code
]
MPSK-detec
DL : 0
Detection of M-ary PSK signals
Update
: 2008-10-13
Size
: 1.46kb
Publisher
:
老邢
[
WEB Code
]
PFM
DL : 0
Detection of M-ary PSK signals ,crlb
Update
: 2008-10-13
Size
: 1.36kb
Publisher
:
老邢
[
Communication-Mobile
]
UWB153a
DL : 0
M-ary UWB系统的matlab仿真。
Update
: 2008-10-13
Size
: 1.99kb
Publisher
:
kkk007
[
Com Port
]
atlyfscript
DL : 0
这是非常有挑战性的题目。对于用户输入的任意一个平面函数f(x),绘制出其函数曲线。这里最关键的技术难点就是如何实现计算表达式的值。在《编译原理》和《数据结构》的书中,都有对表达式运算方法的论述。说实在的,在编译型计算机语言中实现对用户输入表达式的运算是非常困难的。需要对表达式进行扫描,去括号,按照运算符的优先级生成2叉树,然后遍历该树生成逆波兰表达式,再然后通过栈的方法进行运算。如果在表达式中再包含有函数的话......描述起来都麻烦,更不要说用程序实现了:-(-This is a very challenging issue. For user input an arbitrary planar function f (x), mapping out its function curves. Here the most critical technical problems is how to achieve calculated the value of the expression. "Compiling Principle" and "data structure," the book, have right of expression Operational discussed. Indeed, the computer language compiler to achieve expression of the user input operation is very difficult. Need to scan expression to the brackets, in accordance with the priority Operators Generation 2-ary tree, and then traverse the tree generated reverse Polish expression, and then through the stack approach to computing. If the expression again contains the function described ...... these are trouble, not to mention the procedures used to achieve the
Update
: 2008-10-13
Size
: 66.79kb
Publisher
:
vip
[
Other Embeded program
]
利用阵列表示法做多项式相加
DL : 0
利用阵列表示法做多项式相加,附 Keil 工程及源代码.
Update
: 2011-07-11
Size
: 2.77kb
Publisher
:
xyz543
[
Com Port
]
atlyfscript
DL : 3
这是非常有挑战性的题目。对于用户输入的任意一个平面函数f(x),绘制出其函数曲线。这里最关键的技术难点就是如何实现计算表达式的值。在《编译原理》和《数据结构》的书中,都有对表达式运算方法的论述。说实在的,在编译型计算机语言中实现对用户输入表达式的运算是非常困难的。需要对表达式进行扫描,去括号,按照运算符的优先级生成2叉树,然后遍历该树生成逆波兰表达式,再然后通过栈的方法进行运算。如果在表达式中再包含有函数的话......描述起来都麻烦,更不要说用程序实现了:-(-This is a very challenging issue. For user input an arbitrary planar function f (x), mapping out its function curves. Here the most critical technical problems is how to achieve calculated the value of the expression. "Compiling Principle" and "data structure," the book, have right of expression Operational discussed. Indeed, the computer language compiler to achieve expression of the user input operation is very difficult. Need to scan expression to the brackets, in accordance with the priority Operators Generation 2-ary tree, and then traverse the tree generated reverse Polish expression, and then through the stack approach to computing. If the expression again contains the function described ...... these are trouble, not to mention the procedures used to achieve the
Update
: 2025-02-19
Size
: 67kb
Publisher
:
vip
[
Communication
]
UWB_Link_Analysis
DL : 0
This m file plots the time and frequency domain of UWB PPM(pulse position modulated) waveforms(monocycles and doublets) with different pulse recurring frequency (PRF)and information rates. -m plots the time and frequency domain of UWB PPM (pulse modulated position) waveforms (monocycles and doublets) with different pulse recurring frequency (PRF) and information rates.
Update
: 2025-02-19
Size
: 3kb
Publisher
:
王琼
[
matlab
]
my_qammod
DL : 0
Matlab code for the simulation of M ary QAM
Update
: 2025-02-19
Size
: 1kb
Publisher
:
val
[
Communication-Mobile
]
m-ary
DL : 1
Simulation program to evaluate the error-rate performance of M-ary decoded PSK for M=4,M=8,M=16
Update
: 2025-02-19
Size
: 21kb
Publisher
:
xianyilau
[
matlab
]
M-ary-Signaling
DL : 0
现代通信系统(MATLAB版) M-ary Signaling 韩国全北大学-Modern communication systems (MATLAB version) M-ary Signaling Chonbuk National University Korea
Update
: 2025-02-19
Size
: 255kb
Publisher
:
寓意
[
matlab
]
4-ary-LDPC
DL : 0
4-ary LDPC matlab code
Update
: 2025-02-19
Size
: 5kb
Publisher
:
bake
[
Other
]
m-ary-pam-code
DL : 0
m-ary PAM simulation code
Update
: 2025-02-19
Size
: 2kb
Publisher
:
hyungil
[
Software Engineering
]
Dieu-che-2-va-M-ary-FSK
DL : 0
Dieu che 2-FSK va M-ary FSK
Update
: 2025-02-19
Size
: 449kb
Publisher
:
Nguyen
[
Other
]
M-ary-QAM-in
DL : 0
研究信道噪声对M-ary QAM的影响,适合数字通讯从业者-Effect of channel noise on M-ary QAM in
Update
: 2025-02-19
Size
: 756kb
Publisher
:
zhhr
[
Other
]
9
DL : 0
m-ary system ber matlab code
Update
: 2025-02-19
Size
: 1kb
Publisher
:
smm
«
1
2
3
4
5
6
7
8
9
10
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.