photo

Axel Blaze


Last seen: quasi 4 anni fa Attivo dal 2022

Followers: 0   Following: 0

Statistica

MATLAB Answers

6 Domande
0 Risposte

RANK
218.972
of 301.496

REPUTAZIONE
0

CONTRIBUTI
6 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
0

RANK
 of 21.302

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 174.859

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

Feeds

Visto da

Domanda


How do i plot the phase of fft values in a matrix?
So in this code we're basically taking an input audio sample, cropping it, taking the fft of the input audio matrix, and then us...

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


How would i plot the phase of the fft of background and human voice in this code?
clc; clear all; close all; % Reads data from the file, and returns sampled data, a, and a sample rate for that data, fs. [...

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


What is a channel exactly in [a,fs] = audioread(file)?
Basically the title. I inserted a 3 min audio file and it gave fs=48000 and a 11084678x2 matrix. Apparently the 2 columns repr...

quasi 4 anni fa | 0 risposte | 0

0

risposte

Domanda


What does [a,fs] = audioread(filename) do?
I dont really understand the matlab explanation. When i run it, in the command window after inputting a song that was around ...

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


In this code, why did they choose the numbers that they chose?
So this code is for a project where they are separating "human voice" from the "background voice", in an input audio signal, by ...

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Can someone explain why in this code f3 and f2 are equal to (1048576,2)?
So this is a project to separate human voice from the background noise/tune, of a given song. I had a doubt related to the code...

quasi 4 anni fa | 2 risposte | 0

2

risposte