代码搜索:测频测相
找到约 5,809 项符合「测频测相」的源代码
代码结果 5,809
www.eeworm.com/read/19242/826959
c main.c
#define MAIN_C
#include "includes.h"
/*************************************************************/
/*T0工作在定时方式*/
/*定时器采用8MHz系统时钟的256分频作为定时时钟*/
/*即每32 us计一个数,每计250个数(8ms)溢出一次*/
/*中断复位程序统计计数次数,
www.eeworm.com/read/19242/826970
asm sg14.asm
.device AT90S8535
.equ TCCR2 =$25
.equ OCR2 =$23
.equ PORTD =$12
.equ DDRD =$11
t2pwm1: sbi ddrd,7 ;产生15686Hz的方波
ldi r16,$71 ;PWM2使能,向上计数置引脚
out TCCR2,r16 ;向下计数清引脚,时钟1分频
ld
www.eeworm.com/read/19251/829832
c main.c
#define MAIN_C
#include "includes.h"
/*************************************************************/
/*T0工作在定时方式*/
/*定时器采用8MHz系统时钟的256分频作为定时时钟*/
/*即每32 us计一个数,每计250个数(8ms)溢出一次*/
/*中断复位程序统计计数次数,
www.eeworm.com/read/27130/862710
msp430f149-
#include "msp430x14x.h"
void sys_init()
{
WDTCTL = WDTPW + WDTHOLD; //关闭看门狗
BCSCTL2 &=0xc0; //XT2CLK+2分频
}
void io_init()
{
P4DIR=0xff;
P5DIR=0xf0;
P6DIR=0xfc;
P4O
www.eeworm.com/read/28540/1001960
c main.c
#define MAIN_C
#include "includes.h"
/*************************************************************/
/*T0工作在定时方式*/
/*定时器采用8MHz系统时钟的256分频作为定时时钟*/
/*即每32 us计一个数,每计250个数(8ms)溢出一次*/
/*中断复位程序统计计数次数,
www.eeworm.com/read/347593/3167157
c main.c
#define MAIN_C
#include "includes.h"
/*************************************************************/
/*T0工作在定时方式*/
/*定时器采用1MHz系统时钟的64分频作为定时时钟*/
/*即每64 us计一个数,每计125个数(8ms)溢出一次*/
/*中断复位程序统计计数次数,计
www.eeworm.com/read/347593/3167556
c main.c
#define MAIN_C
#include "includes.h"
/*************************************************************/
/*T0工作在定时方式*/
/*定时器采用8MHz系统时钟的256分频作为定时时钟*/
/*即每32 us计一个数,每计250个数(8ms)溢出一次*/
/*中断复位程序统计计数次数,
www.eeworm.com/read/363041/2923250
c main.c
#define MAIN_C
#include "includes.h"
/*************************************************************/
/*T0工作在定时方式*/
/*定时器采用8MHz系统时钟的256分频作为定时时钟*/
/*即每32 us计一个数,每计250个数(8ms)溢出一次*/
/*中断复位程序统计计数次数,
www.eeworm.com/read/475349/6796748
m enframe.m
function [data1,data2,test]=enframe(turbo_code)
%对turbo码进行天线的映射,调制,和导频的预留
x=turbo_code;
L=length(x);
N_count=13;%一帧中OFDM符号个数
para=180;%一个天线的并行子载波数
if L
www.eeworm.com/read/368473/9692270
c main.c
#define MAIN_C
#include "includes.h"
/*************************************************************/
/*T0工作在定时方式*/
/*定时器采用8MHz系统时钟的256分频作为定时时钟*/
/*即每32 us计一个数,每计250个数(8ms)溢出一次*/
/*中断复位程序统计计数次数,