Feeds
답변 있음
Inserting a function in a matrix.
for i=1:length(OM) %OM is the wk samples vector(grid size 5000 in my case) COS=cos( [0:N]' * OM(i) ); Q=Q+(W(...
Inserting a function in a matrix.
for i=1:length(OM) %OM is the wk samples vector(grid size 5000 in my case) COS=cos( [0:N]' * OM(i) ); Q=Q+(W(...
대략 5년 전 | 0
| 수락됨
질문
Finding the mins and the maxes of an array with altering signs.
I am creating a remez algorithm for class.I am at the point that i calculated my weighted error and I have a collumn vector with...
대략 5년 전 | 답변 수: 1 | 0
1
답변질문
Inserting a function in a matrix.
I am trying to solve the system above.I think I got right the first part of the quation with a for loop(code bellow) L = 5...
대략 5년 전 | 답변 수: 1 | 0
1
답변질문
Expressing changing array.
I am trying to solve this system in order to optimize a remez algorithm I am working on.The problem is I can not figure ...
대략 5년 전 | 답변 수: 0 | 0
0
답변질문
I would like to create an array of cos*n*x with n=0,1,2,3...N...
I would like to create an array of cos*n*x with n=0,1,2,3...N. My code looks like this but it does not run. L=51 N=(L-1)/2; ...
대략 5년 전 | 답변 수: 1 | 0
