Community Profile

photo

muhammad nur adri nawi


Last seen: etwa 3 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


signal to noise ratio (SNR)
How does matlab measure snr of an audio signal? Why i got negative value of SNR in matlab, Because if i measure using sound le...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


code from digital signal processing using matlab, 3rd edition
M = 25; alpha = (M-1)/2; n = 0:M-1; hd = (2/pi)*((sin((pi/2)*(n-alpha)).^2)./(n-alpha)); hd(alpha+1)=0; w_han = '(hann(M))'...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Error using .* Matrix dimensions must agree.
M = 25; alpha = (M-1)/2; n = 0:M-1; hd = (2/pi)*((sin((pi/2)*(n-alpha)).^2)./(n-alpha)); hd(alpha+1)=0; w_han = '(hann(M))'...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


this is the code that i want to run, but got problem Undefined function or variable 'QFix'
close all; clc; % Example Parameters B = 6; %# of fractional bits N = 100000; % # of samples xn = (2*rand(1,N)-1); % Input s...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort