Skip to content

Commit 3da56c9

Browse files
committed
new README.md
1 parent a0e839b commit 3da56c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## Electrocardiography Signal Processing Project With MATLAB & LTSpice
1+
# Electrocardiography Signal Processing Project With MATLAB & LTSpice
22
The **ecg_data.dat** file contains an actual ECG data representing a real ECG signal
33
![Original ECG Signal](original_ecg_signal.png)
44

5-
# Adding Noise to the ECG Signal
5+
## Adding Noise to the ECG Signal
66
It was requested to add three different noise to the orijinal ECG signal
77
- **Random noise at 50 Hz (simulating power line interference)**
88
- **Random low-frequency noise below 0.05 Hz (simulating baseline wander)**
@@ -11,7 +11,7 @@
1111
The **ecg_data_noisy.txt** file is a data file that stores the noisy ECG signal
1212
![Noisy ECG Signal](noisy_ecg_signal.png)
1313

14-
# Filtering the Noisy ECG Signal
14+
## Filtering the Noisy ECG Signal
1515
A filter circuit was designed and simulated in LTSpice to remove the introduced noise components. The **filter.asc** file is simulation file that contains a filter circuit
1616
![Filter Circuit](filter_circuit.png)
1717

0 commit comments

Comments
 (0)