代码搜索:Normalized

找到约 4,216 项符合「Normalized」的源代码

代码结果 4,216
www.eeworm.com/read/245816/12779825

m fmlin.m

function [y,iflaw]=fmlin(N,fnormi,fnormf,t0); %FMLIN Signal with linear frequency modulation. % [Y,IFLAW]=FMLIN(N,FNORMI,FNORMF,T0) generates a linear frequency % modulation. % The phase of this mod
www.eeworm.com/read/245379/12801710

m polysimu1.m

clear all freq=0.1; xx= exp(j*2*pi*(0:2499)*freq); figure(1) subplot(6,2,1) d_in=zeros(1,100); plot(0:99,real(d_in)); grid axis([0 100 -1.1 1.1]); subplot(6,2,3) d_1=zeros(1,100); plot(0:0.
www.eeworm.com/read/331806/12807215

asv gongju.asv

clc;clear h1=figure('menubar','none'); m=uicontrol(h1,'style','edit','max','3,'min',1,'string',['Matlab与数字信号处理 ','大作业'],'fontsize',30,... 'units','normalized','position',... [0.1 0.3 0.8 0.6
www.eeworm.com/read/331806/12807221

m gongju.m

clc;clear h1=figure('menubar','none'); m=uicontrol(h1,'style','edit','string','Matlab与数字信号处理 ','fontsize',30,'units','normalized','position',... [0.1 0.6 0.8 0.3],'foregroundcolor','r','backg
www.eeworm.com/read/331806/12807233

asv untitled.asv

clc;clear h=figure subplot('Position',... [0.1 0.3 0.8 0.6]) plot(sin(1:10)) m2=uicontrol(h,'style','pushbutton','string','开始','fontsize',18,'units','normalized','position',... [0.1
www.eeworm.com/read/331806/12807245

m three.m

%c) x(n)=cos(0.04*pi*n)+0.2*w(n); 0
www.eeworm.com/read/331806/12807250

m untitled.m

clc;clear h=figure subplot('Position',... [0.1 0.3 0.8 0.6]) plot(sin(1:10)) m2=uicontrol(h,'style','pushbutton','string','上一题','fontsize',18,'units','normalized','position',... [0.1
www.eeworm.com/read/331806/12807282

asv abc.asv

clc;clf % h=figure; m=uicontrol(gcf,'style','pushbutton','string','第 1 题 ','fontsize',20,'units','normalized','position',... [0.1 0.8 0.2 0.1],'foregroundcolor','r','backgroundcolor','y','callb
www.eeworm.com/read/331806/12807310

m five.m

switch b case 'ab' clc,clf subplot('Position', [0.1 0.3 0.8 0.6]) m2=uicontrol(gcf,'style','pushbutton','string','上一题','fontsize',18,'units','normalized','position',...
www.eeworm.com/read/331806/12807340

asv z.asv

% x1=[2 1 1 2];x2=[1 -1 -1 1]; % subplot(321) % stem(circonvt(x1,x2,4)) % hold on % plot(circonvt(x1,x2,4),'r') % % subplot(322) % stem(conv(x1,x2)) % hold on % plot(conv(x1,x2),'r') % %