代码搜索:Local
找到约 10,000 项符合「Local」的源代码
代码结果 10,000
www.eeworm.com/read/396502/8102654
c vxdot_mex.c
/*
* MATLAB Compiler: 2.1
* Date: Wed Oct 17 16:15:00 2001
* Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on"
* "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ
www.eeworm.com/read/302325/13837715
m ex9_11.m
lear all;
close all;
clc;
t=10e-6;
fs=40e6;
ts=1/fs;
fc=9e6;
f0=10e6;
B=2e6;
ft=0:1/fs:t-1/fs;
N=length(ft);
k=B/fs*2*pi/max(ft);
y=modulate(ft,fc,fs,'fm',k);
y_fft_result=fft(y);
%%%%
www.eeworm.com/read/302325/13837726
asv ex9_12.asv
clear all;
close all;
clc;
%%%%%%%%%%%%%%%产生雷达发射信号%%%%%%%%%%%%%%%%%%
code=[1,1,1,1,1,-1,-1,1,1,-1,1,-1,1]; %13位巴克码
tao=0.5e-6;%脉冲宽度10us
f0=10e6;
fs=40e6; %采样频率l00MHz
ts=1/fs;
t_tao=0:1/f
www.eeworm.com/read/302325/13837728
m ex9_12.m
clear all;
close all;
clc;
%%%%%%%%%%%%%%%产生雷达发射信号%%%%%%%%%%%%%%%%%%
code=[1,1,1,1,1,-1,-1,1,1,-1,1,-1,1]; %13位巴克码
tao=0.5e-6;%脉冲宽度10us
f0=10e6;
fs=40e6; %采样频率l00MHz
ts=1/fs;
t_tao=0:1/f
www.eeworm.com/read/302325/13837814
m ex9_11.m
lear all;
close all;
clc;
t=10e-6;
fs=40e6;
ts=1/fs;
fc=9e6;
f0=10e6;
B=2e6;
ft=0:1/fs:t-1/fs;
N=length(ft);
k=B/fs*2*pi/max(ft);
y=modulate(ft,fc,fs,'fm',k);
y_fft_result=fft(y);
%%%%
www.eeworm.com/read/302325/13837825
asv ex9_12.asv
clear all;
close all;
clc;
%%%%%%%%%%%%%%%产生雷达发射信号%%%%%%%%%%%%%%%%%%
code=[1,1,1,1,1,-1,-1,1,1,-1,1,-1,1]; %13位巴克码
tao=0.5e-6;%脉冲宽度10us
f0=10e6;
fs=40e6; %采样频率l00MHz
ts=1/fs;
t_tao=0:1/f
www.eeworm.com/read/302325/13837827
m ex9_12.m
clear all;
close all;
clc;
%%%%%%%%%%%%%%%产生雷达发射信号%%%%%%%%%%%%%%%%%%
code=[1,1,1,1,1,-1,-1,1,1,-1,1,-1,1]; %13位巴克码
tao=0.5e-6;%脉冲宽度10us
f0=10e6;
fs=40e6; %采样频率l00MHz
ts=1/fs;
t_tao=0:1/f
www.eeworm.com/read/405502/11461241
cfg chip.cfg
## **** A procedure which sets up variant specifics ***
## ---------------------------------------------------------------------------
## Add help for chip and processor commands
## -------------
www.eeworm.com/read/344519/11875182
h grtypes.h
/***************************************************************************
*
* grtypes.h
*
* basic type defintions
*
* Copyright 1999 - The FreeType Development Team - www.freetype.org
*
www.eeworm.com/read/343632/11938049
m zspsk.m
%%%%%产生理想的7位巴克码2PSK信号%%%%%%
code=[1,1,1,-1,-1,1,-1]; %7位巴克码
tao=0.5e-6; %脉冲带宽0.05us
f0=10e6; %载波10MHz
fs=40e6; %采样频率40MHz
ts=1/fs;
t_tao=0:1/fs:tao-1/fs;
n=length(code);
pha=0;
t=0: