【电磁】基于Matlab模拟3 个偶极子的辐射图

文章介绍了利用MATLAB对直线天线的两种分析模型——无穷小偶极子和有限长偶极子进行的辐射性能仿真分析。建立了偶极子的辐射强度和方向性系数模型,并通过代码展示了如何处理输入参数,如波长和偶极子长度。仿真结果与实际相符,为天线研究提供理论基础。
摘要由CSDN通过智能技术生成

✅作者简介:热爱科研的Matlab仿真开发者,修心和技术同步精进,matlab项目合作可私信。

🍎个人主页:Matlab科研工作室

🍊个人信条:格物致知。

更多Matlab仿真内容点击👇

智能优化算法  神经网络预测 雷达通信  无线传感器

信号处理 图像处理 路径规划 元胞自动机 无人机  电力系统

⛄ 内容介绍

研究了直线天线的两种简单分析模型:无穷小偶极子和有限长偶极子.建立了偶极子辐射强度和方向性系数数学模型.应用MATLAB对其性能进行了仿真分析.通过仿真分析比较,得出了和实际结果相符的结论,从而为天线的研究提供了有价值的基础理论.

⛄ 部分代码

% --- Outputs from this function are returned to the command line.

function varargout = dipola_OutputFcn(hObject, eventdata, handles) 

% varargout  cell array for returning output args (see VARARGOUT);

% hObject    handle to figure

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

% Get default command line output from handles structure

varargout{1} = handles.output;

function wave_length_Callback(hObject, eventdata, handles)

% hObject    handle to wave_length (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

% Hints: get(hObject,'String') returns contents of wave_length as text

%        str2double(get(hObject,'String')) returns contents of wave_length as a double

wavelength = str2double(get(hObject,'string'));

handles.wavelength=wavelength;

if isnan(wavelength)

  errordlg('You must enter a numeric value','Bad Input','modal')

  uicontrol(hObject)

return

end

guidata(hObject,handles)

handles.wavelength;

% --- Executes during object creation, after setting all properties.

function wave_length_CreateFcn(hObject, eventdata, handles)

% hObject    handle to wave_length (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    empty - handles not created until after all CreateFcns called

% Hint: edit controls usually have a white background on Windows.

%       See ISPC and COMPUTER.

if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))

    set(hObject,'BackgroundColor','white');

end

function dipole1_Callback(hObject, eventdata, handles)

% hObject    handle to dipole1 (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

% Hints: get(hObject,'String') returns contents of dipole1 as text

%        str2double(get(hObject,'String')) returns contents of dipole1 as a double

dipole1 = str2double(get(hObject,'string'));

handles.dipole1=dipole1;

if isnan(dipole1)

  errordlg('You must enter a numeric value','Bad Input','modal')

  uicontrol(hObject)

return

end

guidata(hObject,handles)

handles.dipole1;

⛄ 运行结果

⛄ 参考文献

[1]张清泉, 吉安平, 行小帅,等. 基于MATLAB的偶极子辐射性能仿真分析[J]. 仪器仪表与分析监测, 2011(3):3.

⛄ 完整代码

❤️部分理论引用网络文献,若有侵权联系博主删除

❤️ 关注我领取海量matlab电子书和数学建模资料

 

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

matlab科研助手

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值