Hi i want to plot the region or the space common to the intersection of two contours PAE_contours and P_del contours say for a particular PAE >x% and Pdel >y%
Now i want to plot the region or space obtain by the intersection of two contours on the smith chart what to do.As that will give me a space for a particular region for pae>x% and pdel>y%
Is there any function in ADS to find the difference or the area common to both contours ?
Now i want to plot the region or space obtain by the intersection of two contours on the smith chart what to do.As that will give me a space for a particular region for pae>x% and pdel>y%
Is there any function in ADS to find the difference or the area common to both contours ?
Rhos_Where_Target_Pdel_and_PAE_Satisfied=if((Pdel>desired_Pdel)&&(PAE>desired_PAE)) then surface_samples else complex(-0.999,0) endif
surface_samples are the reflection coefficients that were simulated. The "complex(-0.999,0)" term just plots a point at a "short" on the Smith Chart, for the reflection coefficients that do not satisfy the condition.