• 易迪拓培训,专注于微波、射频、天线设计工程师的培养
首页 > CST > CST使用问答 > 请教一下大家,怎样将cst仿真得到的远场方向图数据导进matlab做数据处理

请教一下大家,怎样将cst仿真得到的远场方向图数据导进matlab做数据处理

录入:edatop.com     点击:
请教一下大家,怎样将cst仿真得到的远场方向图数据导进matlab做数据处理

来位大神解答下

invoke(farfieldplot, 'Reset');
invoke(farfieldplot, 'Plottype', 'cartesian');
invoke(farfieldplot, 'Vary', 'angle1');
invoke(farfieldplot, 'Phi', phi);
invoke(farfieldplot, 'Step', step);
invoke(farfieldplot, 'SetTheta360', 'True');
invoke(farfieldplot, 'SymmetricRange', 'True');
invoke(farfieldplot, 'StoreSettings');
invoke(farfieldplot, 'SetPlotMode', 'Directivity');%realized gain,Directivity
invoke(farfieldplot, 'Plot');
File_name = ['Gain_', lablename, '.txt'];
%在当前文件夹内新建一个txt文档用来保存方向图
fid=fopen(File_name,'w+');
fclose(fid);
%获取方向图的文件路径,方便下面保存结果时用
File_path=which(File_name);
invoke(export, 'Reset');
invoke(export, 'FileName', File_path);
invoke(export, 'Execute');
A=importdata(File_path);
Pattern_SLL(:,2)=A.data(:,3);
Pattern_SLL(:,1)=A.data(:,1);

请教一下,怎样将CST中的相位面导入到matlab中去

您好,我也遇到了这个问题,您现在解决了吗?

申明网友回复良莠不齐,仅供参考。如需专业解答,请学习易迪拓培训专家讲授的CST视频培训教程

上一篇:如何观察回波signal?
下一篇: CST进阶之路:第二节 MATLAB—CST联合仿真之建模

CST培训课程推荐详情>>

  网站地图