photo

Hemant Nagvanshi


IIT Bhubaneswar

2014 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

4 質問
1 回答

ランク
7,057
of 300,369

評判
6

コントリビューション
4 質問
1 回答

回答採用率
75.0%

獲得投票数
3

ランク
 of 20,936

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 168,436

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How to extract ENF (Electrical Network Frequency) form audio signal. I want extracted ENF pattern from the audio signal using MATLAB code
% STFT anaysis of 50 Hz siganl present in audio signal clc, clear all, close all; [x, fs] = audioread('Record_Trans.wav'...

11年以上 前 | 1 件の回答 | 0

1

回答

回答済み
how to reverse the axis in matlab??
spectrogram(x,window,noverlap,nfft,fs); %plots freq in x-axis by default spectrogram(x,window,noverlap,nfft,fs,'yaxis'); %p...

11年以上 前 | 3

質問


how to reverse the axis in matlab??
clc, clear all, close all; fs = 400; dt = 1/fs; t = 0:dt:0.4; x = sin(2*pi*50*t)'; l = length(x); y = ceil(l...

11年以上 前 | 2 件の回答 | 0

2

回答

質問


Bandpass Filter Design MATLAB Code
I want a bandpass filter of bandwidth 1 Hz (49.5 Hz - 50.5 Hz) to filter a signal of sampling frequency 16000 Hz. Please help me...

11年以上 前 | 1 件の回答 | 0

1

回答

質問


Error using .* Matrix dimensions must agree.
I am trying to plot spectrogram of audio signal usinf fft using the followinf codes astft.m function [ X ] = astft...

11年以上 前 | 1 件の回答 | 0

1

回答