-
-
K-meanCluster.rar
... the cluster with the nearest centroid. After each assignment, recomputed the centroid of the gaining cluster.
Step 3 . Take each sample in sequence and compute its distance from the centroid of each of the clusters. If a sample is not currently in the ...
-
BER_Equators.zip
... 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 ...
-
forward_viterbi.rar
... You have two questions: What is the overall probability of this sequence of observations? And what is the most likely sequence of rainy/sunny days that would explain these observations? The first question is answered by the forward algorithm ...
-
-
CRC_Java.rar
... sequence which has 1 fewer bits than the generator. The
check sequence is appended to the original message. At the receiver,
the same calculation is performed on the message and check sequence combined.
If the result is 0 no transmission error is ...
-
periodogramestimate.rar
Generate 100 samples of a zero-mean white noise sequence with variance , by using a uniform random number ... sample autocorrelation sequences , and . Compute the average autocorrelation sequence as and the corresponding periodogram for .
d Compute and plot ...
-
mp3.rar
... also 4x buffered of size 512. This set-up utilizes the maximum allotted 4-KB FIFO space. It also sets up
the FIFOs for manual mode, word-wide operation, and goes through a FIFO reset and arming sequence to ensure that they are
ready for data operations
-
WirelesscoherentOFDMmodemsimulation.rar
... scheme.
Build under Matlab code, our modem uses OFDM (orthogonal frequency division
multiplexing) modulation, synchronization by LMS sequence, channel estimation (no
equalizer) via pilot tones. The symbols are either PSK or ASK for a constellation ...
-
vtkContainers-0.3.zip
vtkContainers is a container library for VTK providing list, deque, and vector sequence types set, map, and hash map associative types as well as stack, queue, and priority queue adaptor types.
-
matlabmatrix.rar
... out the smallest fibonacci number that is at least as large as k. The program should also print out its position in the fibonacci sequence. Here is a sample of input and output:
Enter k>0: 100
144 is the smallest fibonacci number greater than or ...
-