![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/21992696_1616655519916_DEF.jpg)
Mert Sari
Followers: 0 Following: 0
Statistics
RANK
142,660
of 297,016
REPUTATION
0
CONTRIBUTIONS
7 Questions
1 Answer
ANSWER ACCEPTANCE
71.43%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How can I record the sound produced after the LPC Algorithm?
Hello, I will prepare slides for my homework and I want to record the sound I get from matlab after the LPC algorithm. And this ...
1 year ago | 1 answer | 0
1
answerQuestion
How do I calculate the compression ratio of my LPC code.
%MAIN BODY clear all; clc; %TAKING INPUT WAVEFILE, inpfilenm = 'a1.wav'; [y, Fs] =audioread(inpfilenm); % x=wavrecord...
1 year ago | 1 answer | 0
1
answerI want to add PSNR, MSError and SNR to my ready code.
I solved the problem, it works fine in this set of code; s0=snr(y); disp(" Original audio SNR in dB " + s0) s1=snr(synth_spee...
1 year ago | 0
| accepted
Question
I want to add PSNR, MSError and SNR to my ready code.
Hello everyone, I'm doing research on an assignment that does LPC compression to a Speech file. Here you see the code; clear a...
1 year ago | 2 answers | 0
2
answersQuestion
As a university assignment, I will compare audio files by compressing them with different algorithms. I need suggestion.
As a university assignment, I will compare audio files by compressing them with different algorithms. I have made advances for t...
1 year ago | 1 answer | 0
1
answerQuestion
I'm dealing with Speech compression using CELP.
I implemented the code I got from this link https://www.mathworks.com/matlabcentral/fileexchange/39038-celp-codec. There were a ...
1 year ago | 1 answer | 0
1
answerQuestion
I'm dealing with Speech compression using CELP. And I'm having some problems.
This is the code you see https://www.mathworks.com/matlabcentral/fileexchange/39038-celp-codec I take it from the source. I con...
1 year ago | 1 answer | 0
1
answerQuestion
I'm dealing with Speech compression using Linear Predictive Coding. When I run the code I get a few errors.
%MAIN BODY clear all; clc; disp('It will take approaximately 18 seconds for an INTEL PENTIUM 4 [2.4GHz], 256 RAM machine to f...
1 year ago | 2 answers | 0