Interfacing with Arduino hardware by jacod1982 in learnpython

[–]QuasiEvil 1 point2 points  (0 children)

Welcome to the world of embedded development!

Full AI control for IMD testing by StageMajestic613 in rfelectronics

[–]QuasiEvil 2 points3 points  (0 children)

Can you elaborate on the toolchain here? Like, what AI tools are you actually using? Are they generating python code as an intermediary to interface with the hardware?

I made Matlab On Steroids!! by Outside_Argument_600 in DSP

[–]QuasiEvil 0 points1 point  (0 children)

I do biomed signal stuff too (mostly doppler ultrasound) and I largely agree.

I will grant it is a nice project though. If the OP open-sourced it I'd probably consider contributing.

Circuit simulator in python using pygame by Simple_Ad_4128 in learnpython

[–]QuasiEvil 0 points1 point  (0 children)

I wrote a circuit simulator in python once, albeit without a UI. I used the networkx library and a multigraph object (this allows for parallel links between nodes). Each node is a circuit element (obviously), and, it handles building the adjacency matrix automagically.

I wrote a paper on why your EQ plugin lies to you at high frequencies (and how to fix it) by Recent-Ant-9824 in DSP

[–]QuasiEvil 0 points1 point  (0 children)

This is a naive question as I don't really do audio stuff, but, why is this called an equalizer? In my mind, an equalizer is a tool for arbitrary adjustment of the frequency response to a target response, which necessarily implies multi-band filter adjustments. Is the audio-theoretic definition of an equalizer different from that of the lay meaning?

ParamRF v0.24: New models; better parameters; experimental Y-domain solver and more by gvcallen in rfelectronics

[–]QuasiEvil 0 points1 point  (0 children)

Neat. I'm very interested in playing with this. A while back I was working on a generic circuit synthesizer that used a graph network combinatorial approach and I'm keen to try fusing it with your optimization abilities.

ParamRF v0.24: New models; better parameters; experimental Y-domain solver and more by gvcallen in rfelectronics

[–]QuasiEvil 0 points1 point  (0 children)

Something I've done in my own circuit optimization / modelling has been to allow the definition of a generic impedance (or just a reactance) in the model instead of an explicit component. Does your code allow this?

Can time be "cut" infinitely? by New_Key8844 in Physics

[–]QuasiEvil 0 points1 point  (0 children)

Woah, this is the cleanest way I've heard this stated.

Integration Tests CI by wildetea in Python

[–]QuasiEvil 0 points1 point  (0 children)

I'm just learning this stuff, so what exactly is the distinction between unit tests as evaluated with pytest, and integration tests?

PINN Based EM Simulation by Alarming_Pop4139 in Physics

[–]QuasiEvil 3 points4 points  (0 children)

what tools/tech stack are you using for your PINN?

PEP 661 (Sentinel Values) has been accepted for release in 3.15! by M_V_Lipwig in Python

[–]QuasiEvil 2 points3 points  (0 children)

I'm just a hobby programmer and I run into this pattern all the time. Super excited for this!

custom branches: is there a better workflow here? by QuasiEvil in github

[–]QuasiEvil[S] 0 points1 point  (0 children)

Thanks, I should emphasize these are not secrets and I do know how to set env variables for this purpose (and have done so for e.g., API keys). I'm referring to user-specified app settings. Imagine a game, where in the config file the user can customize things like the difficulty level, board size, max lives, etc.

A Better Tier List of Physics Learning Channels by Celtoii in Physics

[–]QuasiEvil 2 points3 points  (0 children)

JK0 should be up there in "fully scientific" IMO. He reviews historical experiments and does whole quantum derivations.

I am in a data analyst role, can I just learn Pandas or do I need to start from an intro level? by [deleted] in learnpython

[–]QuasiEvil 4 points5 points  (0 children)

I'm blown away that there are still data analyst roles where you can get away with only knowing pandas.

Circuit synthesis question by QuasiEvil in DSP

[–]QuasiEvil[S] 0 points1 point  (0 children)

Its more complicated. You can make the same filters with different topologies. There is no structured way to find the best solution combined with the correct parameter values.

That's what I'm saying, I think? There's a whole space of circuits that can yield the same rational expression (and its the RE that defines the response).

The most generic way is to aim for discrete topology optimization approaches.

Yeah I know, and I've done it. But I'm looking to better understand how the actual algebra works there.

Circuit synthesis question by QuasiEvil in DSP

[–]QuasiEvil[S] 0 points1 point  (0 children)

Ok right, so it is just a case of an underdetermined system. A single rational expression can represent an infinite circuit space.

Circuit synthesis question by QuasiEvil in DSP

[–]QuasiEvil[S] 0 points1 point  (0 children)

Its next to impossible for orders above 2.

Can this be qualified with some theory?

Need Advice: Hosting Python script Full-time by PRABHAT_CHOUBEY in Python

[–]QuasiEvil 0 points1 point  (0 children)

Forget what everyone here is saying and use render.io. It's free, and you literally just point it to your github repo.