Feeds
已提交
Givens rotation
This is the Givens rotation method in Golub's book. It differs a sign with Matlab's method
16 years 前 | 1 次下载 |
已提交
A Vandermonde matrix inversion
The M-file inverses a kind of Vandermonde matrix by using Stirling polynomial coefficients.
16 years 前 | 1 次下载 |
已提交
MD5 in MATLAB
An MD5 C-mex function for MATLAB. It takes less than 1 minute for a 700MB file size.
16 years 前 | 22 次下载 |
已提交
Quantization effect on a 2nd order DPLL design
To demonstrate quantization effect on a 2nd order DPLL design
16 years 前 | 2 次下载 |
已提交
Integer computation extended beyond 32-bit
compute integer arithmatic beyond 32-bit, Matlab's limit
16 years 前 | 0 次下载 |
已提交
Get MAC and IP Address, Network IDs
This c-mex function obtains the MAC and IP addresses and IDs of the computer.
19 years 前 | 5 次下载 |
已提交
Stirling numbers of the first kind
This c-mex function obtains the Stirling numbers of the first kind.
19 years 前 | 2 次下载 |
已提交
LAPACK function dgesv in Matlab
This C-mex function wrapper ports LAPACK function dgesv to Matlab. The purpose of this function is t
19 years 前 | 1 次下载 |
已提交
Conversing arbitrary length data files to matrix
This function uses dynamic memory allocation to converse a data file to a matrix
19 years 前 | 0 次下载 |
已提交
Power iteration to find max/min eigenvalue/vector
This is an c-mex function to find the max/min eigenvalue/vector.
19 years 前 | 3 次下载 |
已提交
Polynomial Multiplication of Bilinear Transform
This approach uses polynomial multiplication (convolution indeed) to implement bilinear transform...
19 years 前 | 1 次下载 |
已提交
mex function implementation of Optimal FIR Wiener filter
The mex function implements an FIR Wiener filter. The computation involves an LU decomposition ...
19 years 前 | 1 次下载 |