Abstract:Noise frequency modulation(FM)jamming。which belongs to blanket jamming。is already become
the main form ofnoise jamming at present。because the wideband was gained by it.Tne spectnlnl ofnoise FM
jamming is analyzed by time domain autocorrelation method in this paper.It’S jamm g peculiarity and幾out—
putting signal’S jamming peculiarity ale explained.At last,these time series models ofnoise FM jalllIIling sig—
nal and幾outputting signal ale built.
Input
The input consists of two lines. The first line contains two integers n and k which are the lengths of the array and the sliding window. There are n integers in the second line.
Output
There are two lines in the output. The first line gives the minimum values in the window at each position, from left to right, respectively. The second line gives the maximum values.
Sample Input
8 3
1 3 -1 -3 5 3 6 7
Sample Output
-1 -3 -3 -3 3 3
3 3 5 5 6 7
Spikes can be taken as absolute quantities of measuring values which are large than approximately four (expressed as variable [Times_SD] in the program)times of the standard deviation of the time series, and can be removed by repeating 3 times with each time series. When a measuring value with the deviation from the mean larger than four times of the standard deviation, the variable can be taken as NO_VALUE, and the number of spikes is saved into the variable [SpikeNum].
If the variable [Times_SD] is taken as four, many records will be removed, so the variable [Times_SD] can be taken as larger, for example eight.
The Packet Debugger, pdb is a program which allows people to work with
packet streams as if they were working with a source code debugger. Users
can list, inspect, modify, and retransmit any packet from captured files as
well as work with live packet capture.