photo

codefanta


2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
2 답변

순위
232,263
of 300,365

평판
0

참여
6 질문
2 답변

답변 채택
66.67%

획득한 표
0

순위
 of 20,933

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,262

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Can someone please explain how this function? It is for simultaneously recording with the input(X) being white noise at FS 44100hz
function recording = audioOI(x,fs) % audioOI - Simulataneously plays and records the test signal. % Uses Parallel Co...

6년 초과 전 | 답변 수: 2 | 0

2

답변

1

답변

질문


Why do I keep getting errors?
Error using audioread (line 88) File could not be read due to an unexpected error. Reason: Error in MAT5 file. Bad block struct...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How can i get the frequency response from this code:
close all; clc; load('whitenoize.mat'); %generated white noise load('whitenoiserec.mat'); %recorded white nosi...

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

1

답변

답변 있음
I want to plot my results individually under each other like a row and not a continues impulse response . Something isn't correct when i try it, Can someone help please?
hello is it not possible to get my frequency domain and have my results plotted one under each other like figure 1 and 2 before...

거의 7년 전 | 0

답변 있음
I want to plot my results individually under each other like a row and not a continues impulse response . Something isn't correct when i try it, Can someone help please?
yresh = bsxfun ( @plus , yresh, ( 0 : 2 : 2*(size (yresh,2) -1))); set (gca, 'ytick', (0 : 2 : 2*( size( yresh,2) -1) , 'ytickl...

거의 7년 전 | 0

질문


I want to plot my results individually under each other like a row and not a continues impulse response . Something isn't correct when i try it, Can someone help please?
x = zeros(1, 20000); x(1 : 4000 : 20000); xresh = reshapex, 4000, 5); So every 4000fs i want to plotted graph?

거의 7년 전 | 답변 수: 3 | 0

3

답변

질문


i am trying to record a sound(audio signal) and it keeps giving me error's on get audiodata, can you help me identify the problem?
x = (10000, 1); x(1 : 2000: 10000) = 1; sound(x) plot(x); a = audiorecorder(10000, 8, 1); record(a, 5); sound(x) b = geta...

거의 7년 전 | 답변 수: 1 | 0

1

답변