photo

Sharath Maadam

MathWorks

Last seen: 3日 前 2021 年からアクティブ

Followers: 0   Following: 0

DISCLAIMER:Any advice or opinions here are my own , and in no way reflect that of MathWorks.

統計

MATLAB Answers

0 質問
29 回答

ランク
10,396
of 302,173

評判
4

コントリビューション
0 質問
29 回答

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,593

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 179,660

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Knowledgeable Level 1
  • First Answer
  • Revival Level 1

バッジを表示

Feeds

表示方法

回答済み
Does MATLAB's pattern() function use full-wave MoM or superposition of elements for antenna array analysis?
Antenna toolbox uses full wave simulations for antennas and arrays. Different types of solvers can be found here:https://in.mat...

3日 前 | 0

回答済み
converting rectangular patch antenna into an implantable patch antenna
Conformal array using shapes can be used where different models can be imported and an antenna can be placed around it to check ...

3日 前 | 0

回答済み
converting rectangular patch antenna into an implantable patch antenna
Conformal array using shapes can be used where different models can be imported and an antenna can be placed around it to check ...

3日 前 | 0

回答済み
array antenna output code
Below links can be used as reference based on the use case: https://in.mathworks.com/help/simrf/rf-receiver-modeling.html http...

3日 前 | 0

回答済み
Antenna Toolbox - Impedance v. Frequency sweeps produce different results between R2017a and R2017b. Which is correct?
Updated the code for latest version,which should give more reliable results. %%Investigating Rogers Corp. Antenna Dielectric Pr...

10日 前 | 0

回答済み
Query related to antenna design.
I modified the code with correct variables from the shared code,and the result looks correct. d = dielectric('FR4'); ant = spi...

10日 前 | 0

回答済み
Query related to antenna design.
I modified the code with correct variables from the shared code,and the result looks correct. d = dielectric('FR4'); ant = spi...

10日 前 | 0

回答済み
Query related to antenna design.
I modified the code with correct variables from the shared code,and the result looks correct. d = dielectric('FR4'); ant = spi...

10日 前 | 0

回答済み
How does the createFeed() by GUI (antenna toolbox and selecting a closed polygon) work as an excitation source?
For the given stl file mesh, feed can be selected interactively or by specifying the feed location. For the closed polygon case,...

17日 前 | 0

回答済み
Loop circular antenna rotation problem
Below code can be used. r = r0/2; c = loopCircular("Radius",r); [~] = mesh(c,'MaxEdgeLength',0.05); [p,t]=exportMesh(c); tr...

17日 前 | 0

回答済み
Simulation method of the influence of metal installed near the antenna
This use case can be achieved using conformal array with shapes workflow,where platform can be modelled using shapes and any ant...

19日 前 | 0

回答済み
design a parasatic antenna arrray
3d geometry workflows can be used to design the antenna using booleans. https://in.mathworks.com/help/antenna/3d-authoring.html...

26日 前 | 0

回答済み
Antenna toolbox convergence problems
Meshing can be controlled manually using different Name-Value pairs available. For any specific issues,it would be helpful if an...

26日 前 | 0

回答済み
How to create an antenna radiation pattern from a crossed Yagi-Uda Antenna
3D modelling can be used to generate different geometry structures using boolean operations from the available shapes. More in...

約1ヶ月 前 | 0

回答済み
Is it possible to design an array with N elements with each element resonating at a different frequency?
Conformal array need not be designed again using a frequency. Elements can be grouped together after they are designed at differ...

約1ヶ月 前 | 0

回答済み
Phased array in antenna designer not outputting directivity properly
Modified th spacing to achive better results. %% Yagi-Uda Conformal Array - Grating-Lobe-Free Version % Center frequency 11.8 ...

約1ヶ月 前 | 0

回答済み
Antenna Toolbox, how pattern function works?
Based on the largest dimension of the antenna or array setup,pattern will be calculated at a distance of 100 lambda by default,i...

約1ヶ月 前 | 0

回答済み
S parameters plot not making sense for antipodal Vivaldi antenna using antenna designer.
Dip for the antenna can be seen closer to 1.8 GHz,however specific antenna dimensions can be tuned like stripLIneWidth etc to im...

約2ヶ月 前 | 0

回答済み
Antenna Error [vert1,vert2] = em.internal.findEdgeVertices(ExciterVertices', ...
Feed Width seems to be small compared to patch boundary, code below can be used. clear; close all; clc; fclose all; freq = ...

約2ヶ月 前 | 0

回答済み
shape has NaN vertices when adding new shapes to the aggregate shape encloses a void; error assigning shape to antenna
For the above code,load appears in show(ant) for visualization. However load in mesh appears after running any analysis like imp...

約2ヶ月 前 | 0

回答済み
how to design a microstrip patch antenna using matlab ?
Hi, Design can be created using patchMicrostrip antenna element from Antenna Toolbox in matlab For more information,refere to ...

2ヶ月 前 | 0

回答済み
how to generate non-overlapping antenna array
Hi, conformal array will be able to position antennas at it required position using ElementPosition property. If there are any ...

2ヶ月 前 | 0

回答済み
Cassegrain Antenna Design Errors
Script seems to be running fine without any errors in 24b version.

4ヶ月 前 | 0

| 採用済み

回答済み
Design a dipole antenna backed by a dielectric substrate and an infinite reflector of any dimension. Calculate the radiation pattern of the antenna.
Here are some links that helps to generate the use cases. 1.https://in.mathworks.com/help/antenna/ref/waveguide.html design(wa...

7ヶ月 前 | 0

回答済み
Parabolic Dish antenna!
Below code can be used to generate the structure. This solution is using full wave simulations. r=reflectorParabolic('Radius',0...

7ヶ月 前 | 0

回答済み
Bug in customAntenna (R2025/2026): isOnlyDielectric and horzcat errors with mixed PEC shapes
Based on the information provided, below approach can be used to create the antenna freq = 300e6; Height = 0.25; Radius = 0.0...

8ヶ月 前 | 0

回答済み
How to build an END-FED 1/4 wave dipole which is connected to a rectangular metal, not using dipole object in MATLAB?
Hi Jeena, I have provided a code below that lets you create the structure by using the 3d geometry building capabilties from An...

12ヶ月 前 | 0

回答済み
Using patternCustom to plot antenna Radiation Pattern in one figure
Updating the answer to work on latest matlab releases. %% --- Get data for Helix type antenna Radiation pattern---- h = h...

2年以上 前 | 0

回答済み
Using patternCustom to plot antenna Radiation Pattern in one figure
Code requires a bit of modifications that could serve as a work around for the issue. Modifications include using a property of ...

5年以上 前 | 0