Statistics
RANK
268,684
of 297,010
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
346 of 20,418
REPUTATION
4,504
AVERAGE RATING
2.90
CONTRIBUTIONS
12 Files
DOWNLOADS
22
ALL TIME DOWNLOADS
44621
RANK
of 157,687
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Commutor Simulink block implementation
Hi, Is there a Simulink commutor block available? A commutor is used in filter bank downsampling. Note that it can be emulate...
11 years ago | 0 answers | 0
0
answersQuestion
Simulink: combine real and complex signals
I want to combine real and complex signals into a vector (or bus). But neither the Selector nor BusCreator was able to combine t...
12 years ago | 1 answer | 0
1
answerQuestion
How to get all parameters for a Simulink masked system at once?
I wonder if there is a way to obtain all parameters in a Simulink masked system. For example, assuming a given masked system wit...
12 years ago | 1 answer | 0
1
answerSubmitted
Givens rotation
This is the Givens rotation method in Golub's book. It differs a sign with Matlab's method
16 years ago | 2 downloads |
Submitted
A Vandermonde matrix inversion
The M-file inverses a kind of Vandermonde matrix by using Stirling polynomial coefficients.
16 years ago | 1 download |
Submitted
MD5 in MATLAB
An MD5 C-mex function for MATLAB. It takes less than 1 minute for a 700MB file size.
16 years ago | 7 downloads |
Submitted
Quantization effect on a 2nd order DPLL design
To demonstrate quantization effect on a 2nd order DPLL design
17 years ago | 1 download |
Submitted
Integer computation extended beyond 32-bit
compute integer arithmatic beyond 32-bit, Matlab's limit
17 years ago | 0 downloads |
Submitted
Get MAC and IP Address, Network IDs
This c-mex function obtains the MAC and IP addresses and IDs of the computer.
19 years ago | 1 download |
Submitted
Stirling numbers of the first kind
This c-mex function obtains the Stirling numbers of the first kind.
19 years ago | 3 downloads |
Submitted
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 ago | 1 download |
Submitted
Conversing arbitrary length data files to matrix
This function uses dynamic memory allocation to converse a data file to a matrix
19 years ago | 0 downloads |
Submitted
Power iteration to find max/min eigenvalue/vector
This is an c-mex function to find the max/min eigenvalue/vector.
19 years ago | 3 downloads |
Submitted
Polynomial Multiplication of Bilinear Transform
This approach uses polynomial multiplication (convolution indeed) to implement bilinear transform...
19 years ago | 1 download |
Submitted
mex function implementation of Optimal FIR Wiener filter
The mex function implements an FIR Wiener filter. The computation involves an LU decomposition ...
19 years ago | 1 download |