endolith
endolith
It should be possible to calculate THD from the peaks in the spectrum, as opposed to THD+N which includes noise, too. Should read the same thing even if you add...
#### Reference issue Closes https://github.com/scipy/scipy/issues/16179 #### What does this implement/fix? This adds a convenience function for calculating the root-mean-square value of an array. #### Additional information Rationale is at https://github.com/scipy/scipy/issues/16179
kmz format is kml in a zip file https://en.wikipedia.org/wiki/Keyhole_Markup_Language#Structure
``` import ahkab mycir = ahkab.Circuit('Simple Example Circuit') mycir.add_isource('Isource', 'nA', 'nD', dc_value=1) mycir.add_resistor('Rad', 'nA', 'nD', value=5) opa = ahkab.new_op() r = ahkab.run(mycir, opa)['op'] ``` produces error: ``` File "C:\Anaconda3\lib\site-packages\ahkab\dc_analysis.py", line...
Hi, I made this for parsing plain text schematic values: https://gist.github.com/endolith/1a74477fc1659cd6bf9d138e09c72672 ``` value_parser('100 MΩ') Out[194]: (100000000.0, u'ohm') value_parser('2M2') Out[195]: (2200000.0, None) value_parser('4n7') Out[196]: (4.700000000000001e-09, None) value_parser('4.7 nH') Out[197]: (4.700000000000001e-09, u'henry')...
I saw that Stack Overflow was switching to CommonMark and wondered if this spec fixes the old problems with ordered list numbering, and tried it out on https://spec.commonmark.org/dingus/ Starting a...
Dark and original versions both show up as `s(M)exoscope (Bram @ Smartelectronix)` in Reaper so you don't know which one you're going to get. "Dark" should be added to the...
In https://github.com/guillaume-chevalier/filtering-stft-and-laplace-transform/blob/master/Filtering.ipynb you say: ``` plt.title("Laplace transform, stacked phase and norm") ... # Rather than a simple alpha channel option, I would have preferred a better transfer mode such as...
if you have your GUI Listen Address set to http://0.0.0.0:8080/, then when you click "Open Webinterface" on Syncthingtray, it opens a browser and actually tries to open the address http://0.0.0.0:8080/,...