Pinned Repositories
Chorus-filtering
Implementation of chorus filter using Lagrange interpolation
Feedforward-and-Feedback-filtering
An implementation of the forward and feedback comb filtering
Flanger
Flanger GUI using Lagrange interpolation
Image_Source_Method_Reverb_Convolution
An implementation of Image source method for generation shoebox-type-room impulse response for the given room dimension. Each wall has different absorption coefficient.The output generated has the dimension mentioned and changes as the parameter changes for room dimension.
Lagrange-Interpolation
An implementation of Nth order Lagrange Interpolation where N is restricted to Even values. This Matlab function depends on two arguments, N and Q, and will generate a matrix as an output which are the coefficients of the polynomial.
Master-Thesis
String-Plate Coupling using Finite Difference Time Domain (FDTD)
MoogVCF
A simulation of the impulse response of a Moog VCF ladder filter based on forward and backward, and trapezoidal integrators of the linear state space system
Phase-Vocoder
A basic implementation of the Phase Vocoder
Plate-Reverberation-
This program creates modal reverberator based on a physical model of a thin metal plate with simply supported boundary conditions. The method used is the modal synthesis. Modes are calculated and used in the modal update. Response of default plate, impulse % response and spectrogram can be extracted through this program. Parameters for glass plate have also been used in this program.
Six-String-FDTD
This program designs a script that calls stiff string FDTD function for six different strings, in order to six-string EADGBE-tuned steel-string guitar. The output of each string is build a simplified model of a added in the output vector 'total'. The output is generated in mono as well as in stereo. Panning has also been implemented for the output from left to right with ratio of -1 to 1.
mangeshsonawane551's Repositories
mangeshsonawane551/Plate-Reverberation-
This program creates modal reverberator based on a physical model of a thin metal plate with simply supported boundary conditions. The method used is the modal synthesis. Modes are calculated and used in the modal update. Response of default plate, impulse % response and spectrogram can be extracted through this program. Parameters for glass plate have also been used in this program.
mangeshsonawane551/Image_Source_Method_Reverb_Convolution
An implementation of Image source method for generation shoebox-type-room impulse response for the given room dimension. Each wall has different absorption coefficient.The output generated has the dimension mentioned and changes as the parameter changes for room dimension.
mangeshsonawane551/MoogVCF
A simulation of the impulse response of a Moog VCF ladder filter based on forward and backward, and trapezoidal integrators of the linear state space system
mangeshsonawane551/Feedforward-and-Feedback-filtering
An implementation of the forward and feedback comb filtering
mangeshsonawane551/Chorus-filtering
Implementation of chorus filter using Lagrange interpolation
mangeshsonawane551/Flanger
Flanger GUI using Lagrange interpolation
mangeshsonawane551/Lagrange-Interpolation
An implementation of Nth order Lagrange Interpolation where N is restricted to Even values. This Matlab function depends on two arguments, N and Q, and will generate a matrix as an output which are the coefficients of the polynomial.
mangeshsonawane551/Master-Thesis
String-Plate Coupling using Finite Difference Time Domain (FDTD)
mangeshsonawane551/Phase-Vocoder
A basic implementation of the Phase Vocoder
mangeshsonawane551/Six-String-FDTD
This program designs a script that calls stiff string FDTD function for six different strings, in order to six-string EADGBE-tuned steel-string guitar. The output of each string is build a simplified model of a added in the output vector 'total'. The output is generated in mono as well as in stereo. Panning has also been implemented for the output from left to right with ratio of -1 to 1.
mangeshsonawane551/Speech-Gating
Automated Speech/Other Discrimination for Loudness Monitoring. The speech is separated from other material and the loudness is measured only for the speech portions of the audio program.
mangeshsonawane551/stft
Figuring out STFT, FFT
mangeshsonawane551/The-Discrete-Oscillator-and-the-Wah-wah-
An implementation that simulates a wah-wah effect using a damped simple harmonic oscillator and the finite difference time domain method