代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/427299/8953041
m rtdx_matlabfft.m
%RTDX_matlabFFT.m MATLAB-DSK interface with loop. Calls CCS,
%loads .out file. Data from DSK to MATLAB for FFT and plotting
ccsboardinfo %board info
cc=ccsdsp('boardnum',0); %setup CCS
www.eeworm.com/read/383261/8958937
txt readme.txt
MatLab ECG Processing
Demo for Win32
I. How to use:
1. Copy files
ecgdemo.m ,
ecgdemomex.dll ,
www.eeworm.com/read/383163/8966226
readme
The contents of this directory are wrapper MEX functions that interface
libmseed functionality with Matlab and GNU Octave.
A help message is included for each function interface wrapper, simply
typi
www.eeworm.com/read/426674/9004800
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/382340/9034993
m q510.m
%《MATLAB在电子信息课程中的应用》第五章例5.10程序q510
% 有受控源的交流电路:戴维南定理
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
clear, format compact
Z1=-j*250;Z2=250;ki=0.5;Is=2; % 设定元件参数
a11=1/Z1+1/Z2;a12=-1/Z2;a13=0; % 设定系数矩阵A
www.eeworm.com/read/382340/9035006
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/382086/9050040
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/184939/9064260
m daubcomp.m
% 应用小波压缩和滤波.
% 应用小波工具箱分解信号.压缩分解信号然后又重构.该程序使用了两个关键的<mark>MATLAB</mark>命令wavedec和waverec分别用于分解和重构.
% 本程序可使用不同的小波基.此处使用了Daubechies的仅4个系数的小波(表示为db2小波).也可使用更高级数的Daubechies小波(表示为dbn,这里的n是从1到50的整数,n=1即Haar小波).
% 程序的输入 ...
www.eeworm.com/read/282428/9094383
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/381363/9096032
hlp export.hlp
Export
The Export item of the File menu allows the user to write image
files with formats other than Nanoscope III. The current choices are:
TIFF - the Tagged Image File Format
GIF - the Gra