Adaptive Filter. This script shows the BER performance of several types of equalizers in a static channel with a null in the passband. The script constructs and Implements a linear equalizer object and a decision feedback equalizer (DFE) object. It also initializes and invokes a maximum likelihood sequence estimation (MLSE) equalizer. The MLSE equalizer is first invoked with perfect channel knowledge, then with a straightforward but imperfect channel estimation technique.
The paper presents the CORDIC Algorithm, which has been implemented as an virtual component (IP core) in a VHDL simulation environment. The core is packaged as a soft (VHDL) macro and it Implements all transcenden-tal functions. Analysis of the accuracy of the algorithms implemented shows that the CORDIC functions are equivalent to the accuracy of a Pentium coprocessor.
the attached utility is a work I ve submitted to the university
It shows what a jpeg compression is all about.
the function Implements the DCT transform, using a matrix operator.
note that matlab has a function for the DCT and iDCT transforms
that might be more efficient.
java的一個源代碼,、
public class ThunderBoltAct extends Canvas Implements Runnable {
private int TIMEOUT = 0
private final static int NUMERIC = 10000 //總分
private final static int INERRGAL = 60 //頻率
private final static int MAXBATTLE = 3 //最大飛機數(shù)
private final static int MAXBALLNUM = 30 //最多飛機子彈數(shù)
private final static int MAXCOPTERNUM = 16 //最大敵機數(shù)
private final static int MAXCOPTERBALLNUM = 16 //最多敵機子彈數(shù)
private final static int STEP = 1
private final static int MINCOPTER = 2 //最小敵機數(shù)
The Cryptography API: Next Generation(CNG) is a new and agile framework in Windows Vista, which Implements an extensible provider model that allows you to load a provider by specifying the required cryptographic algorithm rather than having to hardcode a specific provider.
DSR-UU is a DSR implementation that runs in Linux and in the ns-2 network simulator.
DSR-UU Implements most of the basic DSR features specified in the DSR
draft (version 10). One big exception is flow extensions.
DSR-UU does NOT use ARP, so do not be surprised if you do not see ARP
traffic. DSR-UU instead uses its own neighbor table that sets up the
MAC-to-IP translation during route discovery.