Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix readme img like
  • Loading branch information
xli2522 committed Nov 7, 2021
1 parent 174327a commit 5c593a0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ plt.title('Original Spectrogram')
plt.show()
```

![Original Spectrogram](https://github.com/xli2522/S-Transform/blob/master/img/original_spectrogram.png)
![Original Spectrogram](https://github.com/xli2522/S-Transform/blob/main/img/original_spectrogram.png?raw=true)

Step 3: Quick recovery of full ts from S transform * 0 frequency row*

Expand All @@ -44,7 +44,7 @@ plt.title('Time Series Reconstruction Error')
plt.show()
```

![Reconstruction Error](https://github.com/xli2522/S-Transform/blob/master/img/reconstruction_error.png)
![Reconstruction Error](https://github.com/xli2522/S-Transform/blob/main/img/reconstruction_error.png?raw=true)

Step 4: Recovered spectrogram:

Expand All @@ -56,7 +56,7 @@ plt.title('Recovered Specctrogram')
plt.show()
```

![Recovered](https://github.com/xli2522/S-Transform/blob/master/img/recovered_spectrogram.png)
![Recovered](https://github.com/xli2522/S-Transform/blob/main/img/recovered_spectrogram.png?raw=true)

Step 5: The real inverse S transform

Expand All @@ -70,7 +70,7 @@ plt.legend(['Recovered ts', 'Error'])
plt.show()
```

![Recovered ts and Error](https://github.com/xli2522/S-Transform/blob/master/img/recovered_ts_error.png)
![Recovered ts and Error](https://github.com/xli2522/S-Transform/blob/main/img/recovered_ts_error.png?raw=true)

Step 6: Recovered spectrogram on the *real* inverse S transform ts

Expand All @@ -82,5 +82,5 @@ plt.title('Recovered Specctrogram')
plt.show()
```

![Recovered Spectrogram](https://github.com/xli2522/S-Transform/blob/master/img/real_recovered_spectrogram.png)
![Recovered Spectrogram](https://github.com/xli2522/S-Transform/blob/main/img/real_recovered_spectrogram.png?raw=true)

0 comments on commit 5c593a0

Please sign in to comment.