photo

Hemant Nagvanshi


IIT Bhubaneswar

Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

4 Preguntas
1 Respuesta

CLASIFICACIÓN
7.057
of 299.750

REPUTACIÓN
6

CONTRIBUCIONES
4 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
75.0%

VOTOS RECIBIDOS
3

CLASIFICACIÓN
 of 20.792

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 165.710

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

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

alrededor de 11 años hace | 3

Pregunta


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

alrededor de 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 11 años hace | 1 respuesta | 0

1

respuesta