代码搜索:plot

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

代码结果 10,000
www.eeworm.com/read/405427/11462745

m exa020502.m

%------------------------------------------------------------------------- % exa020502.m, for example 2.5.2 and fig 2.5.6, %------------------------------------------------------------------------
www.eeworm.com/read/405427/11462749

m exa030203fft.m

%---------------------------------------------------------------------------- % exa030203, for example 3.2.5 % to explain how to do DTFT %-----------------------------------------------------------
www.eeworm.com/read/405427/11462759

m exa031101_conv.m

%---------------------------------------------------------------------------- % exa031101_conv.m, for example 3.11.1 % % 不使用“fftfilt"文件,自己编程实现一个长序列和一个短序列的卷积。 %------------------------------------
www.eeworm.com/read/405427/11462766

m exa090501.m

%---------------------------------------------------------------------------- % exa090501.m, for example 9.5.1, %---------------------------------------------------------------------------- clear;
www.eeworm.com/read/405427/11462772

m exa030202.m

%---------------------------------------------------------------------------- % exa030202, for example 3.2.2 and fig 3.2.4 % to explain how to unwrap the phase %------------------------------------
www.eeworm.com/read/405376/11464102

m liu1.m

%实验一 %余弦信号的傅立叶变换 global dt df N t f T %全局变量 close all k=input('取样点数=2^k,k=[10]'); if k==[],k=10;end N=2^k; %采样点数 dt=0.01; %时域采样间隔 df=1/(N*dt);%频域采样间隔 T=N*dt; %截短时间 Bs=N*df/2; %系
www.eeworm.com/read/405376/11464123

m selina.m

%实验一 %余弦信号的傅立叶变换 global dt df N t f T %全局变量 close all N=2^15; %采样点数 % L=64; %每码元的采样点数 % M=N/L; %码元数 M=2^6;%码元数 dt=0.001; %时域采样间隔 df=1/(N*dt);%频域采样间隔 T=N*dt; %截短时间 Bs=N*df/2;
www.eeworm.com/read/405376/11464126

asv selina.asv

%实验一 %余弦信号的傅立叶变换 global dt df N t f T %全局变量 close all N=2^15; %采样点数 % L=64; %每码元的采样点数 % M=N/L; %码元数 M dt=0.001; %时域采样间隔 df=1/(N*dt);%频域采样间隔 T=N*dt; %截短时间 Bs=N*df/2; %系统带宽
www.eeworm.com/read/405260/11467411

html index-all.html

www.eeworm.com/read/405217/11468649

m cfreqz.m

% CFREQZ Function to plot pole-zero plot and transfer function of complex poles % and zeros % % CFREQZ (zeros, poles, k) plots the pole zero diagram and tranfer function specified %