Generate logarithmically spaced vector
y = logspace(
generates 50 points between
a
,pi)10^a
and pi
, which is useful in digital
signal processing for creating logarithmically spaced frequencies in the interval
[10^a,pi]
.