Feeds
질문
We all know that conv(x,h)=y.Suppose I've been provided 5 sets of h(n) and a y(n). How to determine which h(n) amongst the 5 sets is correct?
Conv(x,h)=y suppose 5 sets of h(n) is given for a single y(n){which is also given].Among those 5 h(n) only one is correct for t...
대략 8년 전 | 답변 수: 0 | 0
0
답변문제를 풀었습니다
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
대략 9년 전
질문
Hello.I am a novice user in MATLAB. Trying to make an MP3 player for my project submission. Can anyone make an estimation about the difficulty of this project and also help me with some resource?TIA
My skill currently revolves around numerical techniques.
대략 9년 전 | 답변 수: 0 | 0
0
답변질문
How can I implement the 3*3 matrix in a for loop?
<</matlabcentral/answers/uploaded_files/73893/hoyase.PNG>>
대략 9년 전 | 답변 수: 2 | 0
2
답변문제를 풀었습니다
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
대략 9년 전


