photo

muhammad nur adri nawi


Last seen: 대략 4년 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

4 질문
0 답변

순위
187,531
of 297,503

평판
0

참여
4 질문
0 답변

답변 채택
100.0%

획득한 표
0

순위
 of 20,449

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 159,017

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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

대략 4년 전 | 답변 수: 2 | 0

2

답변

질문


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

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변