Home
last modified time | relevance | path

Searched refs:noverlap (Results 1 – 25 of 67) sorted by relevance

123

/dports/science/helfem/HelFEM-21461e9/src/harmonic/
H A Dmain.cpp29 Nbf-=(Nelem-1)*noverlap; in get_Nbf()
36 ifirst=iel*(bf.n_cols-noverlap); in get_functions()
76 size_t Nbf(get_Nbf(r,bf,noverlap)); in overlap()
98 size_t Nbf(get_Nbf(r,bf,noverlap)); in potential()
144 newidx.subvec(0,idx.n_elem-noverlap-1)=idx.subvec(0,idx.n_elem-noverlap-1); in remove_edges()
145 if(noverlap>1) in remove_edges()
146 … newidx.subvec(idx.n_elem-noverlap,newidx.n_elem-1)=idx.subvec(idx.n_elem-noverlap+1,idx.n_elem-1); in remove_edges()
207 S=remove_edges(S,noverlap); in main()
208 T=remove_edges(T,noverlap); in main()
209 V=remove_edges(V,noverlap); in main()
[all …]
/dports/science/py-SimpleSpectral/SimpleSpectral-1.0.0/
H A Dsimplespectral.py202 if noverlap is None:
203 noverlap = nperseg // 2
205 freqs, time, Pxx = _spectral_helper(x, fs, nperseg, window=window, noverlap=noverlap,
221 if noverlap is None:
222 noverlap = nperseg // 8
245 if noverlap is None:
246 noverlap = nperseg // 2
248 freqs, time, Zxx = _spectral_helper(x, fs, nperseg, window=window, noverlap=noverlap,
259 if noverlap is None:
262 nstep = nperseg - noverlap
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/signal/
H A Dspectral.py449 noverlap=noverlap, nfft=nfft, detrend=detrend,
749 if noverlap is None:
880 noverlap = int(noverlap)
1005 if noverlap < 0:
1007 noverlap = int(noverlap)
1386 if noverlap is None:
1389 noverlap = int(noverlap)
1569 noverlap=noverlap, nfft=nfft, detrend=detrend,
1574 noverlap=noverlap, nfft=nfft, detrend=detrend, axis=axis)
1753 if noverlap is None:
[all …]
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Dmlab.py248 if noverlap is None:
249 noverlap = 0
251 if noverlap >= n:
270 noverlap = int(noverlap)
273 step = n - noverlap
301 if noverlap is None:
302 noverlap = 0
577 window=window, noverlap=noverlap, pad_to=pad_to,
634 noverlap=noverlap, pad_to=pad_to,
764 if noverlap is None:
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/signal/tests/
H A Dtest_spectral.py1217 _, _, zz = stft(x, nperseg=nperseg, noverlap=noverlap,
1220 tr, xr = istft(zz, nperseg=nperseg, noverlap=noverlap,
1244 _, _, zz = stft(x, nperseg=nperseg, noverlap=noverlap,
1273 _, _, zz = stft(x, nperseg=nperseg, noverlap=noverlap,
1277 tr, xr = istft(zz, nperseg=nperseg, noverlap=noverlap,
1294 _, _, zz = stft(x, nperseg=nperseg, noverlap=noverlap,
1297 tr, xr = istft(zz, nperseg=nperseg, noverlap=noverlap,
1321 _, _, zz = stft(x, nperseg=nperseg, noverlap=noverlap,
1325 tr, xr = istft(zz, nperseg=nperseg, noverlap=noverlap,
1340 tr, xr = istft(zz, nperseg=nperseg, noverlap=noverlap,
[all …]
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/tests/
H A Dtest_mlab.py22 step = NFFT - noverlap
48 mlab.stride_windows(x, n, noverlap)
57 y = mlab.stride_windows(x, n, noverlap=noverlap, axis=axis)
62 yt = self.calc_window_target(x, n, noverlap=noverlap, axis=axis)
558 noverlap=0,
564 noverlap=0,
570 noverlap=0,
598 noverlap=0,
604 noverlap=0,
610 noverlap=0,
[all …]
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/tests/
H A Dtest_axes.py3485 spec11 = ax11.specgram(y, NFFT=NFFT, Fs=Fs, noverlap=noverlap,
3487 spec12 = ax12.specgram(y, NFFT=NFFT, Fs=Fs, noverlap=noverlap,
3489 spec13 = ax13.specgram(y, NFFT=NFFT, Fs=Fs, noverlap=noverlap,
3492 spec21 = ax21.specgram(y, NFFT=NFFT, Fs=Fs, noverlap=noverlap,
3495 spec22 = ax22.specgram(y, NFFT=NFFT, Fs=Fs, noverlap=noverlap,
3498 spec23 = ax23.specgram(y, NFFT=NFFT, Fs=Fs, noverlap=noverlap,
3533 spec11 = ax11.specgram(y, NFFT=NFFT, Fs=Fs, noverlap=noverlap,
3535 spec12 = ax12.specgram(y, NFFT=NFFT, Fs=Fs, noverlap=noverlap,
3537 spec13 = ax13.specgram(y, NFFT=NFFT, Fs=Fs, noverlap=noverlap,
3540 spec21 = ax21.specgram(y, NFFT=NFFT, Fs=Fs, noverlap=noverlap,
[all …]
H A Dtest_mlab.py100 step = NFFT - noverlap
126 mlab.stride_windows(x, n, noverlap)
169 y = mlab.stride_windows(x, n, noverlap=noverlap, axis=axis)
174 yt = self.calc_window_target(x, n, noverlap=noverlap, axis=axis)
324 step = NFFT - noverlap
1524 noverlap=0,
1530 noverlap=0,
1536 noverlap=0,
1560 noverlap=0,
1566 noverlap=0,
[all …]
/dports/science/py-obspy/obspy-1.2.2/obspy/signal/
H A Dcalibration.py90 noverlap = nfft * overlap_frac
93 spectral_helper(tr1, tr1, NFFT=nfft, Fs=sampfreq, noverlap=noverlap)
95 spectral_helper(tr2, tr1, NFFT=nfft, Fs=sampfreq, noverlap=noverlap)
174 def spectral_helper(x, y, NFFT=256, Fs=2, noverlap=0, pad_to=None, # noqa argument
224 step = int(NFFT) - int(noverlap)
/dports/science/helfem/HelFEM-21461e9/libhelfem/src/
H A Dpolynomial_basis.cpp34 void drop_last(arma::uvec & idx, int noverlap) { in drop_last() argument
36 idx=idx.subvec(0,idx.n_elem-noverlap-1); in drop_last()
39 arma::uvec primitive_indices(int nprim, int noverlap, bool first, bool last) { in primitive_indices() argument
44 drop_last(idx, noverlap); in primitive_indices()
98 return noverlap; in get_noverlap()
134 noverlap=der_order+1; in HermiteBasis()
175 polynomial_basis::drop_last(idx, noverlap); in drop_last()
202 noverlap=1; in LegendreBasis()
288 noverlap=1; in LIPBasis()
/dports/games/trackballs/trackballs-1.3.3/src/
H A DanimatedCollection.cc300 int& noverlap, int& nright, SingleCycleAllocator* alloc) { in splitRectangles() argument
304 noverlap = 0; in splitRectangles()
306 noverlap = 1; in splitRectangles()
314 int p = nleft + noverlap; in splitRectangles()
327 noverlap++; in splitRectangles()
343 int nleft, noverlap, nright; in DFoldRectangleTree() local
354 DFoldRectangleTree<D>(rectangles, &input[nleft + noverlap], nright, alloc); in DFoldRectangleTree()
358 if (noverlap) { auxtree.init(rectangles, &input[nleft], noverlap, alloc); } in DFoldRectangleTree()
493 int nleft, noverlap, nright; in DFoldRectangleTree() local
504 DFoldRectangleTree<1>(rectangles, &input[nleft + noverlap], nright, alloc); in DFoldRectangleTree()
[all …]
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/lines_bars_and_markers/
H A Dpsd_demo.py86 ax4.psd(y, NFFT=len(t) // 2, pad_to=len(t), noverlap=0, Fs=fs)
88 noverlap=int(0.05 * len(t) / 2.), Fs=fs)
90 noverlap=int(0.2 * len(t) / 2.), Fs=fs)
124 ax1.psd(xn, NFFT=150, Fs=fs, window=mlab.window_none, pad_to=512, noverlap=75,
165 ax1.psd(xn, NFFT=150, Fs=fs, window=mlab.window_none, pad_to=512, noverlap=75,
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/lines_bars_and_markers/
H A Dpsd_demo.py86 ax4.psd(y, NFFT=len(t) // 2, pad_to=len(t), noverlap=0, Fs=fs)
88 noverlap=int(0.05 * len(t) / 2.), Fs=fs)
90 noverlap=int(0.2 * len(t) / 2.), Fs=fs)
124 ax1.psd(xn, NFFT=150, Fs=fs, window=mlab.window_none, pad_to=512, noverlap=75,
165 ax1.psd(xn, NFFT=150, Fs=fs, window=mlab.window_none, pad_to=512, noverlap=75,
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/lines_bars_and_markers/
H A Dpsd_demo.py87 ax4.psd(y, NFFT=len(t) // 2, pad_to=len(t), noverlap=0, Fs=fs)
89 noverlap=int(0.05 * len(t) / 2.), Fs=fs)
91 noverlap=int(0.2 * len(t) / 2.), Fs=fs)
124 ax1.psd(xn, NFFT=150, Fs=fs, window=mlab.window_none, pad_to=512, noverlap=75,
164 ax1.psd(xn, NFFT=150, Fs=fs, window=mlab.window_none, pad_to=512, noverlap=75,
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A Dmlab.py527 if noverlap is None:
528 noverlap = 0
530 if noverlap >= n:
549 noverlap = int(noverlap)
552 step = n - noverlap
636 if noverlap is None:
637 noverlap = 0
941 window=window, noverlap=noverlap, pad_to=pad_to,
1005 noverlap=noverlap, pad_to=pad_to,
1268 if noverlap is None:
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dcomm_tiled.cpp357 noverlap = 0; in setup()
359 noverlap1 = noverlap; in setup()
384 if (noverlap && overlap[noverlap-1] == me) sendself[iswap] = 1; in setup()
386 if (noverlap && noverlap-sendself[iswap]) sendother[iswap] = 1; in setup()
389 nsendproc[iswap] = noverlap; in setup()
641 noverlap = 0; in setup()
655 noverlap1 = noverlap; in setup()
688 nexchproc[idim] = noverlap; in setup()
1898 if (noverlap == maxoverlap) { in box_drop_brick()
1904 overlap[noverlap++] = proc; in box_drop_brick()
[all …]
/dports/science/smoldyn/smoldyn-2.67/source/NextSubVolume/
H A DSpecies.cpp23 const int noverlap = indicies.size(); in get_concentration() local
24 for (int j = 0; j < noverlap; ++j) { in get_concentration()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-filter/examples/
H A Dresampler.py92 noverlap=nfftsize / 4, Fs = fs_in)
98 noverlap=nfftsize / 4, Fs = fs_out,
101 noverlap=nfftsize / 4, Fs = fs_out,
H A Dfir_filter_ccc.py96 s1.psd(data_src, NFFT=nfft, noverlap=nfft / 4,
98 s1.psd(data_snk, NFFT=nfft, noverlap=nfft / 4,
H A Dfir_filter_fff.py96 s1.psd(data_src, NFFT=nfft, noverlap=nfft / 4,
98 s1.psd(data_snk, NFFT=nfft, noverlap=nfft / 4,
H A Dsynth_to_chan.py108 noverlap=fftlen / 4,
116 noverlap=fftlen / 4,
H A Dfft_filter_ccc.py102 s1.psd(data_src, NFFT=nfft, noverlap=nfft / 4,
104 s1.psd(data_snk, NFFT=nfft, noverlap=nfft / 4,
/dports/www/carbonapi/carbonapi-0.14.1/vendor/github.com/mjibson/go-dsp/dsputils/
H A Ddsputils.go89 func Segment(x []complex128, segs int, noverlap float64) [][]complex128 {
95 overlap = int(float64(length) * noverlap)
/dports/graphics/graphviz/graphviz-2.44.1/lib/neatogen/
H A Dconstrained_majorization_ipsep.c392 if ((iterations >= maxi - 1 || converged) && opt->noverlap == 1 in stress_majorization_cola()
415 if (opt->noverlap == 1 && nsizeScale > 0.001) { in stress_majorization_cola()
440 if (opt->noverlap == 1 && nsizeScale > 0.001) { in stress_majorization_cola()
468 if (opt->noverlap == 2) { in stress_majorization_cola()
/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/hugin/xrc/data/
H A Dexpressions.ini8 … with 20 % overlap\n# left to right, top to bottom, zick zack\nnrRows=2\noverlap=20\n# calculate s…
10 …ws, with 20 % overlap\n# left to right, bottom to top , snake\nnrRows=2\noverlap=20\n# calculate s…

123