代码搜索:MATlab
找到约 10,000 项符合「MATlab」的源代码
代码结果 10,000
www.eeworm.com/read/191783/8423255
ppt 第5章 matlab绘图.ppt
www.eeworm.com/read/291228/8433882
ppt 第2章 matlab数据.ppt
www.eeworm.com/read/291228/8433887
ppt 第4章 matlab绘图.ppt
www.eeworm.com/read/291222/8433913
txt matlab高通滤波器.txt
%设计高通滤波器
[N,Wc]=buttord()
%估算得到Butterworth高通滤波器的最小阶数N和3dB截止频率Wc
[a,b]=butter(N,Wc,'high'); %设计Butterworth高通滤波器
[h,f]=freqz(); %求数字高通滤波器的频率响应
figure(3);
subplot(221);
plot()); %绘制Butterwo
www.eeworm.com/read/291220/8433922
txt matlab低通滤波器.txt
%写上标题
%设计低通滤波器:
[N,Wc]=buttord()
%估算得到Butterworth低通滤波器的最小阶数N和3dB截止频率Wc
[a,b]=butter(N,Wc); %设计Butterworth低通滤波器
[h,f]=freqz(); %求数字低通滤波器的频率响应
figure(2); % 打开窗口2
subplot(221); %图形显示分割窗口
www.eeworm.com/read/290937/8450111
ppt 第5章 matlab绘图.ppt
www.eeworm.com/read/189712/8457993
ppt 第5章 matlab绘图.ppt
www.eeworm.com/read/189690/8458784
fig inca_matlab_api_demo.fig
www.eeworm.com/read/189690/8458790
m inca_matlab_api_demo.m
function varargout = INCA_MATLAB_API_demo(varargin)
% INCA_MATLAB_API_DEMO M-file for INCA_MATLAB_API_demo.fig
% INCA_MATLAB_API_DEMO, by itself, creates a new INCA_MATLAB_API_DEMO or raises th
www.eeworm.com/read/290645/8469967