Mert Sari
Followers: 0 Following: 0
Statistik
RANG
233.183
of 295.527
REPUTATION
0
ANTWORTZUSTIMMUNG
71.43%
ERHALTENE STIMMEN
0
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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 ...
10 Monate vor | 1 Antwort | 0
1
AntwortFrage
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...
10 Monate vor | 1 Antwort | 0
1
AntwortI 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...
10 Monate vor | 0
| akzeptiert
Frage
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...
10 Monate vor | 2 Antworten | 0
2
AntwortenFrage
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...
11 Monate vor | 1 Antwort | 0
1
AntwortFrage
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 ...
11 Monate vor | 1 Antwort | 0
1
AntwortFrage
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...
11 Monate vor | 1 Antwort | 0
1
AntwortFrage
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...
11 Monate vor | 2 Antworten | 0