Home
last modified time | relevance | path

Searched refs:imags (Results 1 – 25 of 33) sorted by relevance

12

/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-utils/python/utils/
H A Dgr_plot_const91 self.imags = numpy.array([i.imag for i in iq])
117 self.plot_const = self.sp_const.plot(self.reals, self.imags, 'bo')
127 1.5*min([self.reals.min(), self.imags.min()]),
128 1.5*max([self.reals.max(), self.imags.max()])])
135 self.plot_iq[1].set_data([self.time, self.imags])
137 1.5*min([self.reals.min(), self.imags.min()]),
138 1.5*max([self.reals.max(), self.imags.max()])])
140 self.plot_const[0].set_data([self.reals, self.imags])
150 i = self.imags[int(ceil(self.xlim[0])) : int(ceil(self.xlim[1]))]
210 self.plot_iq[3].set_data(self.time[indx], self.imags[indx])
[all …]
H A Dgr_plot_iq86 self.imags = numpy.array([i.imag for i in self.iq])
100 self.plot_iq = plot(self.time, self.reals, 'bo-', self.time, self.imags, 'ro-')
101 self.sp_iq.set_ylim([1.5*min([self.reals.min(), self.imags.min()]),
102 1.5*max([self.reals.max(), self.imags.max()])])
108 self.plot_iq[1].set_data([self.time, self.imags])
109 self.sp_iq.set_ylim([1.5*min([self.reals.min(), self.imags.min()]),
110 1.5*max([self.reals.max(), self.imags.max()])])
H A Dplot_fft_base.py143 imags = self.iq.imag
145 self.plot_iq[1].set_data([self.time, imags])
147 self.sp_iq.set_ylim([1.5*min([reals.min(), imags.min()]),
148 1.5*max([reals.max(), imags.max()])])
H A Dplot_psd_base.py165 imags = iq.imag
167 self.plot_iq[1].set_data([t, imags])
169 self.sp_iq.set_ylim([1.5*min([reals.min(), imags.min()]),
170 1.5*max([reals.max(), imags.max()])])
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/data/model/test/
H A DTestFFTModel.h48 vector<float> imags(hs1 + 1, 0.f);
50 imags[hs1] = 999.f;
59 fftm.getValuesAt(sc, &reals[0], &imags[0]);
62 fftm.getValuesAt(columnNo, &reals[0], &imags[0]);
68 abs(imags[i] - eIm) > thresh) {
78 SVCERR << complex<float>(reals[j], imags[j]) << " ";
83 COMPARE_FUZZIER_F(imags[i], eIm);
86 QCOMPARE(imags[hs1], 999.f);
/dports/devel/boost-docs/boost_1_72_0/libs/compute/test/
H A Dtest_complex.cpp92 boost::compute::vector<float> imags(5, context); in BOOST_AUTO_TEST_CASE() local
96 imags.begin(), in BOOST_AUTO_TEST_CASE()
101 BOOST_CHECK_EQUAL(float(imags[0]), float(3.0f)); in BOOST_AUTO_TEST_CASE()
102 BOOST_CHECK_EQUAL(float(imags[1]), float(1.0f)); in BOOST_AUTO_TEST_CASE()
103 BOOST_CHECK_EQUAL(float(imags[2]), float(-1.0f)); in BOOST_AUTO_TEST_CASE()
104 BOOST_CHECK_EQUAL(float(imags[3]), float(-3.0f)); in BOOST_AUTO_TEST_CASE()
105 BOOST_CHECK_EQUAL(float(imags[4]), float(-5.0f)); in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-python-libs/boost_1_72_0/libs/compute/test/
H A Dtest_complex.cpp92 boost::compute::vector<float> imags(5, context); in BOOST_AUTO_TEST_CASE() local
96 imags.begin(), in BOOST_AUTO_TEST_CASE()
101 BOOST_CHECK_EQUAL(float(imags[0]), float(3.0f)); in BOOST_AUTO_TEST_CASE()
102 BOOST_CHECK_EQUAL(float(imags[1]), float(1.0f)); in BOOST_AUTO_TEST_CASE()
103 BOOST_CHECK_EQUAL(float(imags[2]), float(-1.0f)); in BOOST_AUTO_TEST_CASE()
104 BOOST_CHECK_EQUAL(float(imags[3]), float(-3.0f)); in BOOST_AUTO_TEST_CASE()
105 BOOST_CHECK_EQUAL(float(imags[4]), float(-5.0f)); in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-libs/boost_1_72_0/libs/compute/test/
H A Dtest_complex.cpp92 boost::compute::vector<float> imags(5, context); in BOOST_AUTO_TEST_CASE() local
96 imags.begin(), in BOOST_AUTO_TEST_CASE()
101 BOOST_CHECK_EQUAL(float(imags[0]), float(3.0f)); in BOOST_AUTO_TEST_CASE()
102 BOOST_CHECK_EQUAL(float(imags[1]), float(1.0f)); in BOOST_AUTO_TEST_CASE()
103 BOOST_CHECK_EQUAL(float(imags[2]), float(-1.0f)); in BOOST_AUTO_TEST_CASE()
104 BOOST_CHECK_EQUAL(float(imags[3]), float(-3.0f)); in BOOST_AUTO_TEST_CASE()
105 BOOST_CHECK_EQUAL(float(imags[4]), float(-5.0f)); in BOOST_AUTO_TEST_CASE()
/dports/devel/hyperscan/boost_1_75_0/libs/compute/test/
H A Dtest_complex.cpp92 boost::compute::vector<float> imags(5, context); in BOOST_AUTO_TEST_CASE() local
96 imags.begin(), in BOOST_AUTO_TEST_CASE()
101 BOOST_CHECK_EQUAL(float(imags[0]), float(3.0f)); in BOOST_AUTO_TEST_CASE()
102 BOOST_CHECK_EQUAL(float(imags[1]), float(1.0f)); in BOOST_AUTO_TEST_CASE()
103 BOOST_CHECK_EQUAL(float(imags[2]), float(-1.0f)); in BOOST_AUTO_TEST_CASE()
104 BOOST_CHECK_EQUAL(float(imags[3]), float(-3.0f)); in BOOST_AUTO_TEST_CASE()
105 BOOST_CHECK_EQUAL(float(imags[4]), float(-5.0f)); in BOOST_AUTO_TEST_CASE()
/dports/audio/mixxx/mixxx-2.3.0/lib/qm-dsp/dsp/phasevocoder/
H A DPhaseVocoder.cpp81 const double *imags, in processFrequencyDomain() argument
87 m_imag[i] = imags[i]; in processFrequencyDomain()
H A DPhaseVocoder.h53 void processFrequencyDomain(const double *reals, const double *imags,
/dports/audio/ardour6/Ardour-6.8.0/libs/qm-dsp/dsp/phasevocoder/
H A DPhaseVocoder.cpp81 const double *imags, in processFrequencyDomain() argument
87 m_imag[i] = imags[i]; in processFrequencyDomain()
H A DPhaseVocoder.h53 void processFrequencyDomain(const double *reals, const double *imags,
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/ext/qm-dsp/dsp/phasevocoder/
H A DPhaseVocoder.cpp81 const double *imags, in processFrequencyDomain() argument
87 m_imag[i] = imags[i]; in processFrequencyDomain()
H A DPhaseVocoder.h53 void processFrequencyDomain(const double *reals, const double *imags,
/dports/audio/ardour6/Ardour-6.8.0/libs/vamp-plugins/
H A DOnsetDetect.cpp372 double *imags = new double[len]; in process() local
378 imags[i] = inputBuffers[0][i*2+1]; in process()
381 double output = m_d->df->processFrequencyDomain(reals, imags); in process()
384 delete[] imags; in process()
H A DBeatTrack.cpp373 double *imags = new double[len]; in process() local
379 imags[i] = inputBuffers[0][i*2+1]; in process()
382 double output = m_d->df->processFrequencyDomain(reals, imags); in process()
385 delete[] imags; in process()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/audio/vamp-ports/
H A DBeatTrack.cpp373 double *imags = new double[len]; in process() local
379 imags[i] = inputBuffers[0][i*2+1]; in process()
382 double output = m_d->df->processFrequencyDomain(reals, imags); in process()
385 delete[] imags; in process()
/dports/audio/ardour6/Ardour-6.8.0/libs/qm-dsp/dsp/onsets/
H A DDetectionFunction.cpp107 const double *imags) in processFrequencyDomain() argument
109 m_phaseVoc->processFrequencyDomain(reals, imags, in processFrequencyDomain()
H A DDetectionFunction.h57 double processFrequencyDomain(const double* reals, const double* imags);
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/ext/qm-dsp/dsp/onsets/
H A DDetectionFunction.cpp107 const double *imags) in processFrequencyDomain() argument
109 m_phaseVoc->processFrequencyDomain(reals, imags, in processFrequencyDomain()
H A DDetectionFunction.h57 double processFrequencyDomain(const double* reals, const double* imags);
/dports/audio/mixxx/mixxx-2.3.0/lib/qm-dsp/dsp/onsets/
H A DDetectionFunction.cpp107 const double *imags) in processFrequencyDomain() argument
109 m_phaseVoc->processFrequencyDomain(reals, imags, in processFrequencyDomain()
H A DDetectionFunction.h57 double processFrequencyDomain(const double* reals, const double* imags);
/dports/audio/supercollider/SuperCollider-3.11.0-Source/testsuite/classlibrary/
H A DTestPV_ChainUGen.sc15 // All of these should be no-ops when applied to a faked frame with reals all 1 and imags all 0:
56 // All of these should be no-ops when applied to a faked frame with reals all 1 and imags all 0:

12