Skip to content
View GrumpyKit10's full-sized avatar

Block or report GrumpyKit10

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

Popular repositories Loading

  1. Wildfire-Detection-System Wildfire-Detection-System Public

    The Wildfire Detection System uses smoke and heat sensors, solar-powered stations, and wireless/satellite alerts to spot early fires in forests and prairies. Mounted on poles or trees, each unit ha…

    C++

  2. Fourier-Signal-Analysis Fourier-Signal-Analysis Public

    This project uses MATLAB Live Scripts to explore Fourier transform concepts. It analyzes a sinc signal and its modulated versions, showing how modulation and filtering affect signals in both the ti…

  3. RectPulse-LPF-Simulation RectPulse-LPF-Simulation Public

    This project demonstrates the effect of an ideal low-pass filter on a rectangular pulse signal using MATLAB. It generates a rectangular pulse, applies a sinc-based low-pass filter through convoluti…

  4. Periodic-Signal-Demo Periodic-Signal-Demo Public

    This MATLAB project creates a piecewise linear signal and its discrete periodic version, plotting both to show how the periodic signal represents the original waveform.

  5. UDP-Ping-Pong UDP-Ping-Pong Public

    This project implements a UDP client-server in Python where the client sends "PING" messages and the server replies with "PONG" or simulates packet loss to demonstrate basic UDP communication.

    Python

  6. Modified-AES-Encryption Modified-AES-Encryption Public

    This project implements a modified AES encryption algorithm to demonstrate block cipher concepts. It reads plaintext and a key from files, applies preprocessing and Vigenère substitution, then perf…

    C++