python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Analog vs digital version of Butterworth filter in SciPy
I have a question about the analog and digital versions of the Butterworth filter in SciPy. I tried two things to get a digital Butterworth filter:
Getting an analog filter by scipy.signal.butter wit...
hit
Votes: 0
Answers: 1
Java — How to find all valid combinations for a digital clock with hours, minutes and seconds?
I need to fill a String array in Java with all possible combinations for a digital clock (but only as HHMMSS instead of HH:MM:SS) like these:
000000 000001 010000 235903
Invalid ones would be:
2400...

georgmierau
Votes: 0
Answers: 3
I have Hebrew Bible files in XML with one format but i need it in TEI p5 format. Is there anyway i can convert it?
I have a Tanach.us xml file with the following file format
<Tanach>
<teiHeader>
...
<teiHeader>
<tanach>
<book>
<names>
</names...
user jha
Votes: 0
Answers: 0
What is the default data type of Verilog input port variables?
Hello I’m new to Verilog and I’ve been confused over this. In some examples the inputs and outputs are declared as wires or regs and on others they are just listed like this:
Module(input a, b, output...
Derek Bostwick
Votes: 0
Answers: 1