代码搜索:pha

找到约 824 项符合「pha」的源代码

代码结果 824
www.eeworm.com/read/446358/7580930

m ex9_4.m

close all;clear all;clc; code=[1,1,1,0,1,0,1];%7位巴克码 tao=10e-6;%脉冲宽度10us fc=0.5e6;%调频信号起始频率 fs=10e6;%采样频率l00MHz B=1e6;%调频信号带宽 t_tao=0:1/fs:tao-1/fs; N=length(t_tao); k=B/fs*2*pi/max(t_tao); n
www.eeworm.com/read/398351/7992435

m ex9_4.m

close all;clear all;clc; code=[1,1,1,0,1,0,1];%7位巴克码 tao=10e-6;%脉冲宽度10us fc=0.5e6;%调频信号起始频率 fs=10e6;%采样频率l00MHz B=1e6;%调频信号带宽 t_tao=0:1/fs:tao-1/fs; N=length(t_tao); k=B/fs*2*pi/max(t_tao); n
www.eeworm.com/read/398351/7992729

m ex9_4.m

close all;clear all;clc; code=[1,1,1,0,1,0,1];%7位巴克码 tao=10e-6;%脉冲宽度10us fc=0.5e6;%调频信号起始频率 fs=10e6;%采样频率l00MHz B=1e6;%调频信号带宽 t_tao=0:1/fs:tao-1/fs; N=length(t_tao); k=B/fs*2*pi/max(t_tao); n
www.eeworm.com/read/323358/13343071

c dft的51程序.c

#include #include #include float xdata tab_cos[128]; float xdata tab_sin[128]; float xdata tab_wave[128]; float xdata tab_dftR[128]; float xdata tab_dftI[128];
www.eeworm.com/read/317706/13499265

m chanshengfashexinhao.m

close all;clear all ; clc; %%%%%%%%%%产生雷达发射信号%%%%%%%%%%%%%% code={1,1,1,1,1,-1,-1,1,1,-1,1,-1,1}; %13位巴克码 tao=10e-6; %脉冲宽度1μs fc=28e6; %调频信号起始频率 f0=30e6; fs=100e6; %采样频率 ts=1/fs; B=
www.eeworm.com/read/306358/13745922

m ex9_4.m

close all;clear all;clc; code=[1,1,1,0,1,0,1];%7位巴克码 tao=10e-6;%脉冲宽度10us fc=0.5e6;%调频信号起始频率 fs=10e6;%采样频率l00MHz B=1e6;%调频信号带宽 t_tao=0:1/fs:tao-1/fs; N=length(t_tao); k=B/fs*2*pi/max(t_tao); n
www.eeworm.com/read/302325/13837730

m ex9_4.m

close all;clear all;clc; code=[1,1,1,0,1,0,1];%7位巴克码 tao=10e-6;%脉冲宽度10us fc=0.5e6;%调频信号起始频率 fs=10e6;%采样频率l00MHz B=1e6;%调频信号带宽 t_tao=0:1/fs:tao-1/fs; N=length(t_tao); k=B/fs*2*pi/max(t_tao); n
www.eeworm.com/read/302325/13837829

m ex9_4.m

close all;clear all;clc; code=[1,1,1,0,1,0,1];%7位巴克码 tao=10e-6;%脉冲宽度10us fc=0.5e6;%调频信号起始频率 fs=10e6;%采样频率l00MHz B=1e6;%调频信号带宽 t_tao=0:1/fs:tao-1/fs; N=length(t_tao); k=B/fs*2*pi/max(t_tao); n
www.eeworm.com/read/343632/11938026

m zhunhe.m

%混合调制信号的脉内信号频谱(7位巴克码和线性调频混合) close all;clear all;clc; code=[1,1,1,0,1,0,1]; %7位巴克码 tao=10e-6; %脉冲宽度10us fc=0.5e6; %调频信号的起始频率 fs=10e6; %采样频率100MHz B=1e6; %调频信号的带宽 t_tao=0:1/fs:tao-1/
www.eeworm.com/read/160828/10494885

asm main.asm

;;============================================================================== ;; Progarm For K2 ;; Version: 0.1a ;; Author :Wu Wen Hui ;; Date :2002/11/23 ;;=================================