Feeds
질문
Save data as 32 Bit WAVE File
Hello, I have vector of floating point numbers that I want to save as 16 bit and 32 bit wave file using wavwrite. The max and...
거의 12년 전 | 답변 수: 1 | 0
1
답변답변 있음
Out of Memory using fgetl
The problem was in the text file I was trying to read. The text file was written using %8.8f. When I changed it to %12.8f, fgetl...
Out of Memory using fgetl
The problem was in the text file I was trying to read. The text file was written using %8.8f. When I changed it to %12.8f, fgetl...
거의 14년 전 | 0
| 수락됨
질문
Out of Memory using fgetl
I would like to read each line of a huge text file (.txt). The text file has 3 columns of floating point number like below (abou...
거의 14년 전 | 답변 수: 2 | 0
2
답변답변 있음
Iterative Solvers in MATLAB
I used the following command, [matlab_solution,flag,relres,iter,res]=pcg(stiffness,rhs,[],200000,R',R); After 1669 iteratio...
Iterative Solvers in MATLAB
I used the following command, [matlab_solution,flag,relres,iter,res]=pcg(stiffness,rhs,[],200000,R',R); After 1669 iteratio...
14년 초과 전 | 0
질문
Iterative Solvers in MATLAB
Hello Experts, I am trying to Solve Ax=B in MATLAB, where A is square matrix of size ~500,000 and B is the vector of same siz...
14년 초과 전 | 답변 수: 2 | 0
2
답변답변 있음
Output Length of signal filtered using FIR Filters
Thanks for your reply Jarrod. The equation in the link seems to be for IIR filter (past outputs also present). I would be really...
Output Length of signal filtered using FIR Filters
Thanks for your reply Jarrod. The equation in the link seems to be for IIR filter (past outputs also present). I would be really...
14년 초과 전 | 0
질문
Output Length of signal filtered using FIR Filters
[EDIT: 20110622 20:11 - reformat - WDR] Hello Experts, The output of the FIR filters is convolution of the input signal and t...
14년 초과 전 | 답변 수: 3 | 1
