photo

Seyoung Jung


Last seen: 5년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

3 질문
0 답변

순위
220,677
of 301,598

평판
0

참여
3 질문
0 답변

답변 채택
66.67%

획득한 표
0

순위
 of 21,346

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 175,689

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Explorer
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to apply filter to the audio file?
clc;clear; [y, fs] = audioread('noisy.wav'); %sound(y,fs); window=hamming(512); noverlap=256; %window nfft=1024; [S,F,T,P...

대략 6년 전 | 답변 수: 0 | 0

0

답변

질문


How I can allocate specified number randomly without using randsrc
If I use randsrc, I can simply allocate specified number. alphabet = [-3 -1 1 3]; defaultip = randsrc(1,N,alphabet) + j*rands...

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

1

답변

질문


How do I store the output
i=0; for N=20:50 T=0.1; NT=N*T; n=0:N; t=0:0.005:NT; nT=n*T; Fs=1/T; x1=cos(2*pi*nT); xt1=cos(2*pi*t); xhat...

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

1

답변