saf asalah - MATLAB Central
photo

saf asalah


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 12/16 to 04/25Use left and right arrows to move selectionFrom 12/16Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

10 个提问
0 个回答

排名
81,849
of 298,292

声誉
0

贡献数
10 个提问
0 个回答

回答接受率
10.0%

收到投票数
0

排名
 of 20,560

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,775

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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...

8 years 前 | 1 个回答 | 0

1

个回答

提问


how to calculate mse and psnr of compressed audio?
I want to calculate the mse and psnr of the 2 audio

8 years 前 | 2 个回答 | 0

2

个回答

提问


does anyone know or used arima in speech compression?
can anyone provide example of how arima compress the speech signal then decompress it?

8 years 前 | 0 个回答 | 0

0

个回答

提问


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...

8 years 前 | 0 个回答 | 0

0

个回答

提问


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,...

8 years 前 | 0 个回答 | 0

0

个回答

提问


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...

8 years 前 | 1 个回答 | 0

1

个回答

提问


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...

8 years 前 | 1 个回答 | 0

1

个回答

提问


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...

8 years 前 | 1 个回答 | 0

1

个回答

提问


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?

8 years 前 | 1 个回答 | 0

1

个回答

提问


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?

8 years 前 | 1 个回答 | 0

1

个回答