Lines Matching refs:PSD

46 const QString PSD::staticTypeString = "Power Spectrum";
47 const QString PSD::staticTypeTag = "powerspectrum";
55 PSD::PSD(ObjectStore *store) in PSD() function in Kst::PSD
76 void PSD::_initializeShortName() { in _initializeShortName()
84 ScriptInterface* PSD::createScriptInterface() { in createScriptInterface()
89 void PSD::change(VectorPtr in_V, in change()
123 PSD::~PSD() { in ~PSD()
129 const CurveHintList *PSD::curveHints() const { in curveHints()
137 void PSD::internalUpdate() { in internalUpdate()
193 void PSD::_adjustLengths() { in _adjustLengths()
212 void PSD::save(QXmlStreamWriter &s) { in save()
231 bool PSD::apodize() const { in apodize()
236 void PSD::setApodize(bool in_apodize) { in setApodize()
242 bool PSD::removeMean() const { in removeMean()
247 void PSD::setRemoveMean(bool in_removeMean) { in setRemoveMean()
253 bool PSD::average() const { in average()
258 void PSD::setAverage(bool in_average) { in setAverage()
264 double PSD::frequency() const { in frequency()
269 void PSD::setFrequency(double in_frequency) { in setFrequency()
279 int PSD::length() const { in length()
284 void PSD::setLength(int in_length) { in setLength()
292 PSDType PSD::output() const { in output()
297 void PSD::setOutput(PSDType in_output) { in setOutput()
305 VectorPtr PSD::vector() const { in vector()
310 void PSD::setVector(VectorPtr new_v) { in setVector()
328 bool PSD::slaveVectorsUsed() const { in slaveVectorsUsed()
333 QString PSD::propertyString() const { in propertyString()
338 void PSD::showNewDialog() { in showNewDialog()
343 void PSD::showEditDialog() { in showEditDialog()
348 const QString& PSD::vectorUnits() const { in vectorUnits()
353 void PSD::setVectorUnits(const QString& units) { in setVectorUnits()
358 const QString& PSD::rateUnits() const { in rateUnits()
363 void PSD::setRateUnits(const QString& units) { in setRateUnits()
368 ApodizeFunction PSD::apodizeFxn() const { in apodizeFxn()
373 void PSD::setApodizeFxn(ApodizeFunction in_apodizeFxn) { in setApodizeFxn()
381 double PSD::gaussianSigma() const { in gaussianSigma()
386 void PSD::setGaussianSigma(double in_gaussianSigma) { in setGaussianSigma()
394 DataObjectPtr PSD::makeDuplicate() const { in makeDuplicate()
396 PSDPtr powerspectrum = store()->createObject<PSD>(); in makeDuplicate()
421 void PSD::updateVectorLabels() { in updateVectorLabels()
474 QString PSD::_automaticDescriptiveName() const { in _automaticDescriptiveName()
478 QString PSD::descriptionTip() const { in descriptionTip()