代码搜索:MatLab

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

代码结果 10,000
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/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