Community Profile

photo

Hemant Nagvanshi


IIT Bhubaneswar

Actif depuis 2014

Followers: 0   Following: 0

Contact

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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

plus de 9 ans il y a | 1 réponse | 0

1

réponse

A répondu
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...

presque 10 ans il y a | 3

Question


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

presque 10 ans il y a | 2 réponses | 0

2

réponses

Question


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

presque 10 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 10 ans il y a | 1 réponse | 0

1

réponse