-
-
-
[
Windows_Unix]
ncontinuous.rar
N-continuous OFDM signals constructed by precoding the information symbol vector have superior spectral containment. This code shows the out-of-band spectrum comparison of the normal OFDM and the n-continuous OFDM.
-
[
VHDL]
square_root.rar
... with 3 bits in front of the binary
point and 8 bits behind the binary point.
In order increase resolution and prevent the search
from stalling at number close to the correct answer,
the vector root_x is extened by another four
fractional bits.*/
-
-
-
-
-
-
[
Visual C++ (VC++)]
D3DCamera1.zip
// This is the first demo in the Direct3D camera demo series. In this demo we
// implement the classic vector based camera. The camera supports 2 modes of
// operation: first person camera mode, and flight simulator camera mode. We
// don t implement ...
-
[
C/C++]
Bcast.rar
This program uses MPI to send a char vector from one process to all the others, including itself. It simulates Bcast, but uses Send()