You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLS had an extra multiply by pi in the sinc function that produced incorrect plots. This has been corrected, with results matching KFCS.
DataTips on Plot Traces now display Angle [deg], and linear & dB directional factor values. This is useful for determining beamwidths
Copy file name to clipboardExpand all lines: HTML/FunctionBankHelp.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ <h4 id="equation-entry-fields">
40
40
<strong>Predefined Functions</strong>: Functions that are selected in the Predefined Patterns tab will type in the correct equation here for the user.</li>
41
41
<li>
42
42
<strong>SINC & JINC</strong>: To use SINC and JINC functions, you must use type them specially, as they are not standard functions in Matlab and as such I had to add my own versions to this app. These functions remove the discontinuity at x == 0. Call these using the app.mysinc(argument) notation.
43
-
<ul><li><strong>SINC</strong>: y = app.mysinc(x) = sin(pi * x)/(pi * x)</li><li><strong>JINC</strong>: y = app.myjinc(x) = 2*besselj(1,x)/(x)</li></ul></li>
43
+
<ul><li><strong>SINC</strong>: y = app.mysinc(x) = |sin(x)/(x)|</li><li><strong>JINC</strong>: y = app.myjinc(x) = 2*besselj(1,x)/(x)</li></ul></li>
0 commit comments