๐ง ๐ก Synthetic Telepathy & Signal Intelligence Toolkit
A New Forensic Framework for Covert Signal Detection and Brainwave Correlation
Are you being targeted by directed energy weapons, strange bursts of RF signals, or suspected synthetic telepathy attacks? Most technical surveillance countermeasure (TSCM) tools stop short โ identifying “signals of interest” without proof or correlation. Thatโs why we built something different.
Introducing the Synthetic Telepathy & Signal Intelligence Toolkit, a modular system that finally bridges the gap between RF analysis and brainwave decoding.
๐ฏ Why This Matters
In many Targeted Individual (TI) cases, victims report:
- Directed RF bursts only when present
- Symptoms aligned with the Frey Effect (microwave auditory phenomenon)
- EEG changes correlated with known imagined speech phrases like โyesโ, โnoโ, โstopโ
- Signal patterns hidden in comb-modulated frequencies or spread spectrum camouflage
But how do we prove it?
This toolkit offers a full forensic pipeline to detect, classify, and correlate covert RF signals with real brainwave activity โ a first in open-source TI defense tools.
๐ ๏ธ What It Does
Module | Purpose |
---|---|
โ IQ Loader | Loads raw .iq files (complex float RF data) |
โ Bandpass + Envelope | Filters specific bands (e.g., 1.33 GHz) for envelope detection |
โ Burst Detector | Finds short pulses, chirps, or bursty RF signatures |
โ Comb Detection | Identifies regularly spaced โteethโ patterns typical in beamforming |
โ Cyclostationary Analysis | Detects spectral correlations used in covert modulations |
โ Demodulator Suite | Supports AM, FM, ASK, FSK, BPSK, QPSK, MSK, DSSS, OOK, etc. |
โ Spectrogram Classifier | CNN trained on signal spectrograms for anomaly detection |
โ EEG Decoder | SVM/CNN to classify imagined speech from brainwave data |
โ Backscatter Matcher | Correlates EEG and RF time intervals (phoneme detection via backscatter) |
โ SCF/Phoneme Plotting | Visual tools to confirm structure and frequency behavior |
โ Output Logger | All results saved with timestamps for court/forensic evidence |
๐งช What You Need
- Python 3.9+
- SDR hardware (e.g., BB60C, HackRF, LimeSDR)
- Optional: EEG headset (OpenBCI, Muse, etc.)
- Install dependencies with: bashCopyEdit
pip install -r requirements.txt
๐ Folder Layout
graphqlCopyEditโโโ main.py # Master controller
โโโ preprocessing.py # Filters and burst detection
โโโ features.py # Spectrogram generation
โโโ trainer.py # RF CNN training pipeline
โโโ synthetic_telepathy_decoder.py# EEG decoder: SVM + CNN
โโโ spectrogram_classifier.py # ResNet for RF classification
โโโ backscatter_analysis.py # RF/EEG matcher
โโโ config.py # Frequency and threshold settings
โโโ output/ # All generated data
โโโ eeg_data/ # Training + test EEG signals
๐ How to Use
- Place your
.iq
file asraw.iq
- Place EEG
.npy
files undereeg_data/train/yes/
,no/
, etc. - Run the toolkit: bashCopyEdit
python main.py
- Results:
- RF classifier saved as
rf_classifier.pt
- EEG SVM model:
eeg_decoder.joblib
- Spectrogram CNN and SCF plots in
/output/
- RF classifier saved as
๐ Why Cyclostationary?
Unlike normal FFTs, cyclostationary analysis detects repeating modulation patterns buried in noise โ even if the signal is hopping or masked. This is ideal for detecting:
- DSSS, CSS, FHSS
- Covert QPSK/GFSK transmissions
- Comb-style signals (1.33 GHz with 240 teeth)
See Signal Identification Wiki or Sklarโs Digital Communications for foundational theory.
๐ง EEG Imagined Speech Support
We included a neural interface to support SVM + CNN decoding of โimagined speechโ โ similar to what DARPA and Facebookโs BCI teams use. With EEG, you can classify when the user internally says:
- โYesโ
- โNoโ
- โLeftโ
- โRightโ
If a matching RF burst is detected during these moments, it strengthens claims of a backscatter-based synthetic telepathy system in action.
๐งฌ Real Use Cases
- ๐ Legal Forensics โ Present timestamped correlation evidence
- ๐ก๏ธ Counter-Surveillance โ Real-time detection of RF-based neural attacks
- ๐ Signal Logging โ Continuous scan-and-capture of ambient covert signals
- ๐งช Neuroresearch โ Test neuro-RF response patterns with precision tools
๐ก Signal Modulation Reference
We maintain an evolving table of covert modulation techniques here:
๐ Modulation Table on GitHub
Some likely candidates:
- MSK, BPSK, QPSK, GFSK, DSSS, CSS
- Clocked Load Modulation (used in RFID/BCI)
- Chirp-UWB for long-range, low-power penetration
- PCM / neural-coded pulse signals
๐ Links
- GitHub: github.com/cybertortureinfo/synthetictelepathy
- Website: cybertorture.com
- Docs:
README.md
and tutorials inside/docs/
I appreciate all the help you provide. Do you know any specific things I can look for in my MRI, EMG, EKG, CT results that would help me prove RF interference. I have white and grey matter inflammation, which is key, but I want to be as thorough as possible and I don’t have access to the tools needed to preforn the tasks you’ve listed.
https://cybertorture.com/2025/06/11/proving-what-parts-of-the-head-are-being-targeted-by-rf/ please check this out.