Skip to main content

All Questions

Tagged with
0 votes
0 answers
75 views

Peak Sharping of multi-signal data

I have multi-signal data and as a processing step want to apply peak sharping of signal as shown in fig below. is there any way I can achieve this in python ? Literature :Paper 1(Peak sharping section ...
alex3465's user avatar
  • 101
0 votes
0 answers
1k views

Pre-Processing Wi-Fi Channel State Information (CSI) Data

I was successfully able to collect some CSI data using the existing tool(s) on GitHub (https://github.com/StevenMHernandez/ESP32-CSI-Tool). The CSI data is a pair of imaginary and real number which ...
RikeshMM's user avatar
1 vote
2 answers
764 views

My 3x3 Weighted Median Filter doesn't seem to be improving my image quality

In order to reduce noise in my training dataset,I attempted a WMF whose weights are shown in a 2-D array as follows(values finally get normalized by division by 15: ...
Mr. Johnny Doe's user avatar
0 votes
1 answer
186 views

What's the purpose of augmenting an image with a random "gradient"?

I have the following Python code ...
user avatar
1 vote
1 answer
3k views

How to design bandpass filter in python when centre frequency is greater than sampling frequency?

I implemented basic bandpass filter using Scipy resource. But how to implement the same when signal is centred at non-zero centre frequency with centre frequency > sampling frequency. I trying to ...
Andre Smith's user avatar
0 votes
1 answer
194 views

Artificial Neural Network Preprocessing in Real-Time Applications

I've come across an issue with my ANN when attempting to port my offline analysis to an online, real-time, application. I currently train my algorithm using an array of input data, number of ...
ritchie888's user avatar
10 votes
4 answers
7k views

How to perform a Rubberband-Correction on spectroscopic data?

I basicaly understood how the Rubberband/Baseline-correction works. The given spectrum is divided into (N) ranges. The lowest points in every range are determined. The initial baseline is built out ...
チーズパン's user avatar