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
