Construct empty PROVENANCE object |
Construct a PROVENANCE object by loading the object from a file |
Construct a PROVENANCE object with a 'creator' name |
Poles are specified by in the LTPDA Toolbox by a frequency, f, and (optionally) a quality factor, Q.
The following example creates an empty provenance object
p = provenance() -------- provenance 01 ------------ creator: diepholz created: 2008-03-30 17:35:33.943 ip: 127.0.1.1 hostname: HWS169 os: GLNXA64 MATLAB ver: 7.5 (R2007b) Sig Proc ver: 6.8 (R2007b) LTPDA ver: 9.900000e-01 (R2007b) -----------------------------------
The following example creates a new provenance object by loading the provenance object from disk.
p = provenance('provenance.mat') p = provenance('provenance.xml')
If a 'creator' name is specified then creates the constructor a PROVENANCE object with this name as the creator.
p = provenance('other user')
-------- provenance 01 ------------
creator: other user
created: 2008-03-30 17:36:52.369
ip: 127.0.1.1
hostname: HWS169
os: GLNXA64
MATLAB ver: 7.5 (R2007b)
Sig Proc ver: 6.8 (R2007b)
LTPDA ver: 9.900000e-01 (R2007b)
-----------------------------------