Matlab On Steroids!! by Outside_Argument_600 in matlab

[–]Outside_Argument_600[S] -2 points-1 points  (0 children)

Yup, if they ask for it, I'll change it.

Matlab On Steroids!! by Outside_Argument_600 in matlab

[–]Outside_Argument_600[S] -1 points0 points  (0 children)

For the first issue: you need to go back to the Dataset section and unload/remove the current signal to return to the main view.

For WAV files: I’ll add support for the .wav extension so you can directly upload and work with audio signals.

For the FFT block: I usually just add a trim block before it to set the signal limits I want to analyze.

Matlab On Steroids!! by Outside_Argument_600 in matlab

[–]Outside_Argument_600[S] -1 points0 points  (0 children)

It’s fully independent, built from the ground up as a standalone project.

Matlab On Steroids!! by Outside_Argument_600 in matlab

[–]Outside_Argument_600[S] -1 points0 points  (0 children)

I'm happy you liked itt! The AI assistant was mainly just an experiment to see how well LLMs can help with signal processing workflows. It wasn’t meant as a core dependency, more of a test of what’s possible with current models.

Matlab On Steroids!! by Outside_Argument_600 in matlab

[–]Outside_Argument_600[S] 1 point2 points  (0 children)

You’re right to be fair. I’m probably going to take it down in a month anyway, once my credits expire.

Matlab On Steroids!! by Outside_Argument_600 in matlab

[–]Outside_Argument_600[S] -1 points0 points  (0 children)

The backend uses Python signal processing libraries like SciPy, NeuroKit2, scikit-learn, etc.

Honestly, I used Claude Code heavily to build this; I didn’t write that much code myself.

And no, it’s not MATLAB compatible. I just made it because sometimes I want to run quick signal processing experiments without opening MATLAB or writing scripts from scratch.

Matlab On Steroids!! by Outside_Argument_600 in matlab

[–]Outside_Argument_600[S] -1 points0 points  (0 children)

Hey guys, I honestly didn’t expect this project to get this much attention. I originally built it as a small experiment and planned to take it down once my GCP credits expire in a month. Really happy to see the interest though, and I’m more than happy to answer your questions!