-
wigner_ville_3
WIgner Ville Distribution for time frequency analysis
- 2009-06-13 22:30:32下载
- 积分:1
-
Polynomial_Pre_with_Saleh
说明: 该程序给出了利用Saleh模型进行功率放大器预失真的过程.(The program gives the power amplifier pre-distortion with Saleh models.)
- 2021-02-06 14:39:56下载
- 积分:1
-
时频分析
说明: 截获接收机采用时频分析进行跳频通信的参数估计程序(Intercepting the parameter estimation procedure of the receiver for time-frequency analysis for frequency hopping communication)
- 2019-04-20 14:19:54下载
- 积分:1
-
S5335DK_Software_v1_2
The PCI Local bus concept was developed to break
the PC data I/O bottleneck and clearly opens the door
to increasing system speed and expansion capabilities.
The PCI Local bus moves high speed peripherals
from the I/O bus and places them closer to the system’s
processor bus, providing faster data transfers
between the processor and peripherals. The PCI Local
bus also addresses the industry’s need for a bus standard
which is not directly dependent on the speed,
size and type of system processor. It represents the
first microprocessor independent bus offering performance
more than adequate for the most demanding
applications such as full-motion video.(The PCI Local bus concept was developed to breakthe PC data I/O bottleneck and clearly opens the doorto increasing system speed and expansion capabilities.The PCI Local bus moves high speed peripheralsfrom the I/O bus and places them closer to the system sprocessor bus, providing faster data transfersbetween the processor and peripherals. The PCI Localbus also addresses the industry s need for a bus standardwhich is not directly dependent on the speed, size and type of system processor. It represents thefirst microprocessor independent bus offering performancemore than adequate for the most demandingapplications such as full-motion video.)
- 2008-01-08 10:58:20下载
- 积分:1
-
trans
一个在DOS下实现的利用串口的文件传输程序,因为用到了软中断可能在XP下不能正常使用。(One in use under DOS serial file transfer process, because the soft interrupt may be used in XP should not under normal use.)
- 2008-02-02 00:04:57下载
- 积分:1
-
GFQldpc
GF(Q)域上的低密度校验(LDPC)码的译码及其在深空通信中的应用.PDF(GF (Q) domain LDPC (LDPC) code decoding and its application in deep-space communication. PDF)
- 2008-04-11 09:56:34下载
- 积分:1
-
LMSRLS
利用MATLAB仿真软件对LMS和RLS两种算法进行仿真,通过仿真比较了两种算法的收敛速度,对两种算法收敛后的误码率进行分析,研究了步长对LMS算法均方误差性能曲线的影响和遗忘因子对RLS算法性能曲线的影响。(Using MATLAB simulation software for two types of LMS and RLS algorithm simulation, the simulation compares the convergence rate of two algorithms, two algorithms for bit error rate after convergence analysis to study the step-size LMS algorithm for the mean square error performance curve the impact and forgetting factor RLS algorithm for the impact of performance curve.)
- 2021-03-15 19:29:22下载
- 积分:1
-
Matlab
AM、DSB调制,TDMA、CDMA、FDMA接入方式仿真,以及自己写的画出频谱的函数spectrum2(AM, DSB modulation, TDMA, CDMA, FDMA access method simulation, and my own spectrum way-spectrum2)
- 2021-04-22 18:48:48下载
- 积分:1
-
相参积累
雷达系统,基于matlab实现雷达信号的相参积累的简单代码(Radar system, based on MATLAB, is a simple code for coherent accumulation of radar signals.)
- 2021-03-25 19:29:13下载
- 积分:1
-
gest
void swap1(int x, int y) //值传递
void swap2(int *px, int *py) //指针传递
void swap3(int &x, int &y) //引用传递
的使用(void swap1(int x, int y) //值传递
void swap2(int*px, int*py) //指针传递
void swap3(int &x, int &y) //引用传递
的使用)
- 2012-04-30 16:41:44下载
- 积分:1