KO
|
EN
gitlite — search
Search
#python
#javascript
#php
#react
#swift
#spring-boot
#image-processing
#vuejs
#machine-learning
#networking
#java
#golang
DAFX-AntiAliasing
★ 40
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
functional-python
:
No description available.
MMM-Scrobbler
:
This is an extension for the MagicMirror. It displays your currently playing music.
Web-Analyzer
:
Tool for analyzing websites using Python.
HrManage
:
hrm系统是一个综合的员工管理系统,系统主页面左边由导航树构成,分为:部门管理、员工管理、招聘管理、培训管理、薪资管理、以及系统设置模块,模块功能主要包含CRUD操作,详情查看等操作
accelSwitch
:
small tool to toggle mouse acceleration / enhance pointer precision on Windows
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
DAFX-AntiAliasing
?
Download (.md)
# DAFX-AntiAliasing Companion page to the paper "Reducing the aliasing of nonlinear waveshaping using continuous-time convolution" by Julian D. Parker, Vadim Zavalishin and Efflam Le Bivic, presented at the DAFx16 Conference in Brno, Czech Republic, 5th-9th Sept. 2016. ## code/ Contains MATLAB scripts implementing some of the results described in the paper. __hardClipComparison.m__ - generates sine sweeps processed through hard clipper, with several anti-aliasing kernels and sampling rates. __hardClipSNR.m__ - Calculates SNR values for the hard clipped sine sweeps. __HardClip.m__ - Trivial hard clipping function. __HardClip0.m__ - Antiderivative of hard clipping function. __HardClip1.m__ - First moment of hard clipping function. __Tanh0.m__ - Antiderivative of tanh() function. __Tanh1.m__ - First moment of tanh() function. NOTE: Requires external implementation of dilog() function (not included here, due to licensing). ## sounds/ #### hardClip/ Sine sweeps processed through a hard clipper. #### tanh/ Sine sweeps processed through tanh() function. #### moogLadder/ Cutoff sweeps of ladder filter processing 5kHz sinusoidal input.