Package lib :: Module grabdata2 :: Class faxis
[frames] | no frames]

Class faxis

source code


This is a logarithmically spaced frequency axis.

Instance Methods
 
__init__(self, f0, r, fmx)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
vals(self, i=None) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

__init__(self, f0, r, fmx)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

vals(self, i=None)

source code 
Parameters:
  • i (int or None.) - ask for the frequency at a certain index. Or, if i=None (the default), yield an array of all the frequencies.