photo

Hemant Nagvanshi


IIT Bhubaneswar

自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

4 个提问
1 个回答

排名
7,057
of 297,503

声誉
6

贡献数
4 个提问
1 个回答

回答接受率
75.0%

收到投票数
3

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
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'...

10 years 前 | 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...

10 years 前 | 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...

10 years 前 | 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...

10 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答