【滤波器】基于matlab实现微波带低通高通带通滤波器设计

简介: 【滤波器】基于matlab实现微波带低通高通带通滤波器设计
+关注继续查看

✅作者简介:热爱科研的Matlab仿真开发者,修心和技术同步精进,matlab项目合作可私信。

🍎个人主页:Matlab科研工作室

🍊个人信条:格物致知。

更多Matlab仿真内容点击👇

智能优化算法  神经网络预测 雷达通信 无线传感器

信号处理 图像处理 路径规划 元胞自动机 无人机 电力系统

⛄ 内容介绍

为了进一步优化滤波器设计.便于及时调整滤波器的参数,提出了基于MATLAB平台利用滤波器设计与分析工具箱设计数字滤波器.阐述了数字滤波器的基本原理和滤波器设计的操作步骤,并进行仿真模拟.结果表明:所设计的滤波器可以有效抑制干扰信号,提高信噪比;设计过程快速简单,方便根据实际需求调整滤波器的参数,适用于工程实践中.

⛄ 部分代码

function varargout = untitled(varargin)

% UNTITLED MATLAB code for untitled.fig

%      UNTITLED, by itself, creates a new UNTITLED or raises the existing

%      singleton*.

%

%      H = UNTITLED returns the handle to a new UNTITLED or the handle to

%      the existing singleton*.

%

%      UNTITLED('CALLBACK',hObject,eventData,handles,...) calls the local

%      function named CALLBACK in UNTITLED.M with the given input arguments.

%

%      UNTITLED('Property','Value',...) creates a new UNTITLED or raises the

%      existing singleton*.  Starting from the left, property value pairs are

%      applied to the GUI before untitled_OpeningFcn gets called.  An

%      unrecognized property name or invalid value makes property application

%      stop.  All inputs are passed to untitled_OpeningFcn via varargin.

%

%      *See GUI Options on GUIDE's Tools menu.  Choose "GUI allows only one

%      instance to run (singleton)".

%

% See also: GUIDE, GUIDATA, GUIHANDLES


% Edit the above text to modify the response to help untitled


% Last Modified by GUIDE v2.5 06-Jan-2021 17:02:22


% Begin initialization code - DO NOT EDIT

gui_Singleton = 1;

gui_State = struct('gui_Name',       mfilename, ...

                   'gui_Singleton',  gui_Singleton, ...

                   'gui_OpeningFcn', @untitled_OpeningFcn, ...

                   'gui_OutputFcn',  @untitled_OutputFcn, ...

                   'gui_LayoutFcn',  [] , ...

                   'gui_Callback',   []);

if nargin && ischar(varargin{1})

    gui_State.gui_Callback = str2func(varargin{1});

end


if nargout

    [varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});

else

    gui_mainfcn(gui_State, varargin{:});

end

% End initialization code - DO NOT EDIT



% --- Executes just before untitled is made visible.

function untitled_OpeningFcn(hObject, eventdata, handles, varargin)

% This function has no output args, see OutputFcn.

% hObject    handle to figure

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

% varargin   command line arguments to untitled (see VARARGIN)


% Choose default command line output for untitled

handles.output = hObject;


% Update handles structure

guidata(hObject, handles);


% UIWAIT makes untitled wait for user response (see UIRESUME)

% uiwait(handles.figure1);



% --- Outputs from this function are returned to the command line.

function varargout = untitled_OutputFcn(hObject, eventdata, handles) 

% varargout  cell array for returning output args (see VARARGOUT);

% hObject    handle to figure

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)


% Get default command line output from handles structure

varargout{1} = handles.output;



% --- Executes on button press in pushbutton1.

function pushbutton1_Callback(hObject, eventdata, handles)

% hObject    handle to pushbutton1 (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)



% --- Executes on button press in pushbuton2.

function pushbutton2_Callback(hObject, eventdata, handles)

% hObject    handle to pushbutton2 (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

%open('ditong.fig'); %result为新窗口名

c=ditong;

set(c,'Visible','on');

% --- Executes on button press in pushbutton3.

function pushbutton3_Callback(hObject, eventdata, handles)

% hObject    handle to pushbutton3 (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

c=gaotong;

set(c,'Visible','on');

% --- Executes on button press in pushbutton4.

function pushbutton4_Callback(hObject, eventdata, handles)

% hObject    handle to pushbutton4 (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

c=daitong;

set(c,'Visible','on');

⛄ 运行结果

image

image

image

⛄ 参考文献

[1]秦聪. 基于matlab的高阶带通滤波器的设计与仿真[J]. 黑龙江科技信息, 2011(16):1.

[2]王鹏. 基于MATLAB的高通滤波器设计[J]. 中国科技信息, 2012(19):2.

❤️ 关注我领取海量matlab电子书和数学建模资料
❤️部分理论引用网络文献,若有侵权联系博主删除



相关文章
|
11月前
|
机器学习/深度学习 传感器 算法
基于Matlab模拟偶极子天线设计
基于Matlab模拟偶极子天线设计
|
11月前
|
算法
m基于matlab的BTS天线设计,带GUI界面
m基于matlab的BTS天线设计,带GUI界面
101 0
m基于matlab的BTS天线设计,带GUI界面
|
12月前
|
机器学习/深度学习 传感器 算法
基于加权人工鱼群算法的深空天线定位PID控制器优化设计附matlab代码
基于加权人工鱼群算法的深空天线定位PID控制器优化设计附matlab代码
|
12月前
|
算法
m基于Matlab的fir和iir数字滤波器的设计与仿真
m基于Matlab的fir和iir数字滤波器的设计与仿真
284 0
m基于Matlab的fir和iir数字滤波器的设计与仿真
|
12月前
|
算法 异构计算
m基于FPGA和MATLAB的数字CIC滤波器设计和实现
m基于FPGA和MATLAB的数字CIC滤波器设计和实现
195 0
m基于FPGA和MATLAB的数字CIC滤波器设计和实现
|
12月前
锅炉汽包温度控制系统设计(过程控制课程设计matlab/simulink)
锅炉汽包温度控制系统设计(过程控制课程设计matlab/simulink)
255 0
锅炉汽包温度控制系统设计(过程控制课程设计matlab/simulink)
|
12月前
|
算法
双容水箱液位模糊PID控制系统设计与仿真(Matlab/Simulink)
双容水箱液位模糊PID控制系统设计与仿真(Matlab/Simulink)
481 0
双容水箱液位模糊PID控制系统设计与仿真(Matlab/Simulink)
|
12月前
|
语音技术
感应电机直接转矩控制系统的设计与仿真(运动控制matlab/simulink)
感应电机直接转矩控制系统的设计与仿真(运动控制matlab/simulink)
205 0
感应电机直接转矩控制系统的设计与仿真(运动控制matlab/simulink)
|
12月前
|
数据挖掘
前馈-反馈控制系统设计(过程控制课程设计matlab/simulink)
前馈-反馈控制系统设计(过程控制课程设计matlab/simulink)
432 0
前馈-反馈控制系统设计(过程控制课程设计matlab/simulink)
|
12月前
|
机器学习/深度学习 传感器 算法
【滤波器】基于Matlab设计巴斯 切比雪夫 椭圆 低通高通带通带阻数字滤波器附GUI界面
【滤波器】基于Matlab设计巴斯 切比雪夫 椭圆 低通高通带通带阻数字滤波器附GUI界面
相关产品
机器翻译
推荐文章
更多