Changes
Page history
Update home
authored
Nov 23, 2020
by
Wei Changfeng
Show whitespace changes
Inline
Side-by-side
home.md
View page @
5bc4c8ee
...
@@ -245,7 +245,8 @@ signal_time_domain= ifos[k].time_domain_strain
...
@@ -245,7 +245,8 @@ signal_time_domain= ifos[k].time_domain_strain
signal_freq_domain = np.fft.rfft(signal_time_domain)
signal_freq_domain = np.fft.rfft(signal_time_domain)
```
```
If both of 2 methods above are correct, 2 frequency domain signals we get should be the same, at least very similar.
If both of 2 methods above are correct, 2 frequency domain signals we get should be the same, at least very similar.
Actually, They are similar in shape but the order of magnitude are very different. I don't know why.
Actually, They are similar in shape but the order of magnitude are very different.
This is due to different normalization items.




...
...
...
...