版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、目录TOC o 1-4 u 1 方案论证 PAGEREF _Toc13661 21.1 设计实现要求 PAGEREF _Toc25858 21.2 设计方案确定 PAGEREF _Toc4439 22 原理简介 PAGEREF _Toc567 32.1 升压斩波电路 PAGEREF _Toc5871 32.1.1 升压电路原理图 PAGEREF _Toc2033 32.1.2 原理分析 PAGEREF _Toc11756 32.2 三相电压型桥式逆变电路 PAGEREF _Toc20020 42.2.1 逆变电路原理图 PAGEREF _Toc27187 42.2.2 逆变电路原理 PAGER
2、EF _Toc21283 42.3 SPWM逆变器的工作原理 PAGEREF _Toc1850 52.4 Simulink仿真环境 PAGEREF _Toc27954 53 仿真建模 PAGEREF _Toc1992 53.1 斩波电路仿真建模 PAGEREF _Toc6391 63.2 逆变电路仿真建模 PAGEREF _Toc12097 73.3 逆变电源仿真建模 PAGEREF _Toc2258 84 仿真实现 PAGEREF _Toc30978 94.1 斩波电路仿真实现 PAGEREF _Toc31544 94.2 逆变电路仿真实现 PAGEREF _Toc24566 104.3 逆
3、变电源仿真实现 PAGEREF _Toc1162 105 心得体会 PAGEREF _Toc8084 12参考文献 PAGEREF _Toc28824 12附录 逆变电源研究1 方案论证1.1 设计实现要求本次设计要求对逆变电源进行Matlab仿真研究,输入为100V,输出为380V、50Hz三相交流电,采用PWM斩波控制技术,建立Matlab仿真模型并得到实验结果。1.2 设计方案确定由于要求的输出为380V、50Hz三相交流电,显然不能直接由输入的100V直流电逆变产生,需将输入的100V直流电压通过升压斩波电路提高电压,再经过逆变过程及滤波电路得到要求的输出。根据课本所学的,可以采用升压
4、斩波电路和三相电压型桥式逆变电路的组合电路,将升压后的电压作为逆变电路的直流侧,得到三相交流电,同时采用PWM控制技术,使其频率为50HZ。根据对输出电压平均值进行调制的方式不同,斩波电路分为脉冲宽度调制(PWM)、频率调制和混合型三种。在此使用第一种方法,也是应用最多的方法。通过控制开关器件的通断实现电能的储存和释放过程,输出信号为方波,调节脉宽可以控制输出的电压的大小。根据直流侧电源性质不同,逆变电路可分为电压型逆变电路和电流型逆变电路。这里的逆变电路属电压型。采用等腰三角波作为载波,用SPWM进行双极性控制。该电路的输出含有谐波,除了使波形具有对称性减少谐波和简化控制外,还需要专门的滤波
5、电路进行滤波。滤波电路采用RLC滤波电路。直流斩波电路采用PWM斩波控制,输出的方波经过滤波电路后变为直流电送往逆变电路。逆变采用PWM逆变电路,采用SPWM作为调制信号,输出PWM波形,再经过滤波电路得到380V、50Hz三相交流电。系统总体框图如图1-1所示。图1-1 系统总体框图最后通过MATLAB集成环境simulink进行仿真,验证结果。2 原理简介2.1 升压斩波电路2.1.1 升压电路原理图图2-1 升压斩波电路原理图2.1.2 原理分析 假设L值、C值很大,V通时,E向L充电,充电电流恒为I1,同时C的电压向负载供电,因C值很大,输出电压uo为恒值,记为Uo。设V通的时间为to
6、n,此阶段L上积蓄的能量为EI1ton,V断时,E和L共同向C充电并向负载R供电。设V断的时间为toff,则此期间电感L释放能量为 ,稳态时,一个周期T中L积蓄能量与释放能量相等,,化简得。输出电压高于电源电压,故称升压斩波电路,也称之为boost变换器。T与的比值为升压比,将升压比的倒数记作,由于+=1,故。升压斩波电路能使输出电压高于电源电压的原因 :L储能之后具有使电压泵升的作用,并且电容C可将输出电压保持住。2.2 三相电压型桥式逆变电路2.2.1 逆变电路原理图图2-2 三相桥式逆变电路原理图2.2.2 逆变电路原理 该电路采用双极性控制方式,U、V和W三相的PWM控制通常公用一个三
7、角载波,三相的调制信号、和一次相差120。U、V和W各相功率开关器件的控制规律相同,现以U相为例来说明。当时,给上桥臂以导通信号,给下桥臂以关断信号,则U相相对于直流电源假想中点的输出电压。当HelpDemosSimulinkSimPowerSystemsGeneral Demos中的Three-Phase Two-Level PWM Voltage Source Converters。此电路采用了三相逆变桥集成块Universal Bridge 3 arms,滤波电路也已由Three-Phasse Parallel RLC Load模块构成,不需另加滤波电路。在此电路的基础上稍作修改,即构成
8、三相桥式PWM型逆变电路模型,如图3-3所示。其中变压器仅起隔离作用,不对电压进行升降。图3-3 三相桥式PWM型逆变电路模型3.3 逆变电源仿真建模将斩波电路的输出接到逆变电路的输入,就得到逆变电源仿真模型,如图3-4所示。图3-4 逆变电源仿真模型4 仿真实现4.1 斩波电路仿真实现打开斩波电路窗口,根据参考资料设置初试参数,设置时双击元件图标。输入直流电设为100V,开关器件IGBT和二极管Diode使用默认参数。负载R=50 ,电感L=6e-04H(即0.6mH),电容C=3e-05F(即30uF)。设置PWM发生器周期Period为0.0001s,占空比Pulse Width(% o
9、f period)为84.1%,其他参数不变。单击Start simulation按键,开始仿真,双击示波器Scope,观察输出波形图。此时输出波形持续等副震荡,且幅值太高,很不理想。分析知升降压斩波电路中电感和电容值均应很大,将电容值改为500uF(C=5e-04F),电感值为3.8mH,观察波形,如图4-1 所示,输出电压约0.2s后稳定在630V。 图4-1逆变电路仿真波形通过几次调节各元件参数发现,改变电感和电容的值,输出电压稳定值也在变化。电容的作用主要是使输出电压保持住,电容值过小输出波形会持续震荡,应取较大,但过大的电容值会使输出电压稳定的时间太长。根据以上规律反复改变各元件参数
10、,直到得到满意的结果。4.2 逆变电路仿真实现逆变电路中的参数主要有离散PWM生成器(Discrete PWM Generator)中的载波频率(Carrier frequency)、采样时间(Sample time)、调制参数(Modulation index)和输出电压频率(Frequency of output voltage),变压器(Transformer)中的绕组参数(Winding parameters),Three-Phasse Parallel RLC Load模块中的参考点相电压(Nominal phase-to-phase voltage)和频率(Nominal freq
11、uency)。由于要求输出交流电频率为50Hz,上述参数中的频率都应为50Hz。载波频率过小时,输出的波形有些跳动,和正弦波有一定的差距,如图4-2 逆变电路仿真波形所示。图4-2逆变电路仿真波形4.3 逆变电源仿真实现 首先应将斩波电路的输出电压调到630V左右,再对逆变电源进行仿真。反复调节参数知当斩波电路中PWM脉冲生成器的占空比达到84.1%时,输出的直流电压约为630V,此时的波形如图4-5 所示,输出电压先大幅震荡,大约0.2s后,稳定在630V左右。图4-3逆变电源斩波输出波形图4-4 逆变电源输出波形改变逆变电源仿真模型中的参数到要求值,单击Start simulation按键
12、开始仿真,图4-4为逆变电源输出波形。有图可知,逆变电源输出三相交流电相电压波形幅值为311V,各相电压互差120,周期为0.02s即频率为50Hz,满足任务要求。5 心得体会通过本次电力电子技术课程设计,我学会了使用Matlab软件仿真集成环境Simulink进行仿真的基本操作方法,熟悉了用protel画电路图,也对斩波电路、逆变电源的原理有了进一步的理解。电力电子技术是我们非常喜欢的一门课程,学到的知识非常实用,这次课设让我把书本上的理论知识和实际电路仿真联系起来,在增强实践能力的同时,我也学到了运用matlab仿真电力电子电路,以后有很多电路我都可以做出仿真来。在做此次课程设计中,我还是
13、遇到了很多问题的,比如画图时找不到IGBT元件,设定电感电容参数时花了好多时间,仿真时还找不到所需的元件,最后还是通过问同学和上网查资料才完成,还真有点辛苦。Matlab很强大,以后还要继续研究啊!参考文献1王兆安等.电力电子技术.北京:机械工业出版社,20072Matlab/Simulink的系统仿真技术与应用.北京:清华大学出版社,20063王丹力等.Matlab控制系统设计、仿真、应用.北京:中国电力出版社,20074周建兴等. MATLAB从入门到精通.北京:人民邮电出版社,20085陈国呈.PWM逆变技术及应用.北京:中国电力出版社,2007附录一:程序代码(1):clear all
14、;t=-2*pi:0.01:2*pi;y=3*sin(2*t);plot(t,y);xlabel (时间);ylabel(信号强度);title(正弦信号);grid on;axis(-7 7 -3.5 3.5);实验结果:正弦序列:clear all;n=-20:20;y=sin(0.1*pi*n);stem(n,y);xlabel (n);ylabel(信号强度);title(正弦信号序列);axis(-20 20 -3.5 3.5);grid on;输出结果:程序代码(2):fs=100;%设定采样频率N=256;n=0:N-1;t=n/fs;x=sinc(2*pi*t-8); %生成s
15、a信号subplot(311);plot(t,x);%作sa信号的时域波形xlabel(t);ylabel(y);title(sa信号sinc(2*pi*t-8)时域波形);grid on;y=fft(x,N);%进行N点fft变换mag=abs(y);%求幅值f=(0:length(y)-1)*fs/length(y);%进行对应的频率转换subplot(312);plot(f,mag);%做频谱图axis(0,100,0,20);xlabel(频率(Hz);ylabel(幅值);title(sa信号sinc(2*pi*t-8)时域波形幅频谱图N=256);grid on;z=angle(y
16、);subplot(313);plot(f,z);%做相谱图axis(0,100,-5,5);xlabel(频率(Hz);ylabel(角度);title(sa信号sinc(2*pi*t-8)相频图N=256);grid on;波形:程序代码(3):function varargout = two(varargin)% Begin initialization code - DO NOT EDITgui_Singleton = 1;gui_State = struct(gui_Name, mfilename, . gui_Singleton, gui_Singleton, . gui_Open
17、ingFcn, two_OpeningFcn, . gui_OutputFcn, two_OutputFcn, . gui_LayoutFcn, , . gui_Callback, );if nargin & ischar(varargin1) gui_State.gui_Callback = str2func(varargin1);endif nargout varargout1:nargout = gui_mainfcn(gui_State, varargin:);else gui_mainfcn(gui_State, varargin:);end% End initialization
18、code - DO NOT EDIT% - Executes just before erzhi is made visible.function two_OpeningFcn(hObject, eventdata, handles, varargin)% This function has no output args, see OutputFcn.-%接下来是菜单的程序-function file_Callback(hObject, eventdata, handles)-%文件打开程序function open_Callback(hObject, eventdata, handles)
19、name,path=uigetfile(*.bmp,载入图像);if isequal(name,0)|isequal(path,0) errordlg(没有选中文件,出错); return;else x=imread(path,name); axes(handles.axes1); imshow(x); handles.img=x; handles.noise_img=x; guidata(hObject,handles)end-function save_Callback(hObject, eventdata, handles)%文件保存 filename,pathname = uiputf
20、ile(*.bmp,图片保存为);if isequal(filename,pathname,0,0) errordlg(没有保存,出错); return;elsefile=strcat(pathname,filename);(handles.axes2);i=getimage(gca);imwrite(i,file);end-function exit_Callback(hObject, eventdata, handles)clc;close all;close(gcf);-%编辑菜单的程序-function edit_Callback(hObject, eventdata, handles
21、)-function huidu_Callback(hObject, eventdata, handles)%灰度处理axes(handles.axes2);if isrgb(handles.img) y=rgb2gray(handles.img); %RGBimshow(y);else msgbox(这已经是灰度图像,转换失败);end -function liangdu_Callback(hObject, eventdata, handles)%亮度处理 prompt=输入参数1,输入参数2,输入gamma; defans=0 0.7,0 1,1; p=inputdlg(prompt,输入
22、参数,1,defans); p1=str2num(p1); p2=str2num(p2); p3=str2num(p3); gamma=p3; x=(handles.img); y=imadjust(x,p1,p2,gamma); axes(handles.axes2); imshow(y);-function jietu_Callback(hObject, eventdata, handles)%截图set(handles.axes2,HandleVisibility,ON);axes(handles.axes2);y=imcrop(handles.img);imshow(y); handl
23、es.Timage=y;-function fangda_Callback(hObject, eventdata, handles)-function lingjz_Callback(hObject, eventdata, handles)%邻近插值放大axes(handles.axes2);prompt=输入放大倍数:;defans=2;p=inputdlg(prompt,输入放大倍数,1,defans);p1=str2num(p1);y=imresize(handles.img,p1,nearest); %最近邻插值法放大imshow(y);-function shuangxianfa_C
24、allback(hObject, eventdata, handles)%双线放大axes(handles.axes2);prompt=输入放大倍数:;defans=2;p=inputdlg(prompt,输入放大倍数,1,defans);p1=str2num(p1);y=imresize(handles.img,p1,bilinear); %最近邻插值法放大imshow(y); -function shuangsanci_Callback(hObject, eventdata, handles)%双三次放大axes(handles.axes2);prompt=输入放大倍数:;defans=2
25、;p=inputdlg(prompt,输入放大倍数,1,defans);p1=str2num(p1);y=imresize(handles.img,p1,bicubic); imshow(y);-function suoxiao_Callback(hObject, eventdata, handles)%邻近插值缩小 axes(handles.axes2); prompt=输入放大倍数:; defans=0.2; p=inputdlg(prompt,输入放大倍数,1,defans);p1=str2num(p1);y=imresize(handles.img,p1,nearest); %最近邻插
26、值法缩小 imshow(y);-function shuangxian_Callback(hObject, eventdata, handles)%双线性缩小axes(handles.axes2);prompt=输入放大倍数:;defans=0.2;p=inputdlg(prompt,输入放大倍数,1,defans);p1=str2num(p1);y=imresize(handles.img,p1,bilinear); %最近邻插值法缩小imshow(y); -function shuangsancisuox_Callback(hObject, eventdata, handles)%双三次缩
27、小axes(handles.axes2);prompt=输入放大倍数:;defans=0.2;p=inputdlg(prompt,输入放大倍数,1,defans);p1=str2num(p1);y=imresize(handles.img,p1,bicubic); imshow(y); -function xuanzhuan_Callback(hObject, eventdata, handles)-function updown_Callback(hObject, eventdata, handles)%上下翻转axes(handles.axes2);x=(handles.img);if i
28、srgb(handles.img) for k=1:3 y(:,:,k)=flipud(x(:,:,k);%上下翻转函数endimshow(y);else x=(handles.img); y=flipud(x); imshow(y);end-function leftright_Callback(hObject, eventdata, handles)%左右翻转axes(handles.axes2);if isrgb(handles.img) x=(handles.img);for k=1:3 y(:,:,k)=fliplr(x(:,:,k);%左右翻转函数endimshow(y);else
29、 x=(handles.img); y=fliplr(x); imshow(y);end-function zeft90_Callback(hObject, eventdata, handles)%左转90度axes(handles.axes2);x=(handles.img);y=imrotate(x,90); imshow(y);-function right90_Callback(hObject, eventdata, handles)%右转90度axes(handles.axes2);x=(handles.img);y=imrotate(x,-90); imshow(y);-funct
30、ion other_Callback(hObject, eventdata, handles)%任意角度旋转axes(handles.axes2);prompt=输入参数1:;defans=30;p=inputdlg(prompt,输入参数,1,defans);p1=str2num(p1);y=imrotate(handles.img,p1); imshow(y);-function gs_Callback(hObject, eventdata, handles)%加入高斯噪声 axes(handles.axes2); prompt=输入参数1:,输入参数2; defans=0,0.02; p
31、=inputdlg(prompt,输入参数,1,defans); p1=str2num(p1); p2=str2num(p2); y=imnoise(handles.img,gaussian,p1,p2);imshow(y);handles.noise_img=y; guidata(hObject,handles);-function jy_Callback(hObject, eventdata, handles)%加入椒盐噪声prompt=输入参数1:; %对话框的设置,用户输入的是字符串defans=0.02; %缺省值p=inputdlg(prompt,输入参数,1,defans); p
32、1=str2num(p1); %字符串转化为数值xes2);x=(handles.img);y=imnoise(x,salt & pepper,p1); imshow(y);handles.noise_img=y;guidata(hObject,handles);-function cx_Callback(hObject, eventdata, handles)%加入乘性噪声 axes(handles.axes2);prompt=输入参数1:;defans=0.02;p=inputdlg(prompt,输入参数,1,defans);p1=str2num(p1);y=imnoise(handle
33、s.img,speckle,p1);imshow(y); handles.noise_img=y;guidata(hObject,handles);-function zhifangtutongji_Callback(hObject, eventdata, handles)-function red_Callback(hObject, eventdata, handles)%R直方图set(handles.axes2,HandleVisibility,ON);axes(handles.axes2);mg(:,:,1); %直方图统计x1=x(1:10:256);horz=1:10:256;ba
34、r(horz,x1);set(handles.axes2,xtick,0:50:255);-function gray_Callback(hObject, eventdata, handles)%G直方图,HandleVisibility,ON);axes(handles.axes2);if isrgb(handles.img) x=imhist(handles.img(:,:,2); %直方图统计x1=x(1:10:256);horz=1:10:256;bar(horz,x1);set(handles.axes2,xtick,0:50:255);else msgbox(这是灰度图像,旋转失败
35、);end-function blue_Callback(hObject, eventdata, handles)%B直方图set(handles.axes2,HandleVisibility,ON);axes(handles.axes2);if isrgb(handles.img) x=imhist(handles.img(:,:,3); %直方图统计x1=x(1:10:256);horz=1:10:256;bar(horz,x1);%axis(0 255 0 150000);set(handles.axes2,xtick,0:50:255);%set(handles.axes2,ytick
36、,0:2000:15000);else msgbox(这是灰度图像,旋转失败);end-function junheng_Callback(hObject, eventdata, handles)%直方图均衡set(handles.axes2,HandleVisibility,ON);axes(handles.axes2);if isrgb(handles.img) a=histeq(handles.img(:,:,1); b=histeq(handles.img(:,:,2); c=histeq(handles.img(:,:,3); k(:,:,1)=a; k(:,:,2)=b; k(:,
37、:,3)=c; imshow(k);elseh=histeq(handles.img); %直方图均衡imshow(h);end-%频谱分析-function pinpu_Callback(hObject, eventdata, handles)-function pinputu_Callback(hObject, eventdata, handles)%显示频谱图axes(handles.axes2);x=(handles.img);if isrgb(x) m=fft2(x(:,:,1); y=fftshift(m); imshow(log(abs(y),);else m=fft2(x);
38、y=fftshift(m); imshow(log(abs(y),);end-function frequency_Callback(hObject, eventdata, handles)%低通滤波器axes(handles.axes2);x=(handles.img);if isrgb(x) msgbox(这是彩色图像,不能通过低通滤波器,失败);elsey1=imnoise(x,salt & pepper); % 叠加椒盐噪声f=double(y1); % 数据类型转换,MATLAB不支持图像的无符号整型的计算g=fft2(f); % 傅立叶变换g=fftshift(g); % 转换数据
39、矩阵M,N=size(g);nn=2; % 二阶巴特沃斯(Butterworth)低通滤波器d0=10; %截止频率为10m=fix(M/2); n=fix(N/2);for i=1:M for j=1:N d=sqrt(i-m)2+(j-n)2); h=1/(1+0.414*(d/d0)(2*nn); % 计算低通滤波器传递函数 result(i,j)=h*g(i,j); endendresult=ifftshift(result);y2=ifft2(result);y3=uint8(real(y2);imshow(y3); % 显示滤波处理后的图像end-function gaotong_
40、Callback(hObject, eventdata, handles)%高通滤波器axes(handles.axes2);x=(handles.img);if isrgb(x) msgbox(这是彩色图像,不能通过高通滤波器,失败);elsey1=imnoise(x,gaussian); %加高斯噪声f=double(y1); % 数据类型转换k=fft2(f); % 傅立叶变换g=fftshift(k); % 转换数据矩阵M,N=size(g);nn=2;d0=3; %截止频率为3m=fix(M/2); n=fix(N/2);for i=1:M for j=1:N d=sqrt(i-m)
41、2+(j-n)2); % 计算高通滤波器传递函数 if d=d0 h=0; else h=1; end result(i,j)=h*g(i,j); endendresult=ifftshift(result);y2=ifft2(result);y3=uint8(real(y2);imshow(y3); end-%接下来这段程序是灰度图像处理程序-function huiduchuli_Callback(hObject, eventdata, handles)-function erzhituxiang_Callback(hObject, eventdata, handles)%二值图像axes
42、(handles.axes2);x=(handles.img);if isrgb(x) msgbox(这是彩色图像,不能转换为二值图像,转换失败);elsej=im2bw(x);imshow(j);end-function tuxiangfushi_Callback(hObject, eventdata, handles)%图像腐蚀axes(handles.axes2);mg);if isrgb(x) msgbox(这是彩色图像,不能进行图像腐蚀,失败);elsej=im2bw(x);se=eye(5);bw=bwmorph(j,erode);imshow(bw);end-function s
43、uoyintuxiang_Callback(hObject, eventdata, handles)%创建索引图像axes(handles.axes2);x=(handles.img);if isrgb(x) msgbox(这是彩色图像,不能创建索引图像,创建失败);elsey=grayslice(x,16);axes(handles.axes2);imshow(y,jet(16);end-%这段是颜色模型的转换-function ysmx_Callback(hObject, eventdata, handles)-function hsv_Callback(hObject, eventdat
44、a, handles)%RGB图像转HSVaxes(handles.axes2);x=(handles.img);if isrgb(x) HSV=rgb2hsv(x); imshow(HSV);else msgbox(这是灰度图像,不能转换,转换失败);end-function ntsc_Callback(hObject, eventdata, handles)%RGB转NTSCaxes(handles.axes2);x=(handles.img);if isrgb(x)ntsc=rgb2ntsc(x);imshow(ntsc);else msgbox(这是灰度图像,不能转换,转换失败);en
45、d-function ycbcr_Callback(hObject, eventdata, handles)%RGB转YCBCRaxes(handles.axes2);x=(handles.img);if isrgb(x)ycbcr=rgb2ycbcr(x);imshow(ycbcr);else msgbox(这是灰度图像,不能转换,转换失败);end-%这是滤波程序-function lvbo_SelectionChangeFcn(hObject, eventdata, handles)str=get(hObject,string);set(handles.axes2,HandleVisib
46、ility,ON);axes(handles.axes2);i=handles.noise_img;if isrgb(i) a=handles.noise_img(:,:,1);b=handles.noise_img(:,:,2);c=handles.noise_img(:,:,3);switch str case 中值滤波 k(:,:,1)=medfilt2(a); k(:,:,2)=medfilt2(b); k(:,:,3)=medfilt2(c); imshow(k) case 自适应滤波 k(:,:,1)=wiener2(a,5,5); k(:,:,2)=wiener2(b,5,5);
47、 k(:,:,3)=wiener2(c,5,5); imshow(k); case平滑滤波 k(:,:,1)=filter2(fspecial(average,3),a)/255; k(:,:,2)=filter2(fspecial(average,3),b)/255; k(:,:,3)=filter2(fspecial(average,3),c)/255; imshow(k);endelseswitch str case 中值滤波 k=medfilt2(handles.noise_img); imshow(k) case 线性滤波 h=1 1 1;1 1 1;1 1 1; H=h/9; m=
48、double(handles.noise_img); k=conv2(m,h); imshow(k,); case 自适应滤波 k=wiener2(handles.noise_img,5,5); imshow(k); case平滑滤波 k=filter2(fspecial(average,3),handles.noise_img)/255; imshow(k);endend-%这是亮度滑动条的程序-function ld_Callback(hObject, eventdata, handles)axes(handles.axes2);x=(handles.img);handles.beta=g
49、et(handles.ld,value);handles.gm=get(handles.gamma,value);y=imadjust(x,0 handles.beta,0 1,handles.gm); imshow(y);% - Executes during object creation, after setting all properties.function ld_CreateFcn(hObject, eventdata, handles)if isequal(get(hObject,BackgroundColor), get(0,defaultUicontrolBackgroun
50、dColor) set(hObject,BackgroundColor,.9 .9 .9);end-% - Executes on slider movement.function gamma_Callback(hObject, eventdata, handles)axes(handles.axes2);x=(handles.img);handles.gm=get(handles.gamma,value);handles.beta=get(handles.ld,value);y=imadjust(x,0 handles.beta,0 1,handles.gm); imshow(y);% -
51、Executes during object creation, after setting all properties.function gamma_CreateFcn(hObject, eventdata, handles)if isequal(get(hObject,BackgroundColor), get(0,defaultUicontrolBackgroundColor) set(hObject,BackgroundColor,.9 .9 .9);end-附录二Switching Power Supply Development TrackDevelopment of switc
52、hing power supply (Review Xuanlan) switching power supply (hereinafter referred to switch power) to replace the linear regulator power transistors (hereinafter referred to the linear power) has 30 years of history, is the earliest the series switching power supply, its main Linear power supply topol
53、ogies and similar, but the power transistor to switch to a later state PWM (PWM) control techniques have been developed for the control switch converters, by PWM switching power supply, it is characterized by using 20 kHz frequency or pulse PWM a PWM switching power supply efficiency is about 65 to
54、70 percent, while the efficiency of linear power only 30 of a 40 per cent. In the event of the worlds energy crisis, caused people to a wide range of customs. Linear power supply works in the frequency, the frequency used for the 20 kHZ the PWM switching power supply alternatives, could significantl
55、y conserve energy and power technology in the history of the development called 20 kHZ revolution. With ULSI chip size decreases, the size and power is much greater than the microprocessor; spacecraft, submarines, military power and switch the batteries used portable electronic devices (such as mobi
56、le computers, mobile phones, etc.) need more small , Lightweight power. Hence the switch to power a small light requirements, including magnetic components and capacitors the size of small weight. In addition switching power supply requirements to higher efficiency, better performance, reliability,
57、and so on. Chinas switching power supply from Chinas history of the development process of switching power supply can understand the international development of a switching power supply side, although generally speaking, Chinas level of technological development with the international advanced leve
58、l in an average of 5 to 10 gap. 1970s, I join in black and white TV sets, small and medium-sized computer in the beginning of 5 V ,20-200A, 20kHZ AC-DC switching power supply. 1980s into mass production and extensive application stage and Development of 0.5 5 MHz quasi-resonant soft-switching power
59、supply. In the 1980s, Chinas communications (such as the switch-Note) in the AC-DC power supply and DC-DC switching power supply in the area of application is still relatively low proportion of six. The end of the 1980s large-scale upgrading of Chinas communication power, the traditional ferromagnet
60、ic regulator - Rectifier and SCR (Thyristor, formerly known as SCR components) Phased power supply for high-power (48 V, 6kw) AC-DC Switching Power Supply (often referred to as communications systems switch Rectifier SMR) by substituting, and started in the office automation equipment in the applica
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 政务大厅教育培训制度
- 政府采购绩效考核制度
- 教育培训员工奖惩制度
- 教育培训暂行管理制度范本
- 教育培训行业员工制度
- 教育局学校安全培训制度
- 敬老院员工绩效考核制度
- 文联系统审计制度
- 施工企业财务部规章制度
- 日内回转交易风控制度
- 英语基础语音知识课件
- 实习护士第三方协议书
- 《云南教育强省建设规划纲要(2024-2035年)》解读培训
- 评审专家聘任协议书
- 民宿委托经营管理协议合同书
- 2024-2025学年鲁教版(五四学制)(2024)初中英语六年级下册(全册)知识点归纳
- 2025全国市场监督管理法律知识竞赛测试题库(含答案解析)
- 金融企业呆账核销管理办法(2024年)
- 设备验证培训
- 2025年湖北省八市高三(3月)联考政治试卷(含答案详解)
- 《趣味学方言》课件
评论
0/150
提交评论