ldpgh

Results 6 issues of ldpgh

If "from __future__ import print_function" is added to cpp2python.py it operates with Python2 and Python3

Running fasthenry together.inp -d grids -x trace1 in the ./example folder works out-of-the-box. Unfortunately the generated Mat-files (Grid1_0.mat, Grid1_1.mat) can not be read by my Octave (3.4) respective Scipy.io (Python...

``` .... >>> ntf=synthesizeNTF(order=3, osr=32, opt=0) >>> plotPZ(ntf, markersize=5) .......\lib\site-packages\deltasigma\_plotPZ.py:85: MatplotlibDeprecationWarning: pyplot.hold is deprecated. Future behavior will be consistent with the long-time default: plot commands add elements without first clearing...

`PlotExampleSpectrum(ntf, M=1, osr=osr, f0=f0)` Traceback (most recent call last): File "", line 1, in PlotExampleSpectrum(ntf, M=1, osr=osr, f0=f0) File ".....\lib\site-packages\deltasigma\_PlotExampleSpectrum.py", line 103, in PlotExampleSpectrum plt.plot(freq, dbv(spec0[:N/2 + 1]), 'c', linewidth=1)...

File "....\lib\site-packages\deltasigma\_predictSNR.py", line 245, in powerGain if np.sum(abs(imp[Nimp - 11:Nimp])) < 1e-08 and Nimp > 50: TypeError: slice indices must be integers or None or have an __index__ method Nimp...

added cv.CAP_DSHOW to cv.Videocapture fix issue: https://github.com/vlachoudis/bCNC/issues/1526 by answer: https://answers.opencv.org/question/234933