Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.18 KB

README.md

File metadata and controls

23 lines (19 loc) · 1.18 KB

Intercoder-Reliability

Intercoder-Reliability(ICR) Test Emulation.

Hello-World-Reliability
Convert the string to binary data and consider whether the filtering process conveys the string accurately.

Convert string (e.g. 'Hello World') to binary, and create analog data as ndarray.
The ndarray is processed by gaussian / buterworth filter.

When using Scipy's signal.windows.gaussinan, convolve was used.
When using signal.butter, lfilter was used.

Filtered ndarray is again converted to binary.
The binary is again converted to string.
Compare the two strings, and judge if transmission was successful or not.

Gaussian Filter
gaussian1 gaussian2

Butterworth Filter
1 2