代码搜索:Matlab仿真
找到约 10,000 项符合「Matlab仿真」的源代码
代码结果 10,000
www.eeworm.com/read/144351/12801308
m q511.m
%《MATLAB在电子信息课程中的应用》第五章例5.11程序q511
% 有受控源的交流电路:戴维南定理
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
clear, format compact
R1=4;R2=2;R3=2; % 设定元件参数
Xl1=10;Xl2=8;XM=4;Xc=8;
Us=10;Is=10; % 设定信号源参数
Y1
www.eeworm.com/read/144013/12823695
m exa090702.m
% -------------------------------------------------------------------
% exa090702.m, for example 9.7.2 and fig 9.7.2
% 连续小波变换。noissin 是MATLAB中带噪声的正弦信号。
% 本程序给出的是连续小波变换的灰度图表示。
%--------------------
www.eeworm.com/read/331444/12827940
-macreadme
MacReadMe
How to compile a MEX file for Macintosh
(Based on a similar note written by David Brainard and Denis Pelli to accompany the Psychophysics Toolbox.)
A MEX file (short for "MATLAB extension")
www.eeworm.com/read/331439/12828612
m ctranspose.m
function t = ctranspose(a)
% ' Quaternion conjugate transpose.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/331439/12828618
m times.m
function q = times(l, r)
% .* Array multiply.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/331439/12828641
m fprintf.m
function count = fprintf(FID, format, A)
% FPRINTF Write formatted data to file.
% (Quaternion overloading of standard Matlab function.)
%
% Only one quaternion argument is permitted, unlike the stand
www.eeworm.com/read/331439/12828647
m cos.m
function Y = cos(X)
% COS Cosine.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/331439/12828729
m tan.m
function Y = tan(X)
% TAN Tangent.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/331439/12828732
m sin.m
function Y = sin(X)
% SIN Sine.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/331439/12828760
m uplus.m
function u = uplus(a)
% + Unary plus.
% (Quaternion overloading of standard Matlab function.)
% Copyright