photo

SUCHITHRA K S


2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
0 回答

ランク
41,568
of 300,779

評判
1

コントリビューション
6 質問
0 回答

回答採用率
0.0%

獲得投票数
1

ランク
 of 21,084

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,997

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

Feeds

表示方法

質問


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

約7年 前 | 0 件の回答 | 0

0

回答

質問


i have code for ploting the spectrogram of a resampled audio but the program showing error .
this is the code i tried ; [audio, fs1] = audioread('audio2.wav'); sound(audio,fs1); ts1=1/fs1; N1=length(audio); Tmax...

約7年 前 | 1 件の回答 | 0

1

回答

質問


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

約7年 前 | 0 件の回答 | 0

0

回答

質問


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

約7年 前 | 1 件の回答 | 0

1

回答

質問


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

約7年 前 | 0 件の回答 | 0

0

回答

質問


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

7年以上 前 | 7 件の回答 | 1

7

回答