The example shows a monostatic pulse radar determining the radial velocity of moving targets at specific ranges. The velocity is determined from the Doppler shift caused by the moving targets. We first determine the presence of a target at a given range, and then use Doppler processing to estimate the radial velocity of the target at that range.
Functions and libraries used¶
Resolving package versions...
No Changes to `~/.project/Project.toml`
No Changes to `~/.project/Manifest.toml`
Setting up the radar system¶
First, we define a radar system. Since the focus of this example is on Doppler processing, we use the radar system built in the example Test Signal Simulation for Radar Receiver. Readers are encouraged to explore the details of radar system design using this example.
Doppler processing utilises the Doppler shift caused by a moving target. Now define three targets by specifying their position, effective scattering area (EPR) and velocities.
Note that the first target are at distances of 3550, 1600 and 1200 m , and are travelling at 60, 130 and 0 m/s, . The difference is that the first target is moving in the radial direction and the second target is moving in the tangential and radial directions. The third target is not moving.
We also need to configure the propagation environment for each target. Since we are using a monostatic radar, we will set up a two-way propagation model:
Having defined the radar system, environment and targets, we model the received echo signal reflected from the targets. The resulting data is a matrix of elements with fast time (time within each pulse) in each column and slow time (time between pulses) in each row.
To reproduce the same results, we need to set the input data to generate noise in the receiver.
To estimate the Doppler shift of targets, you must first locate them using range detection. Since the Doppler shift distributes the signal power over both the I and Q channels, the signal energy must be utilised for detection. This means that non-coherent detection schemes must be used.
The detection process is described in detail in the above example, so here we will simply perform the necessary steps to estimate the range of the target.
Out[0]:
2-element Vector{Float64}:
2000.0
3550.0
These estimates suggest targets in the range of 2000 metres and 3550 metres.
Once the target ranges have been successfully estimated, the Doppler information for each target can be estimated.
Estimating the Doppler signal is actually a spectrum estimation process. Therefore, the first step in Doppler processing is to estimate the Doppler spectrum of the received signal.
The received signal after the matched filter is a matrix whose columns correspond to the received pulses. Unlike range estimation, Doppler processing uses data over the pulse accumulation time (slow time), that is, over the rows of the resulting matrix. Since 10 pulses are used, 10 samples are available for Doppler processing. Since one sample is taken from each pulse, the Doppler sampling rate is the pulse repetition frequency (PRF).
As predicted by Fourier theory, the maximum single-digit Doppler shift that a pulse-based locating system can detect is half its PRF. This also corresponds to the maximum single-digit velocity that a radiolocation system can detect. In addition, the number of pulses determines the resolution in the Doppler spectrum, on which the resolution of the velocity estimate depends.
Максимальная скорость обнаружения: 224.6888 м/с
Разрешение по скорости: 44.93776 м/с
As shown in the calculations above, in this example the maximum detectable velocity is 225 m/s, either approaching (-225) or moving away (+225). The resulting Doppler resolution is about 45 m/s, which means that the two velocities must differ from each other by at least 45 m/s to be distinguished in the Doppler spectrum. To improve the ability to distinguish between different target velocities, more pulses are needed. However, the number of available pulses is also limited by the radial velocity of the target. Since Doppler processing is limited to a given range, all pulses used in processing must be received before the target moves from one resolution element to another.
Since the number of Doppler samples is generally limited, it is common to zero the sequence to interpolate the resulting spectrum. This will not improve the resolution of the resulting spectrum, but may improve the estimation of the location of peaks in the spectrum.
The Doppler spectrum can be obtained using a periodogram.
The velocity corresponding to each frequency value in the spectrum can then be calculated. Note that the effect of circular motion must be taken into account.
Estimating the Doppler shift¶
To estimate the Doppler shift associated with each target, we need to find the location of the peaks in each Doppler spectrum. In this example, the targets are present on two different bands, so the estimation process must be repeated for each band.
First, we plot the Doppler spectrum corresponding to a range of 2000 metres.
Note that we are only interested in peak detection, so the spectrum values themselves are not important. From the plot of the Doppler spectrum we can see that 5 dB below the maximum peak is a good threshold. Therefore, we use the value -5 as the threshold for the normalised Doppler spectrum.
Оценки скорости: [-103.56749129975046, 3.510762416940684] м/с
The results show that there are two targets at a range of 2000 m, one with a velocity of 3.5 m/s and the other with a velocity of -104 m/s. The -104 m/s value can be easily associated with the first target, as the first target is travelling away at a radial velocity of 100 m/s, which, given the Doppler resolution of this example, is very close to the calculated value. The value of 3.5 m/s requires a more detailed explanation. Since the third target is travelling in the tangential direction, there is no velocity component in the radial direction. Therefore, the radar cannot detect the Doppler displacement of the third target. The true radial velocity of the third target is therefore 0 m/s, and the estimate of 3.5 m/s is very close to the true value.
Note that the two targets cannot be distinguished using only the range estimate because their range values are the same.
The same operations are then applied to the data corresponding to a range of 3550 metres.
Оценка скорости: [0.0] м/с
This result shows an estimated velocity of 0 m/s, which corresponds to the fact that the target is not moving at this range.
This example shows a simple way to estimate the radial velocity of moving targets using a pulsed radar system. We generated a Doppler spectrum of the received signal and estimated the location of peaks on the spectrum that correspond to the radial velocity of the target. We also discussed the limitations of Doppler processing caused by the characteristics of the radiated signal and the processing algorithm.
{"id": "0d84318d-796d-4c5a-81ea-cb2e76f54012", "data": [{"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5086805555555556, "title": {"text": ""}, "len": 0.786991469816273, "x": 0.9671916010498688}, "name": "", "yaxis": "y", "legendgroup": "", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [-151.84467887082153, -148.66957319795034, -146.4081156536622, -144.70713316266202, -143.39060010658787, -142.3607795246769, -141.55905883037693, -140.94859251652719, -140.50581828727195, -140.21602150405977, -140.07095362167746, -140.06761840098736, -140.20782921276918, -140.49839473924698, -140.95196290777335, -141.58872359498562, -142.4393971375448, -143.5502399798472, -144.99089433569853, -146.86317215554234, -149.28309441499349, -152.1139579541986, -153.61650570375795, -151.60374904147335, -148.50363534772157, -145.85613942113264, -143.7469155172658, -142.05710676269626, -140.68692943915394, -139.5681869665185, -138.65519379225935, -137.917128405096, -137.33317071485197, -136.88956097402445, -136.5778615179846, -136.3939938708169, -136.33782735376025, -136.4132321865963, -136.62862184773815, -136.9981382953464, -137.54383932255956, -138.2996509711605, -139.31874881028764, -140.68826371600457, -142.56131196163312, -145.23389822515495, -149.31567363289048, -154.57173924781, -150.9580093733114, -145.56532928017143, -141.88309298895098, -139.17929757726438, -137.06089068699055, -135.33091388561414, -133.87976379244947, -132.64080075720793, -131.57068375960216, -130.6397396492972, -129.82683215261576, -129.1164356708494, -128.49687183470695, -127.95919779453902, -127.49647896832931, -127.1032986959696, -126.77541954951936, -126.50954511631701, -126.30315052484826, -126.1543615304516, -126.0618690841528, -126.02487084061795, -126.04303406737381, -126.11647650744706, -126.24576329288578, -126.4319192456741, -126.67645699943029, -126.98142245281035, -127.34946022210659, -127.78390307169168, -128.28889079655073, -128.86952561783937, -129.53207240161515, -130.284211601095, -131.13534707225384, -132.09694985184652, -133.18285558974117, -134.40925326670452, -135.79359856295534, -137.35027983685902, -139.0770778506313, -140.9178049104537, -142.67933837618833, -143.94832382250573, -144.29766909803723, -143.80107699838072, -142.93753322889637, -142.08420173395035, -141.40754620271306, -140.96216588186977, -140.7637284620067, -140.82060760520338, -141.146257358384, -141.76381572609543, -142.70408951555513, -143.98274673215653, -145.49443531449813, -146.6750715518483, -146.3422763027128, -144.3313443557195, -141.80490205466853, -139.43919315403795, -137.3735823505906, -135.5889208815787, -134.04028704486242, -132.68692749583815, -131.4966027039709, -130.4445527245815, -129.5117625017036, -128.68349361119155, -127.94818995744016, -127.29668945725146, -126.72165889173529, -126.21718636503395, -125.77848462240821, -125.40167296375189, -125.08361565428933, -124.82180166856139, -124.61425531685272, -124.45947053624965, -124.35636388818936, -124.30424293049619, -124.30278785460835, -124.35204525953452, -124.45243379496699, -124.60476225070968, -124.81026160221032, -125.07063366642282, -125.38812054813454, -125.76560121994294, -126.20672478963463, -126.71609495644576, -127.29952804784958, -127.96442005026472, -128.72028034366932, -129.57952963333173, -130.55873400350362, -131.68059426476, -132.97732125394091, -134.49674326257417, -136.31431604115537, -138.55954100065, -141.48418403035922, -145.6891496236459, -153.34306996897067, -160.01653606823794, -148.9573557162408, -144.4112089919298, -141.6824909901541, -139.821369846791, -138.48058180170494, -137.4953445979352, -136.77540346964008, -136.26686804876567, -135.9359336308054, -135.76103948209987, -135.72879133577695, -135.8317763823879, -136.06745199573314, -136.4377462058522, -136.94924521589374, -137.61401061875907, -138.45125154993542, -139.49036537904576, -140.77641462355385, -142.38025497139935, -144.41775931150121, -147.0838037166806, -150.65789453711685, -154.6343541405768, -153.99669540807537, -150.0922689205183, -146.9577986525993, -144.66906206095854, -142.95524423750226, -141.6430845037762, -140.62930124300533, -139.85005201515324, -139.26431138951105, -138.84506760874743, -138.57450271898526, -138.4412749926669, -138.4389885532571, -138.5654001280238, -138.82215251361538, -139.21496841615206, -139.75435428795268, -140.45700162893385, -141.3482975753996, -142.4667917418363, -143.87239032302642, -145.66206862098687, -148.00062471188687, -151.168167084863, -155.36896313156907, -157.45135908885754, -153.6918468114146, -149.96573268544756, -147.263588088645, -145.26134215784845, -143.73028404557584, -142.53793880807257, -141.60479517512573, -140.88076926256463, -140.3331711675146, -139.9403078911048, -139.68793276406873, -139.5672280712683, -139.57368325835188, -139.70655688193722, -139.96878488057482, -140.36731138829828, -140.91392123837014, -141.62678807613258, -142.53317933461452, -143.6741941396579, -145.11327493726904, -146.95177687236287, -149.3551298072598, -152.55833355252042, -156.32351518178075, -156.7851265011334, -153.1742191224652, -149.877228622876, -147.4104067401571, -145.54100811620467, -144.09164587790661, -142.9534471876364, -142.05870402072213, -141.36386650758504, -140.84023857024653, -140.46882957511824, -140.23743702304156, -140.13899259756195, -140.1706881247109, -140.33365146833938, -140.63309449098648, -141.07897626073407, -141.68736814531326, -142.48294541700471, -143.50351217532926, -144.80857540700447, -146.496830779334, -148.74559111979477, -151.91032901467042, -156.75069434185818, -161.90941770096313, -156.68933877276262], "type": "scatter", "x": [-14.9896229, -14.87251647109375, -14.755410042187501, -14.63830361328125, -14.521197184375001, -14.40409075546875, -14.2869843265625, -14.169877897656251, -14.05277146875, -13.93566503984375, -13.818558610937501, -13.70145218203125, -13.584345753125001, -13.46723932421875, -13.3501328953125, -13.233026466406251, -13.1159200375, -12.99881360859375, -12.881707179687501, -12.76460075078125, -12.647494321875001, -12.53038789296875, -12.4132814640625, -12.296175035156251, -12.17906860625, -12.061962177343752, -11.9448557484375, -11.82774931953125, -11.710642890625001, -11.59353646171875, -11.4764300328125, -11.359323603906251, -11.242217175, -11.125110746093752, -11.0080043171875, -10.89089788828125, -10.773791459375001, -10.65668503046875, -10.5395786015625, -10.422472172656251, -10.30536574375, -10.188259314843751, -10.0711528859375, -9.95404645703125, -9.836940028125001, -9.71983359921875, -9.6027271703125, -9.485620741406251, -9.3685143125, -9.251407883593751, -9.1343014546875, -9.01719502578125, -8.900088596875001, -8.78298216796875, -8.6658757390625, -8.548769310156251, -8.43166288125, -8.314556452343751, -8.1974500234375, -8.08034359453125, -7.963237165625, -7.8461307367187505, -7.7290243078125, -7.61191787890625, -7.49481145, -7.3777050210937505, -7.260598592187501, -7.14349216328125, -7.026385734375, -6.9092793054687505, -6.7921728765625, -6.675066447656251, -6.55796001875, -6.44085358984375, -6.323747160937501, -6.20664073203125, -6.089534303124999, -5.97242787421875, -5.8553214453125, -5.738215016406251, -5.6211085875, -5.5040021585937495, -5.386895729687501, -5.26978930078125, -5.152682871875001, -5.03557644296875, -4.9184700140625, -4.801363585156251, -4.68425715625, -4.5671507273437495, -4.450044298437501, -4.33293786953125, -4.215831440624999, -4.09872501171875, -3.9816185828124997, -3.864512153906251, -3.747405725, -3.6302992960937495, -3.5131928671875006, -3.39608643828125, -3.278980009375001, -3.1618735804687503, -3.0447671515624997, -2.9276607226562508, -2.81055429375, -2.6934478648437494, -2.5763414359375005, -2.45923500703125, -2.342128578124999, -2.2250221492187503, -2.1079157203124996, -1.9908092914062507, -1.8737028625, -1.7565964335937494, -1.6394900046875005, -1.5223835757812498, -1.405277146875001, -1.2881707179687503, -1.1710642890624996, -1.0539578601562507, -0.93685143125, -0.8197450023437494, -0.7026385734375005, -0.5855321445312498, -0.46842571562499913, -0.35131928671875023, -0.23421285781249956, -0.11710642890625067, 0, 0.11710642890625067, 0.23421285781249956, 0.35131928671875023, 0.46842571562499913, 0.5855321445312498, 0.7026385734375005, 0.8197450023437494, 0.93685143125, 1.053957860156249, 1.1710642890624996, 1.2881707179687503, 1.405277146875001, 1.5223835757812516, 1.6394900046874987, 1.7565964335937494, 1.8737028625, 1.9908092914062507, 2.1079157203125014, 2.2250221492187485, 2.342128578124999, 2.45923500703125, 2.5763414359375005, 2.693447864843751, 2.810554293750002, 2.927660722656249, 3.0447671515624997, 3.1618735804687503, 3.278980009375001, 3.3960864382812517, 3.513192867187499, 3.6302992960937495, 3.747405725, 3.864512153906251, 3.9816185828125015, 4.098725011718749, 4.215831440624999, 4.33293786953125, 4.450044298437501, 4.567150727343751, 4.684257156249998, 4.801363585156249, 4.9184700140625, 5.03557644296875, 5.152682871875001, 5.269789300781252, 5.386895729687499, 5.5040021585937495, 5.6211085875, 5.738215016406251, 5.8553214453125015, 5.972427874218749, 6.089534303124999, 6.20664073203125, 6.323747160937501, 6.440853589843751, 6.557960018750002, 6.675066447656249, 6.7921728765625, 6.9092793054687505, 7.026385734375001, 7.143492163281252, 7.260598592187499, 7.37770502109375, 7.49481145, 7.611917878906251, 7.729024307812502, 7.846130736718749, 7.963237165624999, 8.08034359453125, 8.1974500234375, 8.314556452343751, 8.431662881249999, 8.54876931015625, 8.6658757390625, 8.78298216796875, 8.900088596875001, 9.017195025781252, 9.134301454687499, 9.25140788359375, 9.3685143125, 9.485620741406251, 9.602727170312502, 9.719833599218749, 9.836940028125, 9.95404645703125, 10.0711528859375, 10.188259314843751, 10.305365743750002, 10.42247217265625, 10.5395786015625, 10.65668503046875, 10.773791459375001, 10.890897888281252, 11.008004317187499, 11.12511074609375, 11.242217175, 11.359323603906251, 11.476430032812502, 11.593536461718749, 11.710642890625, 11.82774931953125, 11.9448557484375, 12.061962177343752, 12.179068606249999, 12.29617503515625, 12.4132814640625, 12.53038789296875, 12.647494321875001, 12.764600750781252, 12.8817071796875, 12.99881360859375, 13.1159200375, 13.233026466406251, 13.350132895312502, 13.467239324218749, 13.584345753125, 13.70145218203125, 13.818558610937501, 13.935665039843752, 14.052771468750002, 14.16987789765625, 14.2869843265625, 14.40409075546875, 14.521197184375001, 14.638303613281252, 14.7554100421875, 14.87251647109375], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 256, "currentCount": 256}}}], "config": {"showlegend": true, "xaxis": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [-15, -10, -5, 0, 5, 10, 15], "range": [-15.885487081132814, 15.768380652226563], "domain": [0.11753062117235344, 0.9671916010498688], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["-15", "-10", "-5", "0", "5", "10", "15"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "Computer Modern", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "Частота,кГц", "font": {"color": "rgba(0, 0, 0, 1)", "family": "Computer Modern", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.15)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "paper_bgcolor": "rgba(255, 255, 255, 1.000)", "annotations": [{"yanchor": "top", "xanchor": "center", "rotation": 0, "y": 1, "font": {"color": "rgba(0, 0, 0, 1)", "family": "Computer Modern", "size": 20}, "yref": "paper", "showarrow": false, "text": "Спектральная плотность мощности отраженного сигнала по дальности 2000 м", "xref": "paper", "x": 0.5423611111111111}], "height": 400, "margin": {"l": 0, "b": 20, "r": 0, "t": 20}, "plot_bgcolor": "rgba(255, 255, 255, 1.000)", "yaxis": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [-160, -150, -140, -130], "range": [-163.03761659635376, -123.1745889592177], "domain": [0.11518482064741913, 0.9021762904636921], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["-160", "-150", "-140", "-130"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "Computer Modern", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "СПМ,дБВт/Гц", "font": {"color": "rgba(0, 0, 0, 1)", "family": "Computer Modern", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.15)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "legend": {"yanchor": "auto", "xanchor": "auto", "bordercolor": "rgba(0, 0, 0, 1)", "bgcolor": "rgba(255, 255, 255, 1.000)", "borderwidth": 1, "tracegroupgap": 0, "y": 1, "font": {"color": "rgba(0, 0, 0, 1)", "family": "Computer Modern", "size": 11}, "title": {"font": {"color": "rgba(0, 0, 0, 1)", "family": "Computer Modern", "size": 15}, "text": ""}, "traceorder": "normal", "x": 1}, "width": 942.25}}
{"id": "d00cc84a-0c31-4592-a009-aca5f99d4418", "data": [{"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"y": 0.5086805555555556, "title": {"text": ""}, "len": 0.786991469816273, "x": 0.9671916010498688}, "name": "", "yaxis": "y", "legendgroup": "", "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [-146.77777653162278, -147.6170224217306, -148.39313196045617, -149.00967033165168, -149.36625636160358, -149.40559042910905, -149.14968118474982, -148.68572715860407, -148.11800839011758, -147.5314895563476, -146.98217617448793, -146.50248622226965, -146.10962018423183, -145.81217279103583, -145.6144023152648, -145.51878001072532, -145.52749057855647, -145.64335306946708, -145.87045113725344, -146.21464146631268, -146.68402913079902, -147.28942178072205, -148.04463528667276, -148.9661605614083, -150.07065661847687, -151.36569500435672, -152.8209490197851, -154.29185565298602, -155.39176620440662, -155.5638033271234, -154.68561166436237, -153.25002928348707, -151.73276507977818, -150.34364102924775, -149.13798785243716, -148.11486807325684, -147.25774540644022, -146.5480934302489, -145.96931131213205, -145.50744473990324, -145.1509234521761, -144.89004103897045, -144.71639832300332, -144.62236083722388, -144.600525278297, -144.64317665863095, -144.74172508253815, -144.8861355868419, -145.06441068136274, -145.2622566470882, -145.4631511193321, -145.64908779961914, -145.8022166791692, -145.90732909807735, -145.9546699985549, -145.9421425444272, -145.8759941315394, -145.7696852086746, -145.64147073643903, -145.51168097324376, -145.40054989573088, -145.32697041607298, -145.30813515621435, -145.35982462957068, -145.49709709673576, -145.73521284766642, -146.09070931111066, -146.5825810422282, -147.23343971523303, -148.07011443414947, -149.12162958855976, -150.40717139174947, -151.88924395560898, -153.32892926280883, -154.05926969468234, -153.37612058092031, -151.61420660604566, -149.58156406434628, -147.68158906023535, -146.01225775013455, -144.5698257757368, -143.32785201667102, -142.25948862943787, -141.342502593345, -140.55963273652344, -139.89788529884794, -139.3477509421574, -138.90258020421376, -138.5581493218667, -138.3124011566228, -138.16534507618601, -138.1191129479825, -138.17818829647894, -138.34985339875206, -138.64494108332443, -139.07904703880726, -139.67447777421984, -140.46341717816298, -141.4931256935368, -142.83425956233407, -144.59155502639686, -146.8951248663662, -149.67665681893934, -151.31653366516014, -149.2437576111396, -145.8723665052837, -142.95159728634087, -140.5784813434219, -138.62213674656797, -136.97437586927387, -135.56142422192278, -134.3332760723513, -133.25516429918778, -132.30218945705178, -131.45602295969354, -130.70284829914937, -130.03203974402652, -129.4352898967678, -128.9060181030635, -128.43895963372935, -128.02987442532321, -127.67533694753868, -127.37258247592237, -127.119393520085, -126.91401552881544, -126.75509448707052, -126.64163135289643, -126.57294988692036, -126.54867557096748, -126.56872416761962, -126.63329915515872, -126.74289786670622, -126.89832673729029, -127.10072668350233, -127.35161038081934, -127.6529141584409, -128.00706853567777, -128.4170932823455, -128.88672562228354, -129.42059434346316, -130.02445901968517, -130.70554382221803, -131.47301222157026, -132.33865717772474, -133.31793030889574, -134.43151999874024, -135.70784312202937, -137.18708470976537, -138.92781285586364, -141.01717616977533, -143.58016553582215, -146.72973656927655, -149.99902079257728, -150.62693292053913, -148.09026508898825, -145.40134701695615, -143.2996634479401, -141.7011208327707, -140.47697347932726, -139.53593577012614, -138.81747277903253, -138.28110969528464, -137.899313475573, -137.65317149097, -137.52978241454588, -137.52067262694322, -137.62084842115118, -137.8282704802824, -138.14364152371053, -138.57046682610192, -139.11540427340287, -139.78898566148044, -140.60689011784024, -141.59213279874146, -142.77890929835235, -144.21969730430064, -145.99939464483197, -148.26647836847926, -151.31134751823078, -155.78816980773243, -162.60489958278143, -160.3842227727514, -154.66255901399964, -151.16083119831967, -148.8052114824779, -147.1072073053677, -145.8399857329369, -144.88309343759454, -144.16612151333925, -143.64522151450169, -143.29206135265076, -143.08814461622683, -143.02170276329727, -143.08593833589572, -143.27803786208432, -143.59865608280603, -144.05169754350143, -144.64425083259843, -145.3864513956227, -146.2907441722896, -147.36912754128826, -148.6245106894113, -150.02620887211594, -151.4496781940394, -152.5790829687346, -152.94216099979624, -152.34981716916445, -151.15325342735562, -149.79804875632692, -148.52310016336472, -147.40976674159216, -146.47190906559732, -145.70103446920825, -145.083489167756, -144.60626898240574, -144.25870860269941, -144.03276618509926, -143.9228772150798, -143.9257145709579, -144.03995526614756, -144.26605570873886, -144.60597331806528, -145.06268718313368, -145.63920492981407, -146.33639725530114, -147.1483071783158, -148.05239309015838, -148.991167492919, -149.84569242825924, -150.42403904751987, -150.52574854174753, -150.08938660592284, -149.25049175594123, -148.21994317055146, -147.16002247224336, -146.15963145459162, -145.25746609625773, -144.46597367762172, -143.78569194001219, -143.2124416343222, -142.74066269169668, -142.36488112696983, -142.0803092390668, -141.88305514130712, -141.77016252142545, -141.73958122796486, -141.7901120951967, -141.92134072340022, -142.1335578851202, -142.42764965852712, -142.80492154414017, -143.26679012785903, -143.8142222631567, -144.4467087928935, -145.1604085137493, -145.94489168655167], "type": "scatter", "x": [-14.9896229, -14.87251647109375, -14.755410042187501, -14.63830361328125, -14.521197184375001, -14.40409075546875, -14.2869843265625, -14.169877897656251, -14.05277146875, -13.93566503984375, -13.818558610937501, -13.70145218203125, -13.584345753125001, -13.46723932421875, -13.3501328953125, -13.233026466406251, -13.1159200375, -12.99881360859375, -12.881707179687501, -12.76460075078125, -12.647494321875001, -12.53038789296875, -12.4132814640625, -12.296175035156251, -12.17906860625, -12.061962177343752, -11.9448557484375, -11.82774931953125, -11.710642890625001, -11.59353646171875, -11.4764300328125, -11.359323603906251, -11.242217175, -11.125110746093752, -11.0080043171875, -10.89089788828125, -10.773791459375001, -10.65668503046875, -10.5395786015625, -10.422472172656251, -10.30536574375, -10.188259314843751, -10.0711528859375, -9.95404645703125, -9.836940028125001, -9.71983359921875, -9.6027271703125, -9.485620741406251, -9.3685143125, -9.251407883593751, -9.1343014546875, -9.01719502578125, -8.900088596875001, -8.78298216796875, -8.6658757390625, -8.548769310156251, -8.43166288125, -8.314556452343751, -8.1974500234375, -8.08034359453125, -7.963237165625, -7.8461307367187505, -7.7290243078125, -7.61191787890625, -7.49481145, -7.3777050210937505, -7.260598592187501, -7.14349216328125, -7.026385734375, -6.9092793054687505, -6.7921728765625, -6.675066447656251, -6.55796001875, -6.44085358984375, -6.323747160937501, -6.20664073203125, -6.089534303124999, -5.97242787421875, -5.8553214453125, -5.738215016406251, -5.6211085875, -5.5040021585937495, -5.386895729687501, -5.26978930078125, -5.152682871875001, -5.03557644296875, -4.9184700140625, -4.801363585156251, -4.68425715625, -4.5671507273437495, -4.450044298437501, -4.33293786953125, -4.215831440624999, -4.09872501171875, -3.9816185828124997, -3.864512153906251, -3.747405725, -3.6302992960937495, -3.5131928671875006, -3.39608643828125, -3.278980009375001, -3.1618735804687503, -3.0447671515624997, -2.9276607226562508, -2.81055429375, -2.6934478648437494, -2.5763414359375005, -2.45923500703125, -2.342128578124999, -2.2250221492187503, -2.1079157203124996, -1.9908092914062507, -1.8737028625, -1.7565964335937494, -1.6394900046875005, -1.5223835757812498, -1.405277146875001, -1.2881707179687503, -1.1710642890624996, -1.0539578601562507, -0.93685143125, -0.8197450023437494, -0.7026385734375005, -0.5855321445312498, -0.46842571562499913, -0.35131928671875023, -0.23421285781249956, -0.11710642890625067, 0, 0.11710642890625067, 0.23421285781249956, 0.35131928671875023, 0.46842571562499913, 0.5855321445312498, 0.7026385734375005, 0.8197450023437494, 0.93685143125, 1.053957860156249, 1.1710642890624996, 1.2881707179687503, 1.405277146875001, 1.5223835757812516, 1.6394900046874987, 1.7565964335937494, 1.8737028625, 1.9908092914062507, 2.1079157203125014, 2.2250221492187485, 2.342128578124999, 2.45923500703125, 2.5763414359375005, 2.693447864843751, 2.810554293750002, 2.927660722656249, 3.0447671515624997, 3.1618735804687503, 3.278980009375001, 3.3960864382812517, 3.513192867187499, 3.6302992960937495, 3.747405725, 3.864512153906251, 3.9816185828125015, 4.098725011718749, 4.215831440624999, 4.33293786953125, 4.450044298437501, 4.567150727343751, 4.684257156249998, 4.801363585156249, 4.9184700140625, 5.03557644296875, 5.152682871875001, 5.269789300781252, 5.386895729687499, 5.5040021585937495, 5.6211085875, 5.738215016406251, 5.8553214453125015, 5.972427874218749, 6.089534303124999, 6.20664073203125, 6.323747160937501, 6.440853589843751, 6.557960018750002, 6.675066447656249, 6.7921728765625, 6.9092793054687505, 7.026385734375001, 7.143492163281252, 7.260598592187499, 7.37770502109375, 7.49481145, 7.611917878906251, 7.729024307812502, 7.846130736718749, 7.963237165624999, 8.08034359453125, 8.1974500234375, 8.314556452343751, 8.431662881249999, 8.54876931015625, 8.6658757390625, 8.78298216796875, 8.900088596875001, 9.017195025781252, 9.134301454687499, 9.25140788359375, 9.3685143125, 9.485620741406251, 9.602727170312502, 9.719833599218749, 9.836940028125, 9.95404645703125, 10.0711528859375, 10.188259314843751, 10.305365743750002, 10.42247217265625, 10.5395786015625, 10.65668503046875, 10.773791459375001, 10.890897888281252, 11.008004317187499, 11.12511074609375, 11.242217175, 11.359323603906251, 11.476430032812502, 11.593536461718749, 11.710642890625, 11.82774931953125, 11.9448557484375, 12.061962177343752, 12.179068606249999, 12.29617503515625, 12.4132814640625, 12.53038789296875, 12.647494321875001, 12.764600750781252, 12.8817071796875, 12.99881360859375, 13.1159200375, 13.233026466406251, 13.350132895312502, 13.467239324218749, 13.584345753125, 13.70145218203125, 13.818558610937501, 13.935665039843752, 14.052771468750002, 14.16987789765625, 14.2869843265625, 14.40409075546875, 14.521197184375001, 14.638303613281252, 14.7554100421875, 14.87251647109375], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 256, "currentCount": 256}}}], "config": {"showlegend": true, "xaxis": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [-15, -10, -5, 0, 5, 10, 15], "range": [-15.885487081132814, 15.768380652226563], "domain": [0.11753062117235344, 0.9671916010498688], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["-15", "-10", "-5", "0", "5", "10", "15"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "Computer Modern", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "Частота,кГц", "font": {"color": "rgba(0, 0, 0, 1)", "family": "Computer Modern", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.15)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "paper_bgcolor": "rgba(255, 255, 255, 1.000)", "annotations": [{"yanchor": "top", "xanchor": "center", "rotation": 0, "y": 1, "font": {"color": "rgba(0, 0, 0, 1)", "family": "Computer Modern", "size": 20}, "yref": "paper", "showarrow": false, "text": "Спектральная плотность мощности по дальности 3550 метров", "xref": "paper", "x": 0.5423611111111111}], "height": 400, "margin": {"l": 0, "b": 20, "r": 0, "t": 20}, "plot_bgcolor": "rgba(255, 255, 255, 1.000)", "yaxis": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [-160, -150, -140, -130], "range": [-163.68658630313584, -125.46698885061303], "domain": [0.11518482064741913, 0.9021762904636921], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["-160", "-150", "-140", "-130"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "Computer Modern", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "Мощность,дБВт", "font": {"color": "rgba(0, 0, 0, 1)", "family": "Computer Modern", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.15)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "legend": {"yanchor": "auto", "xanchor": "auto", "bordercolor": "rgba(0, 0, 0, 1)", "bgcolor": "rgba(255, 255, 255, 1.000)", "borderwidth": 1, "tracegroupgap": 0, "y": 1, "font": {"color": "rgba(0, 0, 0, 1)", "family": "Computer Modern", "size": 11}, "title": {"font": {"color": "rgba(0, 0, 0, 1)", "family": "Computer Modern", "size": 15}, "text": ""}, "traceorder": "normal", "x": 1}, "width": 942.25}}