![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/14891358_1551238413552_DEF.jpg)
Star Rats
Followers: 0 Following: 0
Statistik
11 Fragen
0 Antworten
RANG
245.704
of 297.016
REPUTATION
0
BEITRÄGE
11 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
45.45%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
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 is the quality of audio file when PSNR is more than 48?
I decoded an mp3 file and save as wav file. Then I compared the two audio files (mp3 & wav) by using PSNR matlab (coding shown b...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to calculate PSNR in Matlab Figure file?
I wish to calculate the PSNR between two signals. The input file would be Matlab Figure file. signal1 = openfig('Figure1.fig...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to solve the communication overhead between the labindex?
I have implemented the spmd function according to this post. It did improve the performance. However, it also generates a seri...
fast 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to filter data using rmoutliers?
To remove data above 1.2 and below -1.2. I use: threshold = [-1.2, 1.2]; y = rmoutliers(y,'percentiles',threshold); But erro...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Difference in frequency domain between mp3 and wav
I have plotted the frequency domain figure for mp3 and wav as shown in Figure below. They are in dotted blue and dark orange re...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
What can I know from the spectrogram of mp3 and wav file
I have plotted the spectrogram for an audio in mp3 and wav file as shown in Figure 1 and 2 respectively. Does it means that wa...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to find the mean peaks in positive axis
I wish to find the mean of all peaks from the positive axis in Figure 1. I tried pks = findpeaks(y); but it includes ...
mehr als 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to improve bit reading process in Matlab?
I need to read a binary file and the Matlab coding is: a = uint8(fread(fid,'ubit1')'); This is inefficient so I added a line b...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Why the decoding time is long compared to other methods?
I have run the mp3 decoding based on the coding provided here. Why it takes around 20 minutes to decode a 3.6MB mp3 file while o...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How does labindex in spmd works?
Based on the spmd labindex coding provided by @Walter Roberson here, I wonder when do the following labindex (labindex 2, 3 and ...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to split cell array values into two text file?
I have a text file contains cell array values as shown below: 0.12912,0.073733 0.13065,0.070284 0.13862,0.073794 0.15296,...
mehr als 5 Jahre vor | 1 Antwort | 0