代码搜索:RF
找到约 8,431 项符合「RF」的源代码
代码结果 8,431
www.eeworm.com/read/353698/10431049
v armdatapath.v
// ARM Datapath Module
// Instantiates all other modules, to be used with ARM Controller
// Deanna Perry
// 4/3/00
// Updated by Matt Crum on 4/6/00 -- cleaned up parameter list and wire
//
www.eeworm.com/read/420310/10804489
m dc_ge_load.m
% 直流发电机外特性分析
% 将该函数定义为dc_ge_load(dc_generator_load)
%--------------------------------------------------------------------------
% 下面输入电机基本数据:
nN=1000;IfN=2.5;Rf=293/12;Ra=1.8;k=.1;E0=271
% 下面输入75
www.eeworm.com/read/420310/10804495
m dc_ge_loadshiyan.m
% 直流发电机外特性分析
% 将该函数定义为dc_ge_load(dc_generator_load)
%--------------------------------------------------------------------------
% 下面输入电机基本数据:
nN=1000;IfN=2.5;Rf=293/12;Ra=1.8;k=.1;
% 下面输入750转/分钟时
www.eeworm.com/read/417050/11005322
h cfg.h
/*
项目: 人员定位:读卡器
文件: cfh.h
日期: 2007.09.12
作者: 邵子扬
说明: 定义项目的配置参数,分配管脚
*/
#ifndef _CFG_H_
#define _CFG_H_
//系统时钟频率
#define F_CPU 8000000UL
//LED
#define LED PB0
www.eeworm.com/read/468753/6987084
v armdatapath.v
// ARM Datapath Module
// Instantiates all other modules, to be used with ARM Controller
// Deanna Perry
// 4/3/00
// Updated by Matt Crum on 4/6/00 -- cleaned up parameter list and wire
//
www.eeworm.com/read/465319/7053065
v armdatapath.v
// ARM Datapath Module
// Instantiates all other modules, to be used with ARM Controller
// Deanna Perry
// 4/3/00
// Updated by Matt Crum on 4/6/00 -- cleaned up parameter list and wire
//
www.eeworm.com/read/454865/7382190
m dc_ge_load.m
% 直流发电机转矩特性分析
% 将该函数定义为dc_mo_tor(dc_motor_torque)
%--------------------------------------------------------------------------
% 下面输入电机基本数据:
nN=1000;IfN=2.5;Rf=293/12;Ra=1.8;k=.1;E0=271
% 下面输入750转
www.eeworm.com/read/446564/7576662
all run.all
rm -rf ./work
vlib work
vlog -f compile_sv.f
vsim -c ahb_wb_top -do "run -all"
www.eeworm.com/read/445413/7595646
m bft_beamform_pixels.m
%BFT_BEAMFORM_PIXELS Beamform image (line) based on pixels definitions
% This function can be used for synthetic transmit aperture
% beamforming. This is enabled by the optional argument ELEMENT
www.eeworm.com/read/445413/7595690
m bft_beamform_dsta.m
%BFT_BEAMFORM_DSTA Beamform a number of scan-lines.
% This function must be used only when the image is dynamically focused !!
%
%USAGE : bf_lines = bft_beamform(time, rf_data, element_no)
%