Skip to content
View GassiusODude's full-sized avatar

Block or report GassiusODude

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
GassiusODude/README.md

Hi there 👋

Current Development

I am currently developing server-client systems:

  • Backend Development
    • REST API (FastAPI and Springboot)
    • gRPC
    • GraphQL
  • Frontend
    • Flutter (Mobile development + Desktop)
    • JavaFx (Java Destop Application)
flowchart LR
    Spectral_Analyzer <--> KCSS
Loading

Spectral Analyzer

This is a JavaFX application for signal analysis of SigMF captures. This supports a user selecting burst of signals in a recording and sending it to some analysis function behind a server API

Spectral Analyzer

  • Support saving the downsampled signal segment
    • This is a good initial task, allowing a user access to the selected segment and test their algorithms directly.
  • Support Scripting
    • Create a simple energy detector to identify blocks of energy in the signal.
    • Apply a capability on all annotations (or target based on label)

KCSS

This is my "secret sauce" Python library. I have added an entrypoint to serve functionality through REST API.

  • Parameter Estimates
    • Baud Estimate PSK
    • Baud Estimate FSK
  • Receiver
    • PSK Receiver
    • FSK Receiver

Interests

PyTorch

I want to start developing some ML model and serving it on the backend.

  • Image Processing
    • I want to look into style transfer (making a image look anime-like)
  • Audio Processing

Pinned Loading

  1. jdsp jdsp Public

    This is a library to perform general signal processing in Java.

    Java 1

  2. spectral_analyzer spectral_analyzer Public

    Java based Spectral analyzer

    Java 2