SUCHITHRA K S
Followers: 0 Following: 0
Statistik
6 Fragen
0 Antworten
RANG
27.249
of 295.687
REPUTATION
1
BEITRÄGE
6 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
1
RANG
of 20.266
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.289
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
Sir, how can I use antialiasing filter for audio after resampling? what is the code for that ? My resampling code is given below,
if true % code end [x, fs1] = audioread('cryrumble.wav'); %sound(x,fs1); ts1=1/fs1; N1=length(x); Tmax...
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
i have code for ploting the spectrogram of a resampled audio but the program showing error .
if true % code end this is the code i tried ; [audio, fs1] = audioread('audio2.wav'); sound(audio,fs1); ts1=1/...
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
i have a code for extracting the mfcc feature from a audio of elephant rumble and it is given below,
if true % code end clear all; close all; % Step 0: Reading the File & initializing the Time and Freq. [x, fs1]...
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to downsample a audio having sampling rate 44100 Hz to 2000Hz in matlab? This is the program i used but it showing error. how to rectify it?
[x, fs1] = audioread('audio8.wav'); ts1=1/fs1; N1=length(x); Tmax1=(N1-1)*ts1; t1=(0:ts1:Tmax1); ...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how can i plot spectrogram for audio in matlab?
i have a matab code for spectrogram of audio and that is given below. " function outputSpectrogram(input) [audio, ...
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
sir, I have tried the below code for the lung cancer detection but at the last part it showing the error "Index exceeds matrix dimensions'' why this error coming and how to fix it
clc; clear all; close all; % read the input CT image I=imread('image5c.png'); figure imshow(I); title('IN...
mehr als 6 Jahre vor | 7 Antworten | 1