Диаграммы направленности антенн (часть 3)
В примере демонстрируется применение алгоритма взвешивания антенных элементов с целью улучшения характеристик диаграммы направленности (ДН).
Подключение библиотек и вспомогательных функций
Подключим с помощью функции include файл "helper_weight_failed_array.jl" с дополнительными функциями:
viewURA (generic function with 1 method)
Исходные параметры антенны
Перед моделированием ДН зададим основные параметры антенных элементов:
В качестве элемента антенной решетки выберем изотропный элемент:
IsotropicAntennaElement: FrequencyRange=[5.0e7 1.0e9] BackBaffled=false
Геометрию антенной решетки выберем прямоугольную URA. Зададим 2 индентичные антенные решетки: sURA - будет эталонной АР без взвешивания, sURAweight - со взвешиванием.
URA:
Element=IsotropicAntennaElement: FrequencyRange=[0.0 1.0e20] BackBaffled=false
Size=[16 16]
ElementSpacing=[0.5 0.5]
Lattice=Rectangular
ArrayNormal=x
Taper=1
Дополнительно, с помощью функции calcElemetPosition вычислим положение антенных элементов
3×256 Matrix{Float64}:
0.0 0.0 0.0 0.0 0.0 … 0.0 0.0 0.0 0.0 0.0
-3.75 -3.75 -3.75 -3.75 -3.75 3.75 3.75 3.75 3.75 3.75
3.75 3.25 2.75 2.25 1.75 -1.75 -2.25 -2.75 -3.25 -3.75
Визуализируем АР в пространстве при помощи функции viewURA
1. Взвешивание прямоугольной антенной решетки
В качестве взвешиваемой функции выберем оконную функцию Тейлора "TaylorSpectrumWindow"
16×16 Matrix{Float64}:
0.524908 0.605639 0.74989 0.928736 … 0.74989 0.605639 0.524908
0.524908 0.605639 0.74989 0.928736 0.74989 0.605639 0.524908
0.524908 0.605639 0.74989 0.928736 0.74989 0.605639 0.524908
0.524908 0.605639 0.74989 0.928736 0.74989 0.605639 0.524908
0.524908 0.605639 0.74989 0.928736 0.74989 0.605639 0.524908
0.524908 0.605639 0.74989 0.928736 … 0.74989 0.605639 0.524908
0.524908 0.605639 0.74989 0.928736 0.74989 0.605639 0.524908
0.524908 0.605639 0.74989 0.928736 0.74989 0.605639 0.524908
0.524908 0.605639 0.74989 0.928736 0.74989 0.605639 0.524908
0.524908 0.605639 0.74989 0.928736 0.74989 0.605639 0.524908
0.524908 0.605639 0.74989 0.928736 … 0.74989 0.605639 0.524908
0.524908 0.605639 0.74989 0.928736 0.74989 0.605639 0.524908
0.524908 0.605639 0.74989 0.928736 0.74989 0.605639 0.524908
0.524908 0.605639 0.74989 0.928736 0.74989 0.605639 0.524908
0.524908 0.605639 0.74989 0.928736 0.74989 0.605639 0.524908
0.524908 0.605639 0.74989 0.928736 … 0.74989 0.605639 0.524908
Построим поверхность взвешанной функции:
Данное окно усиливает влияние центральных элементов и ослабляет боковые, что позволяет улучшить направелнные свойства АР. Далее, построим сечение диаграммы направелности в азимутальной плоскости до и после взвешивания:
На графике можно заметить, что ДН после взвешивания имеет существенно ниже уровень боковых лепестков по сравнению с невзвешанной.
2. Имитация выхода из строя элементов
При оценки надежности радиолокационной системы целесообразно проанализировать насколько устойчива геометрия АР к поломке случайных антенных элементов. С помощью взвешивания возможно смоделировать ситуацию выхода из строя случайных элементов антенной решетки.
С помощью функции rand зададим вероятность 10% выхода из строя любого элемента антенной решетки
16×16 Matrix{Float64}:
1.0 1.0 1.0 0.0 1.0 1.0 1.0 1.0 … 0.0 1.0 1.0 1.0 1.0 1.0 1.0
0.0 1.0 1.0 1.0 1.0 0.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 0.0 1.0 1.0 1.0 1.0 1.0
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 0.0 1.0 1.0 1.0
1.0 1.0 0.0 1.0 1.0 1.0 1.0 1.0 … 1.0 1.0 1.0 1.0 0.0 1.0 1.0
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 0.0 1.0 1.0 1.0 1.0
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
1.0 0.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 0.0 1.0 1.0 1.0
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 0.0 0.0 1.0 1.0 1.0 1.0 1.0
1.0 1.0 1.0 0.0 1.0 1.0 1.0 1.0 … 1.0 1.0 1.0 1.0 1.0 1.0 1.0
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
1.0 1.0 0.0 1.0 1.0 1.0 0.0 1.0 1.0 1.0 1.0 1.0 0.0 1.0 1.0
1.0 1.0 1.0 1.0 0.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 0.0 1.0 1.0 1.0 1.0 1.0 1.0
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 … 1.0 1.0 1.0 1.0 0.0 1.0 1.0
Общее количество элементов: 256
Количество сломанных элементов: 21 (8.0 %)
Для визуализации сломанных элементов, воспользуемся ранее упомянутой функцией viewURA c флагом true параметра is_failed
На рисунке видно, что сломанные элементы распределены случайным образом по геометрии антенной решетке.
Теперь, проанализируем влияние поломки данных элементов:
На графике видно, что главный лепесток остался практически без изменений, при этом уровень боковых лепестков несколько увеличился.
Таким образом, в заключительной части, посвященной построению ДН антенных элементов и АР, был рассмотрен метод взвешивания элементов антенной решетки, позволяющий улучшить направленные характеристики антенны. Также, данный метод позволил смоделировать и оценить степень влияния выхода из строя отдельных элементов с заданной вероятностью поломки.
{"id": "id_ee55f113_8f7f_455b_995d_67f5553077cb", "data": [{"xaxis": "x", "colorbar": {"y": 0.513888888888889, "title": {"text": ""}, "len": 0.9525371828521435, "x": 0.9934383202099738}, "yaxis": "y", "zaxis": "z", "x": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "showlegend": false, "mode": "markers", "name": "", "legendgroup": "", "z": [3.75, 3.25, 2.75, 2.25, 1.75, 1.25, 0.75, 0.25, -0.25, -0.75, -1.25, -1.75, -2.25, -2.75, -3.25, -3.75, 3.75, 3.25, 2.75, 2.25, 1.75, 1.25, 0.75, 0.25, -0.25, -0.75, -1.25, -1.75, -2.25, -2.75, -3.25, -3.75, 3.75, 3.25, 2.75, 2.25, 1.75, 1.25, 0.75, 0.25, -0.25, -0.75, -1.25, -1.75, -2.25, -2.75, -3.25, -3.75, 3.75, 3.25, 2.75, 2.25, 1.75, 1.25, 0.75, 0.25, -0.25, -0.75, -1.25, -1.75, -2.25, -2.75, -3.25, -3.75, 3.75, 3.25, 2.75, 2.25, 1.75, 1.25, 0.75, 0.25, -0.25, -0.75, -1.25, -1.75, -2.25, -2.75, -3.25, -3.75, 3.75, 3.25, 2.75, 2.25, 1.75, 1.25, 0.75, 0.25, -0.25, -0.75, -1.25, -1.75, -2.25, -2.75, -3.25, -3.75, 3.75, 3.25, 2.75, 2.25, 1.75, 1.25, 0.75, 0.25, -0.25, -0.75, -1.25, -1.75, -2.25, -2.75, -3.25, -3.75, 3.75, 3.25, 2.75, 2.25, 1.75, 1.25, 0.75, 0.25, -0.25, -0.75, -1.25, -1.75, -2.25, -2.75, -3.25, -3.75, 3.75, 3.25, 2.75, 2.25, 1.75, 1.25, 0.75, 0.25, -0.25, -0.75, -1.25, -1.75, -2.25, -2.75, -3.25, -3.75, 3.75, 3.25, 2.75, 2.25, 1.75, 1.25, 0.75, 0.25, -0.25, -0.75, -1.25, -1.75, -2.25, -2.75, -3.25, -3.75, 3.75, 3.25, 2.75, 2.25, 1.75, 1.25, 0.75, 0.25, -0.25, -0.75, -1.25, -1.75, -2.25, -2.75, -3.25, -3.75, 3.75, 3.25, 2.75, 2.25, 1.75, 1.25, 0.75, 0.25, -0.25, -0.75, -1.25, -1.75, -2.25, -2.75, -3.25, -3.75, 3.75, 3.25, 2.75, 2.25, 1.75, 1.25, 0.75, 0.25, -0.25, -0.75, -1.25, -1.75, -2.25, -2.75, -3.25, -3.75, 3.75, 3.25, 2.75, 2.25, 1.75, 1.25, 0.75, 0.25, -0.25, -0.75, -1.25, -1.75, -2.25, -2.75, -3.25, -3.75, 3.75, 3.25, 2.75, 2.25, 1.75, 1.25, 0.75, 0.25, -0.25, -0.75, -1.25, -1.75, -2.25, -2.75, -3.25, -3.75, 3.75, 3.25, 2.75, 2.25, 1.75, 1.25, 0.75, 0.25, -0.25, -0.75, -1.25, -1.75, -2.25, -2.75, -3.25, -3.75], "marker": {"symbol": "circle", "color": "rgba(0, 154, 250, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "y": [-3.75, -3.75, -3.75, -3.75, -3.75, -3.75, -3.75, -3.75, -3.75, -3.75, -3.75, -3.75, -3.75, -3.75, -3.75, -3.75, -3.25, -3.25, -3.25, -3.25, -3.25, -3.25, -3.25, -3.25, -3.25, -3.25, -3.25, -3.25, -3.25, -3.25, -3.25, -3.25, -2.75, -2.75, -2.75, -2.75, -2.75, -2.75, -2.75, -2.75, -2.75, -2.75, -2.75, -2.75, -2.75, -2.75, -2.75, -2.75, -2.25, -2.25, -2.25, -2.25, -2.25, -2.25, -2.25, -2.25, -2.25, -2.25, -2.25, -2.25, -2.25, -2.25, -2.25, -2.25, -1.75, -1.75, -1.75, -1.75, -1.75, -1.75, -1.75, -1.75, -1.75, -1.75, -1.75, -1.75, -1.75, -1.75, -1.75, -1.75, -1.25, -1.25, -1.25, -1.25, -1.25, -1.25, -1.25, -1.25, -1.25, -1.25, -1.25, -1.25, -1.25, -1.25, -1.25, -1.25, -0.75, -0.75, -0.75, -0.75, -0.75, -0.75, -0.75, -0.75, -0.75, -0.75, -0.75, -0.75, -0.75, -0.75, -0.75, -0.75, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 1.25, 1.25, 1.25, 1.25, 1.25, 1.25, 1.25, 1.25, 1.25, 1.25, 1.25, 1.25, 1.25, 1.25, 1.25, 1.25, 1.75, 1.75, 1.75, 1.75, 1.75, 1.75, 1.75, 1.75, 1.75, 1.75, 1.75, 1.75, 1.75, 1.75, 1.75, 1.75, 2.25, 2.25, 2.25, 2.25, 2.25, 2.25, 2.25, 2.25, 2.25, 2.25, 2.25, 2.25, 2.25, 2.25, 2.25, 2.25, 2.75, 2.75, 2.75, 2.75, 2.75, 2.75, 2.75, 2.75, 2.75, 2.75, 2.75, 2.75, 2.75, 2.75, 2.75, 2.75, 3.25, 3.25, 3.25, 3.25, 3.25, 3.25, 3.25, 3.25, 3.25, 3.25, 3.25, 3.25, 3.25, 3.25, 3.25, 3.25, 3.75, 3.75, 3.75, 3.75, 3.75, 3.75, 3.75, 3.75, 3.75, 3.75, 3.75, 3.75, 3.75, 3.75, 3.75, 3.75], "type": "scatter3d", "scene": "scene"}], "config": {"showlegend": true, "paper_bgcolor": "rgba(255, 255, 255, 1.000)", "annotations": [], "height": 400, "margin": {"l": 0, "b": 20, "r": 0, "t": 20}, "plot_bgcolor": "rgba(255, 255, 255, 1.000)", "scene": {"camera": {"eye": {"y": -1.9499999999999997, "z": 1.3, "x": 1.12583302491977}, "projection": "orthographic"}, "xaxis": {"tickangle": 0, "showline": false, "gridcolor": "rgba(0, 0, 0, 0.1)", "showticklabels": false, "gridwidth": 0.5, "visible": true, "ticks": "inside", "range": [-0.030000000000000027, 1.03], "tickmode": "array", "tickvals": [0, 0.25, 0.5, 0.75, 1], "tickcolor": "rgba(0, 0, 0, 0)", "ticktext": ["0.00", "0.25", "0.50", "0.75", "1.00"], "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "zeroline": false, "type": "linear", "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "zerolinecolor": "rgba(0, 0, 0, 1)", "mirror": false}, "domain": {"y": [0.03762029746281716, 0.9901574803149606], "x": [0.03619130941965587, 0.9934383202099738]}, "yaxis": {"tickangle": 0, "showline": false, "gridcolor": "rgba(0, 0, 0, 0.1)", "showticklabels": false, "gridwidth": 0.5, "visible": true, "ticks": "inside", "range": [-3.975, 3.975], "tickmode": "array", "tickvals": [-3, -2, -1, 0, 1, 2, 3], "tickcolor": "rgba(0, 0, 0, 0)", "ticktext": ["-3", "-2", "-1", "0", "1", "2", "3"], "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "zeroline": false, "type": "linear", "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "zerolinecolor": "rgba(0, 0, 0, 1)", "mirror": false}, "zaxis": {"tickangle": 0, "showline": false, "gridcolor": "rgba(0, 0, 0, 0.1)", "showticklabels": false, "gridwidth": 0.5, "visible": true, "ticks": "inside", "range": [-3.975, 3.975], "tickmode": "array", "tickvals": [-3, -2, -1, 0, 1, 2, 3], "tickcolor": "rgba(0, 0, 0, 0)", "ticktext": ["-3", "-2", "-1", "0", "1", "2", "3"], "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "zeroline": false, "type": "linear", "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "zerolinecolor": "rgba(0, 0, 0, 1)", "mirror": false}, "aspectratio": {"x": 1, "y": 1, "z": 1}, "aspectmode": "auto"}, "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": "sans-serif", "size": 11}, "title": {"font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}, "text": ""}, "traceorder": "normal", "x": 1}, "width": 699.859375}}
{"id": "id_0d4fc548_0652_447a_bac6_31a520ab613e", "data": [{"xaxis": "x", "colorbar": {"y": 0.48958333333333337, "title": {"text": ""}, "len": 0.9039260717410325, "x": 0.7541265675123943}, "colorscale": [[0, "rgba(0, 0, 4, 1.000)"], [0.00392156862745098, "rgba(1, 0, 5, 1.000)"], [0.00784313725490196, "rgba(1, 1, 6, 1.000)"], [0.011764705882352941, "rgba(1, 1, 8, 1.000)"], [0.01568627450980392, "rgba(2, 1, 10, 1.000)"], [0.0196078431372549, "rgba(2, 2, 12, 1.000)"], [0.023529411764705882, "rgba(2, 2, 14, 1.000)"], [0.027450980392156862, "rgba(3, 2, 16, 1.000)"], [0.03137254901960784, "rgba(4, 3, 18, 1.000)"], [0.03529411764705882, "rgba(4, 3, 20, 1.000)"], [0.0392156862745098, "rgba(5, 4, 23, 1.000)"], [0.043137254901960784, "rgba(6, 4, 25, 1.000)"], [0.047058823529411764, "rgba(7, 5, 27, 1.000)"], [0.050980392156862744, "rgba(8, 5, 29, 1.000)"], [0.054901960784313725, "rgba(9, 6, 31, 1.000)"], [0.058823529411764705, "rgba(10, 7, 34, 1.000)"], [0.06274509803921569, "rgba(11, 7, 36, 1.000)"], [0.06666666666666667, "rgba(12, 8, 38, 1.000)"], [0.07058823529411765, "rgba(13, 8, 41, 1.000)"], [0.07450980392156863, "rgba(14, 9, 43, 1.000)"], [0.0784313725490196, "rgba(16, 9, 45, 1.000)"], [0.08235294117647059, "rgba(17, 10, 48, 1.000)"], [0.08627450980392157, "rgba(18, 10, 50, 1.000)"], [0.09019607843137255, "rgba(20, 11, 52, 1.000)"], [0.09411764705882353, "rgba(21, 11, 55, 1.000)"], [0.09803921568627451, "rgba(22, 11, 57, 1.000)"], [0.10196078431372549, "rgba(24, 12, 60, 1.000)"], [0.10588235294117647, "rgba(25, 12, 62, 1.000)"], [0.10980392156862745, "rgba(27, 12, 65, 1.000)"], [0.11372549019607843, "rgba(28, 12, 67, 1.000)"], [0.11764705882352941, "rgba(30, 12, 69, 1.000)"], [0.12156862745098039, "rgba(31, 12, 72, 1.000)"], [0.12549019607843137, "rgba(33, 12, 74, 1.000)"], [0.12941176470588237, "rgba(35, 12, 76, 1.000)"], [0.13333333333333333, "rgba(36, 12, 79, 1.000)"], [0.13725490196078433, "rgba(38, 12, 81, 1.000)"], [0.1411764705882353, "rgba(40, 11, 83, 1.000)"], [0.1450980392156863, "rgba(41, 11, 85, 1.000)"], [0.14901960784313725, "rgba(43, 11, 87, 1.000)"], [0.15294117647058825, "rgba(45, 11, 89, 1.000)"], [0.1568627450980392, "rgba(47, 10, 91, 1.000)"], [0.1607843137254902, "rgba(49, 10, 92, 1.000)"], [0.16470588235294117, "rgba(50, 10, 94, 1.000)"], [0.16862745098039217, "rgba(52, 10, 95, 1.000)"], [0.17254901960784313, "rgba(54, 9, 97, 1.000)"], [0.17647058823529413, "rgba(56, 9, 98, 1.000)"], [0.1803921568627451, "rgba(57, 9, 99, 1.000)"], [0.1843137254901961, "rgba(59, 9, 100, 1.000)"], [0.18823529411764706, "rgba(61, 9, 101, 1.000)"], [0.19215686274509805, "rgba(62, 9, 102, 1.000)"], [0.19607843137254902, "rgba(64, 10, 103, 1.000)"], [0.2, "rgba(66, 10, 104, 1.000)"], [0.20392156862745098, "rgba(68, 10, 104, 1.000)"], [0.20784313725490197, "rgba(69, 10, 105, 1.000)"], [0.21176470588235294, "rgba(71, 11, 106, 1.000)"], [0.21568627450980393, "rgba(73, 11, 106, 1.000)"], [0.2196078431372549, "rgba(74, 12, 107, 1.000)"], [0.2235294117647059, "rgba(76, 12, 107, 1.000)"], [0.22745098039215686, "rgba(77, 13, 108, 1.000)"], [0.23137254901960785, "rgba(79, 13, 108, 1.000)"], [0.23529411764705882, "rgba(81, 14, 108, 1.000)"], [0.23921568627450981, "rgba(82, 14, 109, 1.000)"], [0.24313725490196078, "rgba(84, 15, 109, 1.000)"], [0.24705882352941178, "rgba(85, 15, 109, 1.000)"], [0.25098039215686274, "rgba(87, 16, 110, 1.000)"], [0.2549019607843137, "rgba(89, 16, 110, 1.000)"], [0.25882352941176473, "rgba(90, 17, 110, 1.000)"], [0.2627450980392157, "rgba(92, 18, 110, 1.000)"], [0.26666666666666666, "rgba(93, 18, 110, 1.000)"], [0.27058823529411763, "rgba(95, 19, 110, 1.000)"], [0.27450980392156865, "rgba(97, 19, 110, 1.000)"], [0.2784313725490196, "rgba(98, 20, 110, 1.000)"], [0.2823529411764706, "rgba(100, 21, 110, 1.000)"], [0.28627450980392155, "rgba(101, 21, 110, 1.000)"], [0.2901960784313726, "rgba(103, 22, 110, 1.000)"], [0.29411764705882354, "rgba(105, 22, 110, 1.000)"], [0.2980392156862745, "rgba(106, 23, 110, 1.000)"], [0.30196078431372547, "rgba(108, 24, 110, 1.000)"], [0.3058823529411765, "rgba(109, 24, 110, 1.000)"], [0.30980392156862746, "rgba(111, 25, 110, 1.000)"], [0.3137254901960784, "rgba(113, 25, 110, 1.000)"], [0.3176470588235294, "rgba(114, 26, 110, 1.000)"], [0.3215686274509804, "rgba(116, 26, 110, 1.000)"], [0.3254901960784314, "rgba(117, 27, 110, 1.000)"], [0.32941176470588235, "rgba(119, 28, 109, 1.000)"], [0.3333333333333333, "rgba(120, 28, 109, 1.000)"], [0.33725490196078434, "rgba(122, 29, 109, 1.000)"], [0.3411764705882353, "rgba(124, 29, 109, 1.000)"], [0.34509803921568627, "rgba(125, 30, 109, 1.000)"], [0.34901960784313724, "rgba(127, 30, 108, 1.000)"], [0.35294117647058826, "rgba(128, 31, 108, 1.000)"], [0.3568627450980392, "rgba(130, 32, 108, 1.000)"], [0.3607843137254902, "rgba(132, 32, 107, 1.000)"], [0.36470588235294116, "rgba(133, 33, 107, 1.000)"], [0.3686274509803922, "rgba(135, 33, 107, 1.000)"], [0.37254901960784315, "rgba(136, 34, 106, 1.000)"], [0.3764705882352941, "rgba(138, 34, 106, 1.000)"], [0.3803921568627451, "rgba(140, 35, 105, 1.000)"], [0.3843137254901961, "rgba(141, 35, 105, 1.000)"], [0.38823529411764707, "rgba(143, 36, 105, 1.000)"], [0.39215686274509803, "rgba(144, 37, 104, 1.000)"], [0.396078431372549, "rgba(146, 37, 104, 1.000)"], [0.4, "rgba(147, 38, 103, 1.000)"], [0.403921568627451, "rgba(149, 38, 103, 1.000)"], [0.40784313725490196, "rgba(151, 39, 102, 1.000)"], [0.4117647058823529, "rgba(152, 39, 102, 1.000)"], [0.41568627450980394, "rgba(154, 40, 101, 1.000)"], [0.4196078431372549, "rgba(155, 41, 100, 1.000)"], [0.4235294117647059, "rgba(157, 41, 100, 1.000)"], [0.42745098039215684, "rgba(159, 42, 99, 1.000)"], [0.43137254901960786, "rgba(160, 42, 99, 1.000)"], [0.43529411764705883, "rgba(162, 43, 98, 1.000)"], [0.4392156862745098, "rgba(163, 44, 97, 1.000)"], [0.44313725490196076, "rgba(165, 44, 96, 1.000)"], [0.4470588235294118, "rgba(166, 45, 96, 1.000)"], [0.45098039215686275, "rgba(168, 46, 95, 1.000)"], [0.4549019607843137, "rgba(169, 46, 94, 1.000)"], [0.4588235294117647, "rgba(171, 47, 94, 1.000)"], [0.4627450980392157, "rgba(173, 48, 93, 1.000)"], [0.4666666666666667, "rgba(174, 48, 92, 1.000)"], [0.47058823529411764, "rgba(176, 49, 91, 1.000)"], [0.4745098039215686, "rgba(177, 50, 90, 1.000)"], [0.47843137254901963, "rgba(179, 50, 90, 1.000)"], [0.4823529411764706, "rgba(180, 51, 89, 1.000)"], [0.48627450980392156, "rgba(182, 52, 88, 1.000)"], [0.49019607843137253, "rgba(183, 53, 87, 1.000)"], [0.49411764705882355, "rgba(185, 53, 86, 1.000)"], [0.4980392156862745, "rgba(186, 54, 85, 1.000)"], [0.5019607843137255, "rgba(188, 55, 84, 1.000)"], [0.5058823529411764, "rgba(189, 56, 83, 1.000)"], [0.5098039215686274, "rgba(191, 57, 82, 1.000)"], [0.5137254901960784, "rgba(192, 58, 81, 1.000)"], [0.5176470588235295, "rgba(193, 58, 80, 1.000)"], [0.5215686274509804, "rgba(195, 59, 79, 1.000)"], [0.5254901960784314, "rgba(196, 60, 78, 1.000)"], [0.5294117647058824, "rgba(198, 61, 77, 1.000)"], [0.5333333333333333, "rgba(199, 62, 76, 1.000)"], [0.5372549019607843, "rgba(200, 63, 75, 1.000)"], [0.5411764705882353, "rgba(202, 64, 74, 1.000)"], [0.5450980392156862, "rgba(203, 65, 73, 1.000)"], [0.5490196078431373, "rgba(204, 66, 72, 1.000)"], [0.5529411764705883, "rgba(206, 67, 71, 1.000)"], [0.5568627450980392, "rgba(207, 68, 70, 1.000)"], [0.5607843137254902, "rgba(208, 69, 69, 1.000)"], [0.5647058823529412, "rgba(210, 70, 68, 1.000)"], [0.5686274509803921, "rgba(211, 71, 67, 1.000)"], [0.5725490196078431, "rgba(212, 72, 66, 1.000)"], [0.5764705882352941, "rgba(213, 74, 65, 1.000)"], [0.5803921568627451, "rgba(215, 75, 63, 1.000)"], [0.5843137254901961, "rgba(216, 76, 62, 1.000)"], [0.5882352941176471, "rgba(217, 77, 61, 1.000)"], [0.592156862745098, "rgba(218, 78, 60, 1.000)"], [0.596078431372549, "rgba(219, 80, 59, 1.000)"], [0.6, "rgba(221, 81, 58, 1.000)"], [0.6039215686274509, "rgba(222, 82, 56, 1.000)"], [0.6078431372549019, "rgba(223, 83, 55, 1.000)"], [0.611764705882353, "rgba(224, 85, 54, 1.000)"], [0.615686274509804, "rgba(225, 86, 53, 1.000)"], [0.6196078431372549, "rgba(226, 87, 52, 1.000)"], [0.6235294117647059, "rgba(227, 89, 51, 1.000)"], [0.6274509803921569, "rgba(228, 90, 49, 1.000)"], [0.6313725490196078, "rgba(229, 92, 48, 1.000)"], [0.6352941176470588, "rgba(230, 93, 47, 1.000)"], [0.6392156862745098, "rgba(231, 94, 46, 1.000)"], [0.6431372549019608, "rgba(232, 96, 45, 1.000)"], [0.6470588235294118, "rgba(233, 97, 43, 1.000)"], [0.6509803921568628, "rgba(234, 99, 42, 1.000)"], [0.6549019607843137, "rgba(235, 100, 41, 1.000)"], [0.6588235294117647, "rgba(235, 102, 40, 1.000)"], [0.6627450980392157, "rgba(236, 103, 38, 1.000)"], [0.6666666666666666, "rgba(237, 105, 37, 1.000)"], [0.6705882352941176, "rgba(238, 106, 36, 1.000)"], [0.6745098039215687, "rgba(239, 108, 35, 1.000)"], [0.6784313725490196, "rgba(239, 110, 33, 1.000)"], [0.6823529411764706, "rgba(240, 111, 32, 1.000)"], [0.6862745098039216, "rgba(241, 113, 31, 1.000)"], [0.6901960784313725, "rgba(241, 115, 29, 1.000)"], [0.6941176470588235, "rgba(242, 116, 28, 1.000)"], [0.6980392156862745, "rgba(243, 118, 27, 1.000)"], [0.7019607843137254, "rgba(243, 120, 25, 1.000)"], [0.7058823529411765, "rgba(244, 121, 24, 1.000)"], [0.7098039215686275, "rgba(245, 123, 23, 1.000)"], [0.7137254901960784, "rgba(245, 125, 21, 1.000)"], [0.7176470588235294, "rgba(246, 126, 20, 1.000)"], [0.7215686274509804, "rgba(246, 128, 19, 1.000)"], [0.7254901960784313, "rgba(247, 130, 18, 1.000)"], [0.7294117647058823, "rgba(247, 132, 16, 1.000)"], [0.7333333333333333, "rgba(248, 133, 15, 1.000)"], [0.7372549019607844, "rgba(248, 135, 14, 1.000)"], [0.7411764705882353, "rgba(248, 137, 12, 1.000)"], [0.7450980392156863, "rgba(249, 139, 11, 1.000)"], [0.7490196078431373, "rgba(249, 140, 10, 1.000)"], [0.7529411764705882, "rgba(249, 142, 9, 1.000)"], [0.7568627450980392, "rgba(250, 144, 8, 1.000)"], [0.7607843137254902, "rgba(250, 146, 7, 1.000)"], [0.7647058823529411, "rgba(250, 148, 7, 1.000)"], [0.7686274509803922, "rgba(251, 150, 6, 1.000)"], [0.7725490196078432, "rgba(251, 151, 6, 1.000)"], [0.7764705882352941, "rgba(251, 153, 6, 1.000)"], [0.7803921568627451, "rgba(251, 155, 6, 1.000)"], [0.7843137254901961, "rgba(251, 157, 7, 1.000)"], [0.788235294117647, "rgba(252, 159, 7, 1.000)"], [0.792156862745098, "rgba(252, 161, 8, 1.000)"], [0.796078431372549, "rgba(252, 163, 9, 1.000)"], [0.8, "rgba(252, 165, 10, 1.000)"], [0.803921568627451, "rgba(252, 166, 12, 1.000)"], [0.807843137254902, "rgba(252, 168, 13, 1.000)"], [0.8117647058823529, "rgba(252, 170, 15, 1.000)"], [0.8156862745098039, "rgba(252, 172, 17, 1.000)"], [0.8196078431372549, "rgba(252, 174, 18, 1.000)"], [0.8235294117647058, "rgba(252, 176, 20, 1.000)"], [0.8274509803921568, "rgba(252, 178, 22, 1.000)"], [0.8313725490196079, "rgba(252, 180, 24, 1.000)"], [0.8352941176470589, "rgba(251, 182, 26, 1.000)"], [0.8392156862745098, "rgba(251, 184, 29, 1.000)"], [0.8431372549019608, "rgba(251, 186, 31, 1.000)"], [0.8470588235294118, "rgba(251, 188, 33, 1.000)"], [0.8509803921568627, "rgba(251, 190, 35, 1.000)"], [0.8549019607843137, "rgba(250, 192, 38, 1.000)"], [0.8588235294117647, "rgba(250, 194, 40, 1.000)"], [0.8627450980392157, "rgba(250, 196, 42, 1.000)"], [0.8666666666666667, "rgba(250, 198, 45, 1.000)"], [0.8705882352941177, "rgba(249, 199, 47, 1.000)"], [0.8745098039215686, "rgba(249, 201, 50, 1.000)"], [0.8784313725490196, "rgba(249, 203, 53, 1.000)"], [0.8823529411764706, "rgba(248, 205, 55, 1.000)"], [0.8862745098039215, "rgba(248, 207, 58, 1.000)"], [0.8901960784313725, "rgba(247, 209, 61, 1.000)"], [0.8941176470588236, "rgba(247, 211, 64, 1.000)"], [0.8980392156862745, "rgba(246, 213, 67, 1.000)"], [0.9019607843137255, "rgba(246, 215, 70, 1.000)"], [0.9058823529411765, "rgba(245, 217, 73, 1.000)"], [0.9098039215686274, "rgba(245, 219, 76, 1.000)"], [0.9137254901960784, "rgba(244, 221, 79, 1.000)"], [0.9176470588235294, "rgba(244, 223, 83, 1.000)"], [0.9215686274509803, "rgba(244, 225, 86, 1.000)"], [0.9254901960784314, "rgba(243, 227, 90, 1.000)"], [0.9294117647058824, "rgba(243, 229, 93, 1.000)"], [0.9333333333333333, "rgba(242, 230, 97, 1.000)"], [0.9372549019607843, "rgba(242, 232, 101, 1.000)"], [0.9411764705882353, "rgba(242, 234, 105, 1.000)"], [0.9450980392156862, "rgba(241, 236, 109, 1.000)"], [0.9490196078431372, "rgba(241, 237, 113, 1.000)"], [0.9529411764705882, "rgba(241, 239, 117, 1.000)"], [0.9568627450980393, "rgba(241, 241, 121, 1.000)"], [0.9607843137254902, "rgba(242, 242, 125, 1.000)"], [0.9647058823529412, "rgba(242, 244, 130, 1.000)"], [0.9686274509803922, "rgba(243, 245, 134, 1.000)"], [0.9725490196078431, "rgba(243, 246, 138, 1.000)"], [0.9764705882352941, "rgba(244, 248, 142, 1.000)"], [0.9803921568627451, "rgba(245, 249, 146, 1.000)"], [0.984313725490196, "rgba(246, 250, 150, 1.000)"], [0.9882352941176471, "rgba(248, 251, 154, 1.000)"], [0.9921568627450981, "rgba(249, 252, 157, 1.000)"], [0.996078431372549, "rgba(250, 253, 161, 1.000)"], [1, "rgba(252, 255, 164, 1.000)"]], "yaxis": "y", "zaxis": "z", "showscale": true, "x": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "showlegend": false, "name": "y1", "opacity": null, "zmin": 0.5249077164198664, "z": [[0.5249077164198664, 0.6056394560343523, 0.749889752108505, 0.9287363276409646, 1.1100289051216032, 1.2661673330503005, 1.3783034588068421, 1.4363270508175658, 1.4363270508175658, 1.3783034588068421, 1.2661673330503005, 1.1100289051216032, 0.9287363276409646, 0.749889752108505, 0.6056394560343523, 0.5249077164198664], [0.5249077164198664, 0.6056394560343523, 0.749889752108505, 0.9287363276409646, 1.1100289051216032, 1.2661673330503005, 1.3783034588068421, 1.4363270508175658, 1.4363270508175658, 1.3783034588068421, 1.2661673330503005, 1.1100289051216032, 0.9287363276409646, 0.749889752108505, 0.6056394560343523, 0.5249077164198664], [0.5249077164198664, 0.6056394560343523, 0.749889752108505, 0.9287363276409646, 1.1100289051216032, 1.2661673330503005, 1.3783034588068421, 1.4363270508175658, 1.4363270508175658, 1.3783034588068421, 1.2661673330503005, 1.1100289051216032, 0.9287363276409646, 0.749889752108505, 0.6056394560343523, 0.5249077164198664], [0.5249077164198664, 0.6056394560343523, 0.749889752108505, 0.9287363276409646, 1.1100289051216032, 1.2661673330503005, 1.3783034588068421, 1.4363270508175658, 1.4363270508175658, 1.3783034588068421, 1.2661673330503005, 1.1100289051216032, 0.9287363276409646, 0.749889752108505, 0.6056394560343523, 0.5249077164198664], [0.5249077164198664, 0.6056394560343523, 0.749889752108505, 0.9287363276409646, 1.1100289051216032, 1.2661673330503005, 1.3783034588068421, 1.4363270508175658, 1.4363270508175658, 1.3783034588068421, 1.2661673330503005, 1.1100289051216032, 0.9287363276409646, 0.749889752108505, 0.6056394560343523, 0.5249077164198664], [0.5249077164198664, 0.6056394560343523, 0.749889752108505, 0.9287363276409646, 1.1100289051216032, 1.2661673330503005, 1.3783034588068421, 1.4363270508175658, 1.4363270508175658, 1.3783034588068421, 1.2661673330503005, 1.1100289051216032, 0.9287363276409646, 0.749889752108505, 0.6056394560343523, 0.5249077164198664], [0.5249077164198664, 0.6056394560343523, 0.749889752108505, 0.9287363276409646, 1.1100289051216032, 1.2661673330503005, 1.3783034588068421, 1.4363270508175658, 1.4363270508175658, 1.3783034588068421, 1.2661673330503005, 1.1100289051216032, 0.9287363276409646, 0.749889752108505, 0.6056394560343523, 0.5249077164198664], [0.5249077164198664, 0.6056394560343523, 0.749889752108505, 0.9287363276409646, 1.1100289051216032, 1.2661673330503005, 1.3783034588068421, 1.4363270508175658, 1.4363270508175658, 1.3783034588068421, 1.2661673330503005, 1.1100289051216032, 0.9287363276409646, 0.749889752108505, 0.6056394560343523, 0.5249077164198664], [0.5249077164198664, 0.6056394560343523, 0.749889752108505, 0.9287363276409646, 1.1100289051216032, 1.2661673330503005, 1.3783034588068421, 1.4363270508175658, 1.4363270508175658, 1.3783034588068421, 1.2661673330503005, 1.1100289051216032, 0.9287363276409646, 0.749889752108505, 0.6056394560343523, 0.5249077164198664], [0.5249077164198664, 0.6056394560343523, 0.749889752108505, 0.9287363276409646, 1.1100289051216032, 1.2661673330503005, 1.3783034588068421, 1.4363270508175658, 1.4363270508175658, 1.3783034588068421, 1.2661673330503005, 1.1100289051216032, 0.9287363276409646, 0.749889752108505, 0.6056394560343523, 0.5249077164198664], [0.5249077164198664, 0.6056394560343523, 0.749889752108505, 0.9287363276409646, 1.1100289051216032, 1.2661673330503005, 1.3783034588068421, 1.4363270508175658, 1.4363270508175658, 1.3783034588068421, 1.2661673330503005, 1.1100289051216032, 0.9287363276409646, 0.749889752108505, 0.6056394560343523, 0.5249077164198664], [0.5249077164198664, 0.6056394560343523, 0.749889752108505, 0.9287363276409646, 1.1100289051216032, 1.2661673330503005, 1.3783034588068421, 1.4363270508175658, 1.4363270508175658, 1.3783034588068421, 1.2661673330503005, 1.1100289051216032, 0.9287363276409646, 0.749889752108505, 0.6056394560343523, 0.5249077164198664], [0.5249077164198664, 0.6056394560343523, 0.749889752108505, 0.9287363276409646, 1.1100289051216032, 1.2661673330503005, 1.3783034588068421, 1.4363270508175658, 1.4363270508175658, 1.3783034588068421, 1.2661673330503005, 1.1100289051216032, 0.9287363276409646, 0.749889752108505, 0.6056394560343523, 0.5249077164198664], [0.5249077164198664, 0.6056394560343523, 0.749889752108505, 0.9287363276409646, 1.1100289051216032, 1.2661673330503005, 1.3783034588068421, 1.4363270508175658, 1.4363270508175658, 1.3783034588068421, 1.2661673330503005, 1.1100289051216032, 0.9287363276409646, 0.749889752108505, 0.6056394560343523, 0.5249077164198664], [0.5249077164198664, 0.6056394560343523, 0.749889752108505, 0.9287363276409646, 1.1100289051216032, 1.2661673330503005, 1.3783034588068421, 1.4363270508175658, 1.4363270508175658, 1.3783034588068421, 1.2661673330503005, 1.1100289051216032, 0.9287363276409646, 0.749889752108505, 0.6056394560343523, 0.5249077164198664], [0.5249077164198664, 0.6056394560343523, 0.749889752108505, 0.9287363276409646, 1.1100289051216032, 1.2661673330503005, 1.3783034588068421, 1.4363270508175658, 1.4363270508175658, 1.3783034588068421, 1.2661673330503005, 1.1100289051216032, 0.9287363276409646, 0.749889752108505, 0.6056394560343523, 0.5249077164198664]], "zmax": 1.4363270508175658, "y": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "type": "surface", "scene": "scene", "cmin": 0.5249077164198664, "cmax": 1.4363270508175658}], "config": {"showlegend": true, "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": "sans-serif", "size": 20}, "yref": "paper", "showarrow": false, "text": "Оконная функция Гаусса", "xref": "paper", "x": 0.5148148148148148}], "height": 400, "margin": {"l": 0, "b": 20, "r": 0, "t": 20}, "plot_bgcolor": "rgba(255, 255, 255, 1.000)", "scene": {"camera": {"eye": {"y": -1.9499999999999997, "z": 1.3, "x": 1.12583302491977}, "projection": "orthographic"}, "xaxis": {"tickangle": 0, "showline": true, "gridcolor": "rgba(0, 0, 0, 0.1)", "showticklabels": true, "gridwidth": 0.5, "visible": true, "ticks": "inside", "range": [1, 16], "tickmode": "array", "tickvals": [3, 6, 9, 12, 15], "tickcolor": "rgb(0, 0, 0)", "ticktext": ["3", "6", "9", "12", "15"], "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "zeroline": false, "type": "linear", "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "zerolinecolor": "rgba(0, 0, 0, 1)", "mirror": false}, "domain": {"y": [0.03762029746281716, 0.9415463692038496], "x": [0.03619130941965587, 0.7541265675123943]}, "yaxis": {"tickangle": 0, "showline": true, "gridcolor": "rgba(0, 0, 0, 0.1)", "showticklabels": true, "gridwidth": 0.5, "visible": true, "ticks": "inside", "range": [1, 16], "tickmode": "array", "tickvals": [3, 6, 9, 12, 15], "tickcolor": "rgb(0, 0, 0)", "ticktext": ["3", "6", "9", "12", "15"], "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "zeroline": false, "type": "linear", "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "zerolinecolor": "rgba(0, 0, 0, 1)", "mirror": false}, "zaxis": {"tickangle": 0, "showline": true, "gridcolor": "rgba(0, 0, 0, 0.1)", "showticklabels": true, "gridwidth": 0.5, "visible": true, "ticks": "inside", "range": [0.5249077164198664, 1.4363270508175658], "tickmode": "array", "tickvals": [0.6000000000000001, 0.8, 1, 1.2000000000000002, 1.4000000000000001], "tickcolor": "rgb(0, 0, 0)", "ticktext": ["0.6", "0.8", "1.0", "1.2", "1.4"], "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "zeroline": false, "type": "linear", "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "zerolinecolor": "rgba(0, 0, 0, 1)", "mirror": false}, "aspectratio": {"x": 1, "y": 1, "z": 1}, "aspectmode": "auto"}, "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": "sans-serif", "size": 11}, "title": {"font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}, "text": ""}, "traceorder": "normal", "x": 1}, "width": 699.859375}}
{"id": "id_a1f28b00_d805_446b_8f49_d60033068fd3", "data": [{"xaxis": "x", "colorbar": {"y": 0.5086805555555556, "title": {"text": ""}, "len": 0.8657316272965879, "x": 0.9934383202099738}, "yaxis": "y", "x": [-89, -88, -87, -86, -85, -84, -83, -82, -81, -80, -79, -78, -77, -76, -75, -74, -73, -72, -71, -70, -69, -68, -67, -66, -65, -64, -63, -62, -61, -60, -59, -58, -57, -56, -55, -54, -53, -52, -51, -50, -49, -48, -47, -46, -45, -44, -43, -42, -41, -40, -39, -38, -37, -36, -35, -34, -33, -32, -31, -30, -29, -28, -27, -26, -25, -24, -23, -22, -21, -20, -19, -18, -17, -16, -15, -14, -13, -12, -11, -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89], "showlegend": true, "mode": "lines", "name": "Без взвешивания", "legendgroup": "Без взвешивания", "line": {"color": "rgba(0, 0, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 2}, "y": [-72.42334912191603, -60.383125166709135, -53.34193930149081, -48.349599077731966, -44.482909958802395, -41.33213299854498, -38.68026027825084, -36.399384807166484, -34.4086953652577, -32.65477465481007, -31.101363856731098, -29.72363580676256, -28.504817634777055, -27.4341354604108, -26.505560906338474, -25.717088314251612, -25.070407354996064, -24.570922624413583, -24.228144624635092, -24.056563170141487, -24.07725321981917, -24.320732492519937, -24.83218315806903, -25.681615283775557, -26.98569579891472, -28.96202966969605, -32.099293793306174, -37.98307087233826, -64.30581635265531, -36.89730294699274, -31.1255474745754, -27.890707593172237, -25.83279198110972, -24.53826278649899, -23.849068882320182, -23.718861072914763, -24.178802046679778, -25.352592305053065, -27.54468145647479, -31.607562078424394, -41.976894688850734, -38.67321979696567, -30.188565149493343, -26.350448015345023, -24.228980535368578, -23.183831753060872, -23.033754067435268, -23.81288129863276, -25.800025040568187, -29.920765796887054, -41.82024216924373, -35.06236079551701, -27.44778327013921, -24.00443627579955, -22.30895224572282, -21.838917383351713, -22.546510279314305, -24.772440193380874, -29.93164408025956, -342.9109056697151, -29.43568359500665, -23.805641276928327, -21.165009131605245, -20.146115800910422, -20.49840259351572, -22.497241408166644, -27.577496736090666, -59.06765239566499, -26.458427437412922, -20.912532872132203, -18.35282859274696, -17.493957702285627, -18.178328644506905, -20.96576418764272, -29.182123055423233, -29.37700022678382, -19.46598819141542, -15.404310955334608, -13.516407063215524, -13.227569394422744, -14.774075400330048, -19.956980401382737, -31.761029083393396, -14.509275137826933, -8.570308629736246, -5.0043568883533, -2.657549662660074, -1.1394243645655138, -0.2792384119123881, 0, -0.2792384119123881, -1.1394243645655138, -2.657549662660074, -5.0043568883533, -8.570308629736246, -14.509275137826933, -31.761029083393396, -19.956980401382737, -14.774075400330048, -13.227569394422744, -13.516407063215524, -15.404310955334608, -19.46598819141542, -29.37700022678382, -29.182123055423233, -20.96576418764272, -18.178328644506905, -17.493957702285627, -18.35282859274696, -20.912532872132203, -26.458427437412922, -59.06765239566499, -27.577496736090666, -22.497241408166644, -20.49840259351572, -20.146115800910422, -21.165009131605245, -23.805641276928327, -29.43568359500665, -342.9109056697151, -29.93164408025956, -24.772440193380874, -22.546510279314305, -21.838917383351713, -22.30895224572282, -24.00443627579955, -27.44778327013921, -35.06236079551701, -41.82024216924373, -29.920765796887054, -25.800025040568187, -23.81288129863276, -23.033754067435268, -23.183831753060872, -24.228980535368578, -26.350448015345023, -30.188565149493343, -38.67321979696567, -41.976894688850734, -31.607562078424394, -27.54468145647479, -25.352592305053065, -24.178802046679778, -23.718861072914763, -23.849068882320182, -24.53826278649899, -25.83279198110972, -27.890707593172237, -31.1255474745754, -36.89730294699274, -64.30581635265531, -37.98307087233826, -32.099293793306174, -28.96202966969605, -26.98569579891472, -25.681615283775557, -24.83218315806903, -24.320732492519937, -24.07725321981917, -24.056563170141487, -24.228144624635092, -24.570922624413583, -25.070407354996064, -25.717088314251612, -26.505560906338474, -27.4341354604108, -28.504817634777055, -29.72363580676256, -31.101363856731098, -32.65477465481007, -34.4086953652577, -36.399384807166484, -38.68026027825084, -41.33213299854498, -44.482909958802395, -48.349599077731966, -53.34193930149081, -60.383125166709135, -72.42334912191603], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.5086805555555556, "title": {"text": ""}, "len": 0.8657316272965879, "x": 0.9934383202099738}, "yaxis": "y", "x": [-90, -89, -88, -87, -86, -85, -84, -83, -82, -81, -80, -79, -78, -77, -76, -75, -74, -73, -72, -71, -70, -69, -68, -67, -66, -65, -64, -63, -62, -61, -60, -59, -58, -57, -56, -55, -54, -53, -52, -51, -50, -49, -48, -47, -46, -45, -44, -43, -42, -41, -40, -39, -38, -37, -36, -35, -34, -33, -32, -31, -30, -29, -28, -27, -26, -25, -24, -23, -22, -21, -20, -19, -18, -17, -16, -15, -14, -13, -12, -11, -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90], "showlegend": true, "mode": "lines", "name": "После взвешивания", "legendgroup": "После взвешивания", "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "dashdot", "width": 2}, "y": [-345.6729697891045, -78.3824709656954, -66.34224734570608, -59.30106293269654, -54.308726616982426, -50.442045733613384, -47.291283738393815, -44.63943564181301, -42.35859790619111, -40.367963284974905, -38.614118971001005, -37.060811149871256, -35.68321817396094, -34.464573200568566, -33.394108887829645, -32.4658039101007, -31.677660178301892, -31.03137545713338, -30.532362971203952, -30.190142400348407, -30.019213304017455, -30.040660976586707, -30.285014091761468, -30.7974664287608, -31.64804036114333, -32.9534158716516, -34.93121178660027, -38.07011973954627, -43.95573812685717, -70.2805391397294, -42.87431339666546, -37.10509690876455, -33.8730679564855, -31.818257438264254, -30.52715151142354, -29.841725067887012, -29.715657194818107, -30.18014142044268, -31.358911981699578, -33.5564555102992, -37.6253053498416, -48.00116705692142, -44.70463107036613, -36.227780682091804, -32.398195174010084, -30.286056174251712, -29.251110881815407, -29.112199942554298, -29.903557219837637, -31.904108201367137, -36.03956362467278, -47.955211701954056, -41.2151317877603, -33.62018591416813, -30.198534679443583, -28.52708515586056, -28.083748117171297, -28.821088482441098, -31.08027896925779, -36.27681736177533, -323.85374031535235, -35.870649891353935, -30.294971077741423, -27.716709379816734, -26.769925138644453, -27.206337108710045, -29.304383834342786, -34.503180694175796, -66.13732374710605, -33.70674961091623, -28.38899320404505, -26.13301979838019, -25.706125409310346, -27.083087538194036, -31.328913826820667, -49.8631129396116, -32.8412604499361, -27.023924826515668, -25.22806921267363, -26.681396831211714, -37.54947683044816, -26.343246197104804, -17.16491749142574, -11.86763731848589, -8.157228139976269, -5.405614075806511, -3.3450468710332757, -1.8371378801173819, -0.8035130406295821, -0.19902820195068216, 0, -0.19902820195068216, -0.8035130406295821, -1.8371378801173819, -3.3450468710332757, -5.405614075806511, -8.157228139976269, -11.86763731848589, -17.16491749142574, -26.343246197104804, -37.54947683044816, -26.681396831211714, -25.22806921267363, -27.023924826515668, -32.8412604499361, -49.8631129396116, -31.328913826820667, -27.083087538194036, -25.706125409310346, -26.13301979838019, -28.38899320404505, -33.70674961091623, -66.13732374710605, -34.503180694175796, -29.304383834342786, -27.206337108710045, -26.769925138644453, -27.716709379816734, -30.294971077741423, -35.870649891353935, -323.85374031535235, -36.27681736177533, -31.08027896925779, -28.821088482441098, -28.083748117171297, -28.52708515586056, -30.198534679443583, -33.62018591416813, -41.2151317877603, -47.955211701954056, -36.03956362467278, -31.904108201367137, -29.903557219837637, -29.112199942554298, -29.251110881815407, -30.286056174251712, -32.398195174010084, -36.227780682091804, -44.70463107036613, -48.00116705692142, -37.6253053498416, -33.5564555102992, -31.358911981699578, -30.18014142044268, -29.715657194818107, -29.841725067887012, -30.52715151142354, -31.818257438264254, -33.8730679564855, -37.10509690876455, -42.87431339666546, -70.2805391397294, -43.95573812685717, -38.07011973954627, -34.93121178660027, -32.9534158716516, -31.64804036114333, -30.7974664287608, -30.285014091761468, -30.040660976586707, -30.019213304017455, -30.190142400348407, -30.532362971203952, -31.03137545713338, -31.677660178301892, -32.4658039101007, -33.394108887829645, -34.464573200568566, -35.68321817396094, -37.060811149871256, -38.614118971001005, -40.367963284974905, -42.35859790619111, -44.63943564181301, -47.291283738393815, -50.442045733613384, -54.308726616982426, -59.30106293269654, -66.34224734570608, -78.3824709656954, -345.6729697891045], "type": "scatter"}], "config": {"showlegend": true, "xaxis": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [-75, -50, -25, 0, 25, 50, 75], "range": [-95.4, 95.4], "domain": [0.09128390201224845, 0.9934383202099738], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["-75", "-50", "-25", "0", "25", "50", "75"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "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": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "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": "sans-serif", "size": 20}, "yref": "paper", "showarrow": false, "text": "Диаграмма направленности ФАР", "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": [-100, -90, -80, -70, -60, -50, -40, -30, -20, -10, 0, 10], "range": [-100, 10], "domain": [0.07581474190726165, 0.9415463692038496], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["-100", "-90", "-80", "-70", "-60", "-50", "-40", "-30", "-20", "-10", "0", "10"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "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": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "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": "sans-serif", "size": 11}, "title": {"font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}, "text": ""}, "traceorder": "normal", "x": 1}, "width": 699.859375}}
{"id": "id_fdb8cea1_e96b_4ee3_bf82_ea2835966687", "data": [{"xaxis": "x", "colorbar": {"y": 0.513888888888889, "title": {"text": ""}, "len": 0.9525371828521435, "x": 0.9934383202099738}, "yaxis": "y", "zaxis": "z", "x": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "showlegend": false, "mode": "markers", "name": "", "legendgroup": "", "z": [3.75, 2.75, 2.25, 1.75, 1.25, 0.75, 0.25, -0.25, -0.75, -1.25, -1.75, -2.25, -2.75, -3.25, -3.75, 3.75, 3.25, 2.75, 2.25, 1.75, 1.25, 0.75, 0.25, -0.75, -1.25, -1.75, -2.25, -2.75, -3.25, -3.75, 3.75, 3.25, 2.75, 2.25, 1.75, 0.75, 0.25, -0.25, -0.75, -1.25, -1.75, -2.75, -3.25, -3.75, 3.25, 2.75, 2.25, 1.75, 1.25, 0.75, 0.25, -0.25, -0.75, -1.75, -2.25, -2.75, -3.25, -3.75, 3.75, 3.25, 2.75, 2.25, 1.75, 1.25, 0.75, 0.25, -0.25, -0.75, -1.25, -1.75, -2.25, -3.25, -3.75, 3.75, 2.75, 2.25, 1.75, 1.25, 0.75, 0.25, -0.25, -0.75, -1.25, -1.75, -2.25, -2.75, -3.25, -3.75, 3.75, 3.25, 2.75, 2.25, 1.75, 1.25, 0.75, 0.25, -0.25, -0.75, -1.25, -1.75, -2.75, -3.25, -3.75, 3.75, 3.25, 2.75, 2.25, 1.75, 1.25, 0.75, 0.25, -0.25, -0.75, -1.25, -1.75, -2.25, -2.75, -3.25, -3.75, 3.75, 3.25, 2.75, 2.25, 1.75, 1.25, 0.25, -0.25, -0.75, -1.25, -1.75, -2.25, -2.75, -3.25, -3.75, 3.25, 2.75, 2.25, 1.75, 1.25, 0.75, 0.25, -0.25, -1.25, -1.75, -2.25, -2.75, -3.75, 3.75, 3.25, 2.25, 1.75, 1.25, 0.75, 0.25, -0.25, -1.25, -1.75, -2.25, -2.75, -3.25, -3.75, 3.75, 3.25, 2.75, 2.25, 1.75, 1.25, 0.25, -0.25, -0.75, -1.25, -1.75, -2.25, -2.75, -3.25, -3.75, 3.75, 3.25, 2.75, 2.25, 1.25, 0.75, 0.25, -0.75, -1.25, -1.75, -2.25, -2.75, -3.25, -3.75, 3.75, 3.25, 2.75, 2.25, 1.75, 0.75, 0.25, -0.25, -0.75, -1.25, -1.75, -2.75, -3.25, 3.75, 3.25, 2.75, 2.25, 1.75, 1.25, 0.75, 0.25, -0.25, -0.75, -1.25, -1.75, -2.25, -2.75, -3.25, -3.75, 3.75, 3.25, 2.75, 2.25, 1.75, 1.25, 0.75, 0.25, -0.25, -0.75, -1.25, -1.75, -2.25, -2.75, -3.25, -3.75], "marker": {"symbol": "circle", "color": "rgba(0, 154, 250, 1.000)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "y": [-3.75, -3.75, -3.75, -3.75, -3.75, -3.75, -3.75, -3.75, -3.75, -3.75, -3.75, -3.75, -3.75, -3.75, -3.75, -3.25, -3.25, -3.25, -3.25, -3.25, -3.25, -3.25, -3.25, -3.25, -3.25, -3.25, -3.25, -3.25, -3.25, -3.25, -2.75, -2.75, -2.75, -2.75, -2.75, -2.75, -2.75, -2.75, -2.75, -2.75, -2.75, -2.75, -2.75, -2.75, -2.25, -2.25, -2.25, -2.25, -2.25, -2.25, -2.25, -2.25, -2.25, -2.25, -2.25, -2.25, -2.25, -2.25, -1.75, -1.75, -1.75, -1.75, -1.75, -1.75, -1.75, -1.75, -1.75, -1.75, -1.75, -1.75, -1.75, -1.75, -1.75, -1.25, -1.25, -1.25, -1.25, -1.25, -1.25, -1.25, -1.25, -1.25, -1.25, -1.25, -1.25, -1.25, -1.25, -1.25, -0.75, -0.75, -0.75, -0.75, -0.75, -0.75, -0.75, -0.75, -0.75, -0.75, -0.75, -0.75, -0.75, -0.75, -0.75, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, -0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 1.25, 1.25, 1.25, 1.25, 1.25, 1.25, 1.25, 1.25, 1.25, 1.25, 1.25, 1.25, 1.25, 1.25, 1.75, 1.75, 1.75, 1.75, 1.75, 1.75, 1.75, 1.75, 1.75, 1.75, 1.75, 1.75, 1.75, 1.75, 1.75, 2.25, 2.25, 2.25, 2.25, 2.25, 2.25, 2.25, 2.25, 2.25, 2.25, 2.25, 2.25, 2.25, 2.25, 2.75, 2.75, 2.75, 2.75, 2.75, 2.75, 2.75, 2.75, 2.75, 2.75, 2.75, 2.75, 2.75, 3.25, 3.25, 3.25, 3.25, 3.25, 3.25, 3.25, 3.25, 3.25, 3.25, 3.25, 3.25, 3.25, 3.25, 3.25, 3.25, 3.75, 3.75, 3.75, 3.75, 3.75, 3.75, 3.75, 3.75, 3.75, 3.75, 3.75, 3.75, 3.75, 3.75, 3.75, 3.75], "type": "scatter3d", "scene": "scene"}, {"xaxis": "x", "colorbar": {"y": 0.513888888888889, "title": {"text": ""}, "len": 0.9525371828521435, "x": 0.9934383202099738}, "yaxis": "y", "zaxis": "z", "x": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "showlegend": false, "mode": "markers", "name": "", "legendgroup": "", "z": [3.25, -0.25, 1.25, -2.25, 3.75, -1.25, -2.75, 3.25, -2.25, 0.75, 3.75, -0.75, -3.25, 2.75, -0.75, 0.75, 1.75, -0.25, 1.25, -2.25, -3.75], "marker": {"symbol": "circle", "color": "rgba(0, 0, 0, 1)", "line": {"color": "rgba(0, 0, 0, 1)", "width": 1}, "size": 8}, "y": [-3.75, -3.25, -2.75, -2.75, -2.25, -2.25, -1.75, -1.25, -0.75, 0.25, 0.75, 0.75, 0.75, 1.25, 1.25, 1.75, 2.25, 2.25, 2.75, 2.75, 2.75], "type": "scatter3d", "scene": "scene"}], "config": {"showlegend": true, "paper_bgcolor": "rgba(255, 255, 255, 1.000)", "annotations": [], "height": 400, "margin": {"l": 0, "b": 20, "r": 0, "t": 20}, "plot_bgcolor": "rgba(255, 255, 255, 1.000)", "scene": {"camera": {"up": {"x": 0, "y": 0, "z": 1}, "center": {"x": 0, "y": 0, "z": 0}, "eye": {"x": 0.9691261238194403, "y": -1.6785756853975577, "z": 1.1190504569317055}, "projection": {"type": "perspective"}}, "xaxis": {"tickangle": 0, "showline": false, "gridcolor": "rgba(0, 0, 0, 0.1)", "showticklabels": false, "gridwidth": 0.5, "visible": true, "ticks": "inside", "range": [-0.030000000000000027, 1.03], "tickmode": "array", "tickvals": [0, 0.25, 0.5, 0.75, 1], "tickcolor": "rgba(0, 0, 0, 0)", "ticktext": ["0.00", "0.25", "0.50", "0.75", "1.00"], "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "zeroline": false, "type": "linear", "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "zerolinecolor": "rgba(0, 0, 0, 1)", "mirror": false}, "domain": {"y": [0.03762029746281716, 0.9901574803149606], "x": [0.03619130941965587, 0.9934383202099738]}, "yaxis": {"tickangle": 0, "showline": false, "gridcolor": "rgba(0, 0, 0, 0.1)", "showticklabels": false, "gridwidth": 0.5, "visible": true, "ticks": "inside", "range": [-3.975, 3.975], "tickmode": "array", "tickvals": [-3, -2, -1, 0, 1, 2, 3], "tickcolor": "rgba(0, 0, 0, 0)", "ticktext": ["-3", "-2", "-1", "0", "1", "2", "3"], "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "zeroline": false, "type": "linear", "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "zerolinecolor": "rgba(0, 0, 0, 1)", "mirror": false}, "zaxis": {"tickangle": 0, "showline": false, "gridcolor": "rgba(0, 0, 0, 0.1)", "showticklabels": false, "gridwidth": 0.5, "visible": true, "ticks": "inside", "range": [-3.975, 3.975], "tickmode": "array", "tickvals": [-3, -2, -1, 0, 1, 2, 3], "tickcolor": "rgba(0, 0, 0, 0)", "ticktext": ["-3", "-2", "-1", "0", "1", "2", "3"], "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "zeroline": false, "type": "linear", "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "zerolinecolor": "rgba(0, 0, 0, 1)", "mirror": false}, "aspectratio": {"x": 1, "y": 1, "z": 1}, "aspectmode": "auto"}, "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": "sans-serif", "size": 11}, "title": {"font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}, "text": ""}, "traceorder": "normal", "x": 1}, "width": 699.859375}}
{"id": "id_b48a7544_6b47_43eb_ae14_24acf06bd5cf", "data": [{"xaxis": "x", "colorbar": {"y": 0.5086805555555556, "title": {"text": ""}, "len": 0.8657316272965879, "x": 0.9934383202099738}, "yaxis": "y", "x": [-89, -88, -87, -86, -85, -84, -83, -82, -81, -80, -79, -78, -77, -76, -75, -74, -73, -72, -71, -70, -69, -68, -67, -66, -65, -64, -63, -62, -61, -60, -59, -58, -57, -56, -55, -54, -53, -52, -51, -50, -49, -48, -47, -46, -45, -44, -43, -42, -41, -40, -39, -38, -37, -36, -35, -34, -33, -32, -31, -30, -29, -28, -27, -26, -25, -24, -23, -22, -21, -20, -19, -18, -17, -16, -15, -14, -13, -12, -11, -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89], "showlegend": true, "mode": "lines", "name": "При полной работе", "legendgroup": "При полной работе", "line": {"color": "rgba(0, 0, 255, 1.000)", "shape": "linear", "dash": "solid", "width": 2}, "y": [-72.42334912191603, -60.383125166709135, -53.34193930149081, -48.349599077731966, -44.482909958802395, -41.33213299854498, -38.68026027825084, -36.399384807166484, -34.4086953652577, -32.65477465481007, -31.101363856731098, -29.72363580676256, -28.504817634777055, -27.4341354604108, -26.505560906338474, -25.717088314251612, -25.070407354996064, -24.570922624413583, -24.228144624635092, -24.056563170141487, -24.07725321981917, -24.320732492519937, -24.83218315806903, -25.681615283775557, -26.98569579891472, -28.96202966969605, -32.099293793306174, -37.98307087233826, -64.30581635265531, -36.89730294699274, -31.1255474745754, -27.890707593172237, -25.83279198110972, -24.53826278649899, -23.849068882320182, -23.718861072914763, -24.178802046679778, -25.352592305053065, -27.54468145647479, -31.607562078424394, -41.976894688850734, -38.67321979696567, -30.188565149493343, -26.350448015345023, -24.228980535368578, -23.183831753060872, -23.033754067435268, -23.81288129863276, -25.800025040568187, -29.920765796887054, -41.82024216924373, -35.06236079551701, -27.44778327013921, -24.00443627579955, -22.30895224572282, -21.838917383351713, -22.546510279314305, -24.772440193380874, -29.93164408025956, -342.9109056697151, -29.43568359500665, -23.805641276928327, -21.165009131605245, -20.146115800910422, -20.49840259351572, -22.497241408166644, -27.577496736090666, -59.06765239566499, -26.458427437412922, -20.912532872132203, -18.35282859274696, -17.493957702285627, -18.178328644506905, -20.96576418764272, -29.182123055423233, -29.37700022678382, -19.46598819141542, -15.404310955334608, -13.516407063215524, -13.227569394422744, -14.774075400330048, -19.956980401382737, -31.761029083393396, -14.509275137826933, -8.570308629736246, -5.0043568883533, -2.657549662660074, -1.1394243645655138, -0.2792384119123881, 0, -0.2792384119123881, -1.1394243645655138, -2.657549662660074, -5.0043568883533, -8.570308629736246, -14.509275137826933, -31.761029083393396, -19.956980401382737, -14.774075400330048, -13.227569394422744, -13.516407063215524, -15.404310955334608, -19.46598819141542, -29.37700022678382, -29.182123055423233, -20.96576418764272, -18.178328644506905, -17.493957702285627, -18.35282859274696, -20.912532872132203, -26.458427437412922, -59.06765239566499, -27.577496736090666, -22.497241408166644, -20.49840259351572, -20.146115800910422, -21.165009131605245, -23.805641276928327, -29.43568359500665, -342.9109056697151, -29.93164408025956, -24.772440193380874, -22.546510279314305, -21.838917383351713, -22.30895224572282, -24.00443627579955, -27.44778327013921, -35.06236079551701, -41.82024216924373, -29.920765796887054, -25.800025040568187, -23.81288129863276, -23.033754067435268, -23.183831753060872, -24.228980535368578, -26.350448015345023, -30.188565149493343, -38.67321979696567, -41.976894688850734, -31.607562078424394, -27.54468145647479, -25.352592305053065, -24.178802046679778, -23.718861072914763, -23.849068882320182, -24.53826278649899, -25.83279198110972, -27.890707593172237, -31.1255474745754, -36.89730294699274, -64.30581635265531, -37.98307087233826, -32.099293793306174, -28.96202966969605, -26.98569579891472, -25.681615283775557, -24.83218315806903, -24.320732492519937, -24.07725321981917, -24.056563170141487, -24.228144624635092, -24.570922624413583, -25.070407354996064, -25.717088314251612, -26.505560906338474, -27.4341354604108, -28.504817634777055, -29.72363580676256, -31.101363856731098, -32.65477465481007, -34.4086953652577, -36.399384807166484, -38.68026027825084, -41.33213299854498, -44.482909958802395, -48.349599077731966, -53.34193930149081, -60.383125166709135, -72.42334912191603], "type": "scatter"}, {"xaxis": "x", "colorbar": {"y": 0.5086805555555556, "title": {"text": ""}, "len": 0.8657316272965879, "x": 0.9934383202099738}, "yaxis": "y", "x": [-90, -89, -88, -87, -86, -85, -84, -83, -82, -81, -80, -79, -78, -77, -76, -75, -74, -73, -72, -71, -70, -69, -68, -67, -66, -65, -64, -63, -62, -61, -60, -59, -58, -57, -56, -55, -54, -53, -52, -51, -50, -49, -48, -47, -46, -45, -44, -43, -42, -41, -40, -39, -38, -37, -36, -35, -34, -33, -32, -31, -30, -29, -28, -27, -26, -25, -24, -23, -22, -21, -20, -19, -18, -17, -16, -15, -14, -13, -12, -11, -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90], "showlegend": true, "mode": "lines", "name": "После выхода из строя", "legendgroup": "После выхода из строя", "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "dashdot", "width": 2}, "y": [-47.421357245434706, -47.408805695649335, -47.22480350871018, -46.50733618227889, -45.017310822799516, -42.9481498266897, -40.68196295264522, -38.47325857831339, -36.426026621430196, -34.56644465217033, -32.891147615279806, -31.388399152803288, -30.046100271450427, -28.854519737856265, -27.807074168106283, -26.90046504291155, -26.13468639667491, -25.513122120055698, -25.042858270357613, -24.73533608013406, -24.607540653154558, -24.684086678460176, -25.00093021907105, -25.61230088396644, -26.6047168694202, -28.12884361236894, -30.485894126901883, -34.44222844341925, -43.43652013673545, -43.68969809282282, -33.99079542592767, -29.607435271549093, -26.920955508295833, -25.17195529307213, -24.09045951956614, -23.573072892560447, -23.602971747479046, -24.235855591768257, -25.629752289132227, -28.166871555940133, -32.98910702096009, -46.93004059238547, -35.278782171736964, -28.829686527191654, -25.591722407493194, -23.833461496720474, -23.10911751772892, -23.331600157877745, -24.65544927417193, -27.664616833666514, -34.62492041762442, -37.019633552665084, -27.472588799158473, -23.06018066177006, -20.593925710848282, -19.313525426939634, -18.993290657880948, -19.639050946492205, -21.486080305690678, -25.27792740079491, -33.44195715871433, -30.445056699334145, -23.768118965434155, -20.629735263854514, -19.298110824512946, -19.365594265217737, -20.97320948057086, -25.11741879750457, -39.148445730754304, -27.623886930573462, -20.980953652789424, -17.988072008750066, -16.81128262220676, -17.129379074166025, -19.252740004916518, -24.888507274547862, -33.46621462063973, -20.91424587164414, -16.124478811121378, -13.912344507728335, -13.424953686241793, -14.805124634455012, -19.70723979798754, -32.75186089781448, -14.767358104015102, -8.698289193224639, -5.073349366906541, -2.6925908173692505, -1.154060645227844, -0.2827753963319992, 0, -0.2827753963319992, -1.154060645227844, -2.6925908173692505, -5.073349366906541, -8.698289193224639, -14.767358104015102, -32.75186089781448, -19.70723979798754, -14.805124634455012, -13.424953686241793, -13.912344507728335, -16.124478811121378, -20.91424587164414, -33.46621462063973, -24.888507274547862, -19.252740004916518, -17.129379074166025, -16.81128262220676, -17.988072008750066, -20.980953652789424, -27.623886930573462, -39.148445730754304, -25.11741879750457, -20.97320948057086, -19.365594265217737, -19.298110824512946, -20.629735263854514, -23.768118965434155, -30.445056699334145, -33.44195715871433, -25.27792740079491, -21.486080305690678, -19.639050946492205, -18.993290657880948, -19.313525426939634, -20.593925710848282, -23.06018066177006, -27.472588799158473, -37.019633552665084, -34.62492041762442, -27.664616833666514, -24.65544927417193, -23.331600157877745, -23.10911751772892, -23.833461496720474, -25.591722407493194, -28.829686527191654, -35.278782171736964, -46.93004059238547, -32.98910702096009, -28.166871555940133, -25.629752289132227, -24.235855591768257, -23.602971747479046, -23.573072892560447, -24.09045951956614, -25.17195529307213, -26.920955508295833, -29.607435271549093, -33.99079542592767, -43.68969809282282, -43.43652013673545, -34.44222844341925, -30.485894126901883, -28.12884361236894, -26.6047168694202, -25.61230088396644, -25.00093021907105, -24.684086678460176, -24.607540653154558, -24.73533608013406, -25.042858270357613, -25.513122120055698, -26.13468639667491, -26.90046504291155, -27.807074168106283, -28.854519737856265, -30.046100271450427, -31.388399152803288, -32.891147615279806, -34.56644465217033, -36.426026621430196, -38.47325857831339, -40.68196295264522, -42.9481498266897, -45.017310822799516, -46.50733618227889, -47.22480350871018, -47.408805695649335, -47.421357245434706], "type": "scatter"}], "config": {"showlegend": true, "xaxis": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [-75, -50, -25, 0, 25, 50, 75], "range": [-95.4, 95.4], "domain": [0.09128390201224845, 0.9934383202099738], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["-75", "-50", "-25", "0", "25", "50", "75"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "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": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "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": "sans-serif", "size": 20}, "yref": "paper", "showarrow": false, "text": "Диаграмма направленности ФАР", "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": [-100, -90, -80, -70, -60, -50, -40, -30, -20, -10, 0, 10], "range": [-100, 10], "domain": [0.07581474190726165, 0.9415463692038496], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["-100", "-90", "-80", "-70", "-60", "-50", "-40", "-30", "-20", "-10", "0", "10"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "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": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "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": "sans-serif", "size": 11}, "title": {"font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}, "text": ""}, "traceorder": "normal", "x": 1}, "width": 699.859375}}