代码搜索:PWM
找到约 10,000 项符合「PWM」的源代码
代码结果 10,000
www.eeworm.com/read/476328/6765405
pof pwm_gen.pof
www.eeworm.com/read/476328/6765406
qsf pwm_gen.qsf
# Copyright (C) 1991-2004 Altera Corporation
# Any megafunction design, and related netlist (encrypted or decrypted),
# support information, device programming or simulation file, and any oth
www.eeworm.com/read/421279/6767471
c pwm_m.c
//
// TMDX ALPHA RELEASE
// Intended for product evaluation purposes
//
//###########################################################################
//
// FILE: DSP28_Example.c
//
/
www.eeworm.com/read/421279/6767481
obj pwm_m.obj
www.eeworm.com/read/475680/6775691
c timer_pwm.c
#include "SEED-DEC2407.h"
#include "TIMER_PWM.h"
void main()
{
*IFR = 0x3f;
DINT;
SystemInit();
TimerPWMInit();
/* *IMR = 0x02;*/
EINT;
for(;;)
{
}
}
void SystemInit(vo
www.eeworm.com/read/475788/6778390
mdl pwm_igbt.mdl
Model {
Name "PWM_IGBT"
Version 6.1
MdlSubVersion 0
GraphicalInterface {
NumRootInports 0
NumRootOutports 0
ParameterArgumentNames ""
ComputedModelVe
www.eeworm.com/read/336490/6789552
paf2 pwm.paf2
www.eeworm.com/read/474331/6820808
m pwm_adc.m
% PWM modulation simulation
% written by
% clear all;
close all;
% parameters
T = 0.001; %modulation period, unit: second
Resolution = 8; %the bit width used to control the duty cycle
www.eeworm.com/read/472638/6872518
c pwm_16.c
/******************************************************************
本程序为PCA16位PWM输出例程,jp2第2脚为PWM输出
******************************************************************/
#include