代码搜索:MATLAB LMD

找到约 10,000 项符合「MATLAB LMD」的源代码

代码结果 10,000
www.eeworm.com/read/212811/15148664

txt readme.txt

file "README.TXT" The package includes the main Matlab program DECOMP for non-stationary and nonlinear vibration signal decomposition together with the program PL.M for plotting the obtained deco
www.eeworm.com/read/212605/15151914

m householder.m

% 一个matlab的(Householder变换): function [A,d]=HouseholderQR(A) [m,n]=size(A); I=diag(ones(m,1)); d=zeros(n,1); for j=1:n [v,b]=Householder(A(j:m,j)); A(j:m,j:n)=(I(j:m,j:m)-b*v*v')*A(j:m,j:n);
www.eeworm.com/read/212376/15157347

c circle_f_mex.c

/* * MATLAB Compiler: 2.2 * Date: Tue Jun 25 12:26:00 2002 * Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on" * "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ
www.eeworm.com/read/212376/15157423

c exm1_mex.c

/* * MATLAB Compiler: 2.2 * Date: Tue Jun 25 12:31:25 2002 * Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on" * "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ
www.eeworm.com/read/212376/15157498

html b_d.html

Books
www.eeworm.com/read/211850/15172366

txt readme.txt

Second and Higher-Order Statistics based Multiple-Input-Multiple-Output System Blind Identification Matlab Code Readme file Communications and Signal Processing Laboratory ECE Department, Drexel
www.eeworm.com/read/210156/15205839

m ip_04_04.m

% MATLAB script for Illustrative Problem 4.4. echo on ; a=[-10,-5,-4,-2,0,1,3,5,10]; for i=1:length(a)-1 y(i)=centroid('normal',a(i),a(i+1),0.001,0,1); echo off ; end y %y是本人加上的
www.eeworm.com/read/210153/15205912

m ip_01_01.m

% MATLAB script for Illustrative Problem 1, Chapter 1. n=[-20:1:20]; x=abs(sinc(n/2)); stem(n,x);
www.eeworm.com/read/209631/15216217

readme

Hspice Toolbox for Matlab: written by Mike Perrott at Silicon Laboratories, 1999 no warranty or support provided Documentation: document.pdf Files: loadsig.mexsol: mexfi
www.eeworm.com/read/209621/15216378

m ip_01_01.m

% MATLAB script for Illustrative Problem 1, Chapter 1. n=[-20:1:20]; x=abs(sinc(n/2)); stem(n,x);