photo

Axel Blaze


Last seen: 4 years ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
112,539
of 301,175

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,185

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,238

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 0 answers | 0

0

answers

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 2 answers | 0

2

answers