Statistiques
10 Questions
0 Réponses
RANG
141 789
of 301 824
RÉPUTATION
0
CONTRIBUTIONS
10 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
10.0%
VOTES REÇUS
0
RANG
of 21 423
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 176 757
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
how to set timer for record function?
I want to record my voice while counting the time of recording before I stop the record? rec = audiorecorder; record(rec...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
how to calculate mse and psnr of compressed audio?
I want to calculate the mse and psnr of the 2 audio
plus de 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
does anyone know or used arima in speech compression?
can anyone provide example of how arima compress the speech signal then decompress it?
plus de 9 ans il y a | 1 réponse | 0
0
réponseQuestion
can someone explain how linear prediction does use the coefficient to predict the future samples?
can someone provide some sample then find the coefficient of the signal after that predict the future samples? can someone pr...
plus de 9 ans il y a | 1 réponse | 0
0
réponseQuestion
how to predict next sample based on the coefficient and previous sample?
I'm trying to do compression to audio. [x fs] = wavread('audio'); [r,lg] = xcorr(x); r(lg<0) = []; a = levinson(r,...
plus de 9 ans il y a | 1 réponse | 0
0
réponseQuestion
can anyone help me with matlab code that calculate compression ratio of audio file?
i'm trying some method of compression on wav files but i still don't know how to get the compression ratio. i know the compress...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
how to calculate bit depth of signal from its sample?
I have used some compression method to my audio signal. in order for me to calculate the compression ratio, I need to get the b...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
how to tell how much compression achieved?
if I use the haar wavelet transform how to tell how much compression achieved example: [x,fs] = audioread('brian.wav'); [c l...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
how to get the number of bits from a .wav file?
is there a way to calculate the number of bits from the sample of the audio wav file?
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
how to calculate the compression ration of audio file?
i'm doing compression to some audio files how to calculate the compression ration of audio file?
plus de 9 ans il y a | 1 réponse | 0
