Skip to content

Commit

Permalink
Include in README
Browse files Browse the repository at this point in the history
  • Loading branch information
YuhangTom committed Feb 4, 2024
1 parent 229b432 commit 19e0acb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,14 @@ attr(shift_sig_df, "MSE_plot")
attr(shift_sig_df, "sig_df_plot")
```

The signals and hooks can be further smoothed and removed by:

```{r ccsignals}
raw_ccsig_df <- df_ccsig(raw_sig_df, ifplot = TRUE)
attr(raw_ccsig_df, "sig_df_plot")
```



## Signal alignment

Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,15 @@ attr(shift_sig_df, "sig_df_plot")

<img src="man/figures/README-signal-5.png" width="100%" />

The signals and hooks can be further smoothed and removed by:

``` r
raw_ccsig_df <- df_ccsig(raw_sig_df, ifplot = TRUE)
attr(raw_ccsig_df, "sig_df_plot")
```

<img src="man/figures/README-ccsignals-1.png" width="100%" />

## Signal alignment

Extracted signals can be aligned, and the cross-correlation can be
Expand Down
Binary file added man/figures/README-ccsignals-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 19e0acb

Please sign in to comment.