代码搜索:Matlab仿真

找到约 10,000 项符合「Matlab仿真」的源代码

代码结果 10,000
www.eeworm.com/read/375337/9363688

m aaexponentialpdf.m

function[x,m,sd]=aaexponentialpdf(b,N) %function[x,m,sd]=aaexponentialpdf(b,N) for i=1:N x(i)=-b*log(rand);%log is MATLAB function that gives end; %the natural algorithm; m
www.eeworm.com/read/178482/9394775

txt readme.txt

基于matlab的简易OCR程序。 具体可参加该文件夹内的CS585 Fall 1998 Project One.....
www.eeworm.com/read/374560/9396456

m imload.m

function [A] = imload(imname,nrows,nclmns) % The function loads an image in matlab. % Usage: A = IMLOAD ('IMNAME', NROWS, NCLMNS) % where A: image in a matrix % IMNAME: name of the image f
www.eeworm.com/read/178347/9406827

txt readme_fft_fxp16.txt

**************************************************************************** ADSP-TS101S and ADSP-TS201S Fast Fourier Transforms in fixed point format Analog Devices, Inc. DSP Division Three
www.eeworm.com/read/374042/9422824

m addmypath.m

addpath d:/users/jang/matlab/toolbox/utility addpath d:/users/jang/matlab/toolbox/dcpr addpath d:/users/jang/matlab/toolbox/audioProcessing addpath d:/users/jang/matlab/toolbox/miditoolbox
www.eeworm.com/read/177981/9425131

m fil.m

function [out]=fil(in,f); % % Filters the data using a first order filter % % [out]=fil(in,f); % % f is a vector containing the filter constants % % Updated to use MATLAB's built in filter rou
www.eeworm.com/read/373828/9433297

c sin1500matl.c

//Sin1500MATL.c Generates sine from table created with MATLAB #include "sin1500.h" //sin(1500) created with MATLAB short i=0; interrupt void c_int11() { output_sample(sin1500[i]); //o
www.eeworm.com/read/373828/9434014

c sin1500matl.c

//Sin1500MATL.c Generates sine from table created with MATLAB #include "sin1500.h" //sin(1500) created with MATLAB short i=0; interrupt void c_int11() { output_sample(sin1500[i]); //o
www.eeworm.com/read/177349/9458548

m finish.m

button = questdlg('Ready to quit?', ... 'Exit Dialog','Yes','No','No'); switch button case 'Yes', disp('Exiting MATLAB'); %Save variables to matlab.mat save
www.eeworm.com/read/177101/9469705

txt readme.txt

基于matlab的简易OCR程序。 具体可参加该文件夹内的CS585 Fall 1998 Project One.....