Statistics
RANK
7 068
of 295 467
REPUTATION
6
CONTRIBUTIONS
4 Questions
1 Answer
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
3
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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'...
mer än 10 år ago | 1 answer | 0
1
answerhow 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...
mer än 10 år ago | 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...
mer än 10 år ago | 2 answers | 0
2
answersQuestion
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...
mer än 10 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 10 år ago | 1 answer | 0