代码搜索:低频振荡
找到约 1,489 项符合「低频振荡」的源代码
代码结果 1,489
www.eeworm.com/read/234999/14089379
m exam10_8.m
clc;
clear;
% 采用补零的扩展模式 (参见dwtmode函数)
% 装载一维信号
load sumsin; s = sumsin;
subplot(2,1,1);plot(s);title('原始信号');
%使用sym4进行尺度为5的分解
[c,l] = wavedec(s,5,'sym4');
% 从小波分解结构[c,l],重构尺度为5的低频部分
a5 = wr
www.eeworm.com/read/200798/15424787
c ds1820.c
#include
#include "ds1820.h"
#define DQ BIT0
void Init_CLK(void)
{
unsigned int i;
//将寄存器的内容清零
//XT2震荡器开启
//LFTX1工作在低频模式
//ACLK的分频因子为1
BCSCTL1 = 0X00;
www.eeworm.com/read/163393/10162898
m cpid5.m
%PID Controller 大时间常数二阶振荡环节的时滞非线性控制系统
clear all;
close all;
umin=0.08;umax=0.9;
ts=0.01;%采样时间
sys=tf([0.712],[1,0.324,0.265],'inputdelay',0.04);%构造时滞系统传递函数模型
dsys=c2d(sys,ts,'z');%连续系统离散化,用z
www.eeworm.com/read/355369/10273689
c test.c
//使用内部RC振荡,PB6-G,PB7-DP短路块连接
//使用INT0/INT1按键切换ADC通道
#include
#include
#define osccal 0x9A //内部RC校正常数
#define Vref 500 //参考电压值
#define Red PD2 //红色指示灯
www.eeworm.com/read/355369/10273721
_c test._c
//使用内部RC振荡,PB6-G,PB7-DP短路块连接
//使用INT0/INT1按键切换ADC通道
#include
#include
#define osccal 0x9A //内部RC校正常数
#define Vref 500 //参考电压值
#define Red PD2 //红色指示灯
www.eeworm.com/read/275598/10808107
c adc.c
//使用内部RC振荡,PB6-G,PB7-DP短路块连接
//使用INT0/INT1按键切换ADC通道
#include
#include
#define osccal 0x9A//内部RC校正常数
#define Vref 500//参考电压值
extern const unsigned char seg_table[16];
ext
www.eeworm.com/read/272280/10963554
txt clock.txt
;本源程序系`一款多用电子钟芯片'源程序,可有3开3关定时,且有受双限触发的定时口
;该程序硬件系采用PIC16C55芯片LP振荡方式外接32768Hz晶振
ORG 000H
TOP XORLW 0FFH
XORLW 0FFH
www.eeworm.com/read/450840/7476047
c lcd_1602a.c
//该程序用于lcd滚动字幕显示
//作者:龙爷2009年01月11日
//------头文件及配置---------------
#include
__CONFIG(0xf73a);
//芯片配置字,看门狗关,上电延时开,掉电检测关,低压编程关,加密,4M晶体HS振荡
//-----函数申明及数据定义---------------
#defin
www.eeworm.com/read/197915/7962197
m dtmfproducing.m
function [Dtmf,Dtmflong]=DTMFproducing(frequency,fs,signaltime,wholetime)
%本程序利用软件模拟DSP的方式产生两个数字正玄波振荡器并把输出合成起来,建立双音频信号。
%Dtmf为生成的双音频数据序列
%Dtmflong为生成数据序列长度,即采样点数
%frequency=941; %音
www.eeworm.com/read/211726/15175141
c 1621c.c
#include
/*设定1621 command低8位数据*/
/**************************/
#define RC256 0x18 /*系统时钟选择为:片内RC振荡器*/
#define X32K 0x14 /*系统时钟选择为:晶振*/
#define E256 0x1C /*系统时钟选择为:外部时钟源*/
/*