Skip to content

Commit

Permalink
add bibtex citation
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyolicoris authored Apr 15, 2024
1 parent 9b139ba commit 6ed632a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,3 +248,18 @@ def avg(rms: torch.Tensor, avg_coef: Union[torch.Tensor, float]):
- [ ] Native CUDA extension
- [x] Forward mode autograd
- [ ] Examples

## Citation

If you find this repository useful in your research, please cite our work with the following BibTex entry:

```bibtex
@misc{ycy2024diffapf,
title={Differentiable All-pole Filters for Time-varying Audio Systems},
author={Chin-Yun Yu and Christopher Mitcheltree and Alistair Carson and Stefan Bilbao and Joshua D. Reiss and György Fazekas},
year={2024},
eprint={2404.07970},
archivePrefix={arXiv},
primaryClass={eess.AS}
}
```

0 comments on commit 6ed632a

Please sign in to comment.