photo

S Suhaimi


Last seen: 6개월 전 2021년부터 활동

Followers: 0   Following: 0

통계학

Feeds

보기 기준

질문


I am trying to clean up the corruption and recover the original soundtrack but it turns out way less than my expectation
% Step 1: Identify the system's impulse response h[n] load ("finalproject") % Load the project data % Padding the shorter si...

8개월 전 | 답변 수: 0 | 0

0

답변

질문


Adding zeros to a column vector to match a larger column vector
I have x where the dimension is (100x1) and y (108x1) I use: new_x= [x,zeros(1,length(y)-length(x))]; but I got an error s...

8개월 전 | 답변 수: 4 | 0

4

답변

질문


How do I make a condition statement for an element that presents in two different arrays but is at the wrong position? This also applies to more than one elements
final_code_make = [5 2 3 1] final_code_guess = [ 1 3 2 4] As it appears, there are few same elements in both arrays but the ar...

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

1

답변