-
-
[
Matlab]
null_beamform_cf.rar
MATLAB function that performers delay and sum beamforming on two input signals in the frequency domain.
Category:
matlab Upload User:
dohkov Size:
1K
-
[
Matlab]
mixturegeneration.rar
Matlab function that combines two audio file for testing blind source separation algorithms.
Category:
matlab Upload User:
hnwwjx Size:
1K
-
[
Matlab]
Rombegrg.rar
... check the program code in the syntax and semantic errors. The preparation of a function f (x) of the code is as follows: Romberg algorithm ¨ function z = f (x) if (x ~ = 0) z = sin (x)/x else z = 1 end Note: In the experimental ...
Category:
matlab Upload User:
txlingshen Size:
21K
-
[
Matlab]
LWLR.rar
this program compare the Locally Weighted Linear Regression with three diferrent kernel function (gaussian, logistic basis, and Reciprocal Multiquadric) also compare locally weighted by simple Linear Regression.
Category:
matlab Upload User:
shtwzl Size:
9K
-
[
Matlab]
function.rar
matlab source code is a collection of large number of function
Category:
matlab Upload User:
caiyisimon Size:
61K
-
[
Others]
ICA_with_Reference.rar
... to incorporate the reference signals that carry some information of the sources as
additional constraints into the ICA contrast function. A neural algorithm is then proposed using a Newton-like approach to obtain an
optimal solution to the constrained ...
-
[
Delphi]
three.zip
The program executes the construction of the graph of function of x+sin(x). Based on the element of Canvas.
Category:
2D Graphic Upload User:
cuibszx Size:
218K
-
[
C/C++]
workout.rar
There are four file :1) the fuctoriel function 2)the game tic tac toe 3)the game number guess 4) the histogram program, i think these are useful programs for beginers
-
[
Matlab]
m_seq.rar
generating maximum legnth sequence bu determining the generator function and initial condition
Category:
matlab Upload User:
clw551130 Size:
1K
-
[
Matlab]
roundsd.zip
his little function rounds a number (or the elements of a vector ot matrix) towards the nearest number with N significant digits.
Examples:
roundsd(0.012345,3) returns 0.0123
roundsd(12345,2) returns 12000
This is a useful complement to Matlab s ...