perts = perturbations(array)
returns a table of all allowed perturbations perts defined for the
array. This table contains a list of all properties that can be
perturbed, the probability type of applied perturbation, and the parameters of the
probability type.
perts = perturbations(array,prop)
lets you view the current perturbation defined for the array property
prop.
perts = perturbations(array,prop,'None')
specifies that the property prop is not perturbed.
perts = perturbations(array,prop,'Normal',mean,sigma)
specifies that the perturbation is drawn from a normal probability distribution defined by
its mean and standard deviation sigma. To use this
syntax, set prop to 'ElementPositions',
'TaperMagnitude', or 'TaperPhase'.
perts = perturbations(array,prop,'Uniform',minval,maxval)
specifies that the perturbation is drawn from a uniform probability distribution with a
range defined by the interval [minval,maxval]. To
use this syntax, set prop to 'ElementPositions',
'TaperMagnitude', or 'TaperPhase'.
perts = perturbations(array,prop,'RandomFail',failprob)
specifies that the perturbation is a mask indicating whether an element is functioning based
on the element fail property failprob. To use this syntax, set prop to
'ElementFailure'.
Phased array, specified as a Phased Array System Toolbox
System object.
Perturbed property of array, specified as 'ElementPosition',
'TaperMagnitude', 'TaperPhase', or
'ElementFailure'.
Example: 'TaperPhase'
Data Types: string
Mean value of normal distribution, specified as a scalar. Units depend on the
property prop.
'ElementPosition'
meters
'TaperMagnitude'
dimensionless
'TaperPhase'
radians
Example: 12
Dependencies
To enable this argument, set the perturbed array property
prop to 'ElementPosition',
'TaperMagnitude', or 'TaperPhase' and the
perturbation type to 'Normal'.
Data Types: double
Standard deviation of normal distribution, specified as a positive scalar. Units
depend on the property prop.
'ElementPosition'
meters
'TaperMagnitude'
dimensionless
'TaperPhase'
radians
Example: 1.0
Dependencies
To enable this argument, set the perturbed array property
prop to 'ElementPosition',
'TaperMagnitude', or 'TaperPhase' and the
perturbation type to 'Normal'.
Data Types: double
Minimum value of range of uniform probability distribution, specified as a scalar.
When applied to the 'TaperPhase' property. the difference between
minval and maxval should be less than or
equal to 2π. Units depend on the property prop.
'ElementPosition'
meters
'TaperMagnitude'
dimensionless
'TaperPhase'
radians
Example: 0
Dependencies
To enable this argument, set the perturbed array property
prop to 'ElementPosition',
'TaperMagnitude', or 'TaperPhase' and the
perturbation type to 'Uniform'.
Data Types: double
Maximum value of range of uniform probability distribution
Example: 1
Dependencies
Maximum value of range of uniform probability distribution, specified as a scalar.
When applied to the 'TaperPhase' property. the difference between
minval and maxval should be less than or
equal to 2π. Units depend on the property prop.
'ElementPosition'
meters
'TaperMagnitude'
dimensionless
'TaperPhase'
radians
Data Types: double
Probability of failure, specified as a non-negative scalar greater than or equal to
zero and less than one. Zero means that the elements will never fail. Otherwise, there
is a some probability of failure.
Example: 0.01
Dependencies
To enable this argument, set the array property prop to
'ElementFailure' and the perturbation type to
'RandomFail'.
You can perturb the array by selecting one of the properties to be
perturbed and then applying the type of perturbation. Each type of perturbation has specific
arguments.
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window.
Web browsers do not support MATLAB commands.
Seleziona un sito web
Seleziona un sito web per visualizzare contenuto tradotto dove disponibile e vedere eventi e offerte locali. In base alla tua area geografica, ti consigliamo di selezionare: .
Puoi anche selezionare un sito web dal seguente elenco:
Come ottenere le migliori prestazioni del sito
Per ottenere le migliori prestazioni del sito, seleziona il sito cinese (in cinese o in inglese). I siti MathWorks per gli altri paesi non sono ottimizzati per essere visitati dalla tua area geografica.