Home
last modified time | relevance | path

Searched refs:WindowFunction (Results 1 – 25 of 116) sorted by relevance

12345

/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/thrill/api/
H A Dwindow.hpp31 typename WindowFunction, typename PartialWindowFunction>
47 const WindowFunction& window_function, in BaseWindowNode()
121 WindowFunction window_function_;
157 const WindowFunction& window_function, in OverlapWindowNode()
270 template <typename ValueOut, typename WindowFunction>
285 template <typename WindowFunction>
506 template <typename ValueOut, typename WindowFunction>
509 const WindowFunction& window_function) const { in FlatWindow()
513 ValueOut, ValueType, WindowFunction, WindowFunction>; in FlatWindow()
525 template <typename WindowFunction>
[all …]
H A Ddia.hpp1883 template <typename WindowFunction>
1885 const WindowFunction& window_function = WindowFunction()) const;
1905 const WindowFunction& window_function,
1921 template <typename WindowFunction>
1923 const WindowFunction& window_function) const;
1938 template <typename ValueOut, typename WindowFunction>
1941 const WindowFunction& window_function = WindowFunction()) const;
1959 template <typename ValueOut, typename WindowFunction,
1962 const WindowFunction& window_function,
1978 template <typename ValueOut, typename WindowFunction>
[all …]
/dports/audio/kwave/kwave-21.12.3/libkwave/
H A DWindowFunction.cpp29 void Kwave::WindowFunction::InitializedTypesMap::fill() in fill()
45 Kwave::WindowFunction::InitializedTypesMap Kwave::WindowFunction::m_types_map;
49 Kwave::WindowFunction::WindowFunction(Kwave::window_function_t type) in WindowFunction() function in Kwave::WindowFunction
55 Kwave::WindowFunction::~WindowFunction() in ~WindowFunction()
60 QVector<double> Kwave::WindowFunction::points(unsigned int len) const in points()
H A DWindowFunction.h47 class Q_DECL_EXPORT WindowFunction
54 explicit WindowFunction(window_function_t type);
57 virtual ~WindowFunction();
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/context/applets/analyzer/plugin/
H A DAnalyzerBase.h45 …Q_PROPERTY(WindowFunction windowFunction READ windowFunction WRITE setWindowFunction NOTIFY window…
51 enum WindowFunction enum
59 Q_ENUM(WindowFunction)
69 WindowFunction windowFunction() const;
70 void setWindowFunction( WindowFunction windowFunction );
83 void windowFunctionChanged( WindowFunction );
H A DAnalyzerBase.cpp52 qRegisterMetaType<WindowFunction>("WindowFunction"); in Base()
103 setWindowFunction( (WindowFunction) config().readEntry( "windowFunction", (int)Hann ) ); in connectSignals()
198 Analyzer::Base::WindowFunction
201 return (WindowFunction)config().readEntry( "windowFunction", (int)Hann ); in windowFunction()
205 Analyzer::Base::setWindowFunction( WindowFunction windowFunction ) in setWindowFunction()
H A DAnalyzerWorker.h93 void setWindowFunction( Base::WindowFunction windowFunction );
114 Base::WindowFunction m_windowFunction;
/dports/databases/py-python-sql/python-sql-1.3.0/sql/
H A Dfunctions.py470 class WindowFunction(Function): class
520 class RowNumber(WindowFunction):
525 class Rank(WindowFunction):
530 class DenseRank(WindowFunction):
540 class CumeDist(WindowFunction):
545 class Ntile(WindowFunction):
550 class Lag(WindowFunction):
555 class Lead(WindowFunction):
560 class FirstValue(WindowFunction):
565 class LastValue(WindowFunction):
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/windowfunction/
H A Dwindowfunction.cpp52 WindowFunction::WindowFunction(boost::shared_ptr<WindowFunctionType>& f, in WindowFunction() function in windowfunction::WindowFunction
63 WindowFunction::~WindowFunction() in ~WindowFunction()
68 void WindowFunction::operator()() in operator ()()
225 void WindowFunction::setCallback(joblist::WindowFunctionStep* step, int id) in setCallback()
234 const Row& WindowFunction::getRow() const in getRow()
240 void WindowFunction::sort(std::vector<RowPosition>::iterator v, uint64_t n) in sort()
H A Dwindowfunction.h51 class WindowFunction
61 WindowFunction(boost::shared_ptr<WindowFunctionType>& f,
70 virtual ~WindowFunction();
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/windowfunction/
H A Dwindowfunction.cpp52 WindowFunction::WindowFunction(boost::shared_ptr<WindowFunctionType>& f, in WindowFunction() function in windowfunction::WindowFunction
63 WindowFunction::~WindowFunction() in ~WindowFunction()
68 void WindowFunction::operator()() in operator ()()
225 void WindowFunction::setCallback(joblist::WindowFunctionStep* step, int id) in setCallback()
234 const Row& WindowFunction::getRow() const in getRow()
240 void WindowFunction::sort(std::vector<RowPosition>::iterator v, uint64_t n) in sort()
H A Dwindowfunction.h51 class WindowFunction
61 WindowFunction(boost::shared_ptr<WindowFunctionType>& f,
70 virtual ~WindowFunction();
/dports/audio/libkeyfinder/libkeyfinder-2.2.4/tests/
H A Dwindowfunctiontest.cpp26 KeyFinder::WindowFunction win; in TEST()
50 KeyFinder::WindowFunction win; in TEST()
65 KeyFinder::WindowFunction win; in TEST()
78 KeyFinder::WindowFunction win; in TEST()
89 KeyFinder::WindowFunction win; in TEST()
/dports/audio/kwave/kwave-21.12.3/plugins/sonagram/
H A DSonagramDialog.cpp63 for (unsigned int i = 0; i < Kwave::WindowFunction::count(); i++) { in SonagramDialog()
64 windowtypebox->addItem(Kwave::WindowFunction::description(wf, true)); in SonagramDialog()
117 Kwave::window_function_t wf = Kwave::WindowFunction::findFromIndex( in parameters()
119 param = Kwave::WindowFunction::name(wf); in parameters()
161 windowtypebox->setCurrentIndex(Kwave::WindowFunction::index(type)); in setWindowFunction()
/dports/audio/libkeyfinder/libkeyfinder-2.2.4/src/
H A Dwindowfunctions.cpp26 double WindowFunction::window(temporal_window_t windowType, int n, int N) const { in window()
39 double WindowFunction::gaussianWindow(int n, int N, double sigma) const { in gaussianWindow()
43 …std::vector<double> WindowFunction::convolve(const std::vector<double>& input, const std::vector<d… in convolve()
/dports/converters/wkhtmltopdf/qt-5db36ec/demos/spectrum/app/
H A Dspectrumanalyser.h80 void setWindowFunction(WindowFunction type);
98 WindowFunction m_windowFunction;
136 void setWindowFunction(WindowFunction type);
H A Dsettingsdialog.h66 WindowFunction windowFunction() const { return m_windowFunction; } in QT_FORWARD_DECLARE_CLASS()
76 WindowFunction m_windowFunction; in QT_FORWARD_DECLARE_CLASS()
H A Dspectrum.h85 enum WindowFunction { enum
90 const WindowFunction DefaultWindowFunction = HannWindow;
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtmultimedia/examples/multimedia/spectrum/app/
H A Dspectrumanalyser.h91 void setWindowFunction(WindowFunction type);
109 WindowFunction m_windowFunction;
148 void setWindowFunction(WindowFunction type);
H A Dsettingsdialog.h80 WindowFunction windowFunction() const { return m_windowFunction; } in windowFunction()
90 WindowFunction m_windowFunction;
H A Dspectrum.h95 enum WindowFunction { enum
100 const WindowFunction DefaultWindowFunction = HannWindow;
H A Dspectrumanalyser.cpp91 void SpectrumAnalyserThread::setWindowFunction(WindowFunction type) in setWindowFunction()
198 void SpectrumAnalyser::setWindowFunction(WindowFunction type) in setWindowFunction()
202 Q_ARG(WindowFunction, type)); in setWindowFunction()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/ImageFunction/wrapping/
H A DitkWindowedSincInterpolateImageFunction.wrap7 itk_wrap_class("itk::Function::${function}WindowFunction")
19 …}${d}}${r}${function}" "${ITKT_I${t}${d}}, ${r}, itk::Function::${function}WindowFunction< ${r} >")
/dports/biology/abyss/abyss-2.3.1/DistanceEst/
H A DMLE.cpp15 class WindowFunction { class
17 WindowFunction(int len0, int len1) in WindowFunction() function in WindowFunction
116 WindowFunction window(len0, len1); in maximumLikelihoodEstimate()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Dwindowfunctionstep.h43 class WindowFunction; variable
206 std::vector<boost::shared_ptr<windowfunction::WindowFunction> > fFunctions;
226 friend class windowfunction::WindowFunction;

12345