The Hopfield model is a distributed model of an associative memory. Neurons are pixels and can take the values of -1 (off) or +1 (on). The network has stored a certain number of pixel patterns. During a retrieval phase, the network is started with some initial configuration and the network dynamics evolves towards the stored pattern which is closest to the initial configuration.
/* This program generates the DApkg.vhd file that is used to define
* the DA filter core and gives its parameters and the contents of the
* Distributed Arithmetic Look-up-table "DALUT" according to the DA algorithm
Cracking the Code - Wireless Programming with J2ME
This book is based on the unique concept of cracking the code and mastering the technology.The technologies covered are J2ME version 1.0.2 and
the applications are also tested on version 1.0.3 Beta.
PCI Hot-Plug Specification Revision 1.0
The primary objective of this specification is to enable higher availability of file and application servers by standardizing key aspects of the process of removing and installing PCI adapter cards while the system is running. Although these same principles can be applied to desktop and portable systems using PCI buses, the operations described here target server platforms.
Following is a repost of the public domain make that I posted
to net.sources a couple of months ago. I have fixed a few bugs, and
added some more features, and the resulting changes amounted to
about as much text as the whole program (hence the repost).一個編譯器C代碼,詳見REDME。
The standard optimum Kalman filter demands complete
knowledge of the system parameters, the input forcing functions, and
the noise statistics. Several adaptive methods have already been devised
to obtain the unknown information using the measurements and
the filter residuals.
A new blind adaptive multiuser detection scheme based on a hybrid of Kalman filter and
subspace estimation is proposed. It is shown that the detector can be expressed as an anchored
signal in the signal subspace and the coefficients can be estimated by the Kalman filter using only
the signature waveform and the timing of the desired user.
This book contains a detailed analysis of the International Standard for the C language,-3.1 excluding the
library from a number of perspectives. The organization of the material is unusual in that it is based on
the actual text of the published C Standard. The unit of discussion is the individual sentences from the C
Standard (2022 of them).
Readers are assumed to have more than a passing familiarity with C.
This m-file simulates MPSK (theoretical and simulated) with Gray coding
This m-file simulates MPSK (BPSK,QPSK,8PSK)with theoretical and simulated results using Gray coding. Numerical examples of a satellite link design are shown using QPSK and/or 8PSK when the bit rate(Rb)is greater than the channel bandwidth Wc (Band-limited channel).