代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/367965/7808488
h cameram.h
#ifndef __CAMERAM_H__
#define __CAMERAM_H__
#include "iic.h"
#include "gpio.h"
#ifndef CAM_MCLK_FREQ
#define CAM_MCLK_FREQ (16*1000000)
#endif
typedef enum
{
SUB_SAMPLING0,
SUB_SAMP
www.eeworm.com/read/406421/11442708
cpp iir_fund.cpp
//-----------------------------------------------------------------
//
// file = iir_fund.cpp
//
// Program for IIR Filters
//
//--------------------------------------------------------
www.eeworm.com/read/158431/11618377
c adc_sample.c
/**************************************************************************/
/* */
/* Copyright (C) 2001 Oki Electric Indus
www.eeworm.com/read/257545/11921275
c c8051ad.c
//CPU型号 : C8051F330
// 包含文件
#include // SFR 声明
sfr16 ADC0 = 0xbd; // ADC0 采样数据寄存器地址
#define uchar unsigned char
void main (void); // 主函数
void SYSCLK_Init (void); // 系统时钟初始化
www.eeworm.com/read/343458/11947441
h a2dp.h
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2006-2007 Nokia Corporation
* Copyright (C) 2004-2007 Marcel Holtmann
*
*
* This program is free
www.eeworm.com/read/337627/12354772
h cameram.h
#ifndef __CAMERAM_H__
#define __CAMERAM_H__
#include "iic.h"
#include "gpio.h"
#ifndef CAM_MCLK_FREQ
#define CAM_MCLK_FREQ (16*1000000)
#endif
typedef enum
{
SUB_SAMPLING0,
SUB_SAMP
www.eeworm.com/read/224579/14582950
c mdf.c
/* Copyright (C) 2003-2006 Jean-Marc Valin
File: mdf.c
Echo canceller based on the MDF algorithm (see below)
Redistribution and use in source and binary forms, with or without
modificati
www.eeworm.com/read/167185/5464450
pnotch_filt
#
# default param file for notch_filt
# @(#)Pnotch_filt 3.3 2/15/88 ESI
#
float band_width ?= 30: "6 dB band width";
float samp_freq ?= 8000: "sampling frequency";
float notch_freq ?= 60: "notch frequ
www.eeworm.com/read/334325/12611531
c mp3_hdr.c
#include
#include "config.h"
#include "../mp_msg.h"
//----------------------- mp3 audio frame header parser -----------------------
static int tabsel_123[2][3][16] = {
{ {0,32,64,96,12
www.eeworm.com/read/186525/8928698
h aac.h
#ifndef _AAC_H
#define _AAC_H
#include "rmbasic.h"
#include "aacdec.h"
class AACDecoder
{
AAC_GlobalData *m_AACdata;
RMuint32 m_Initialized;
public:
AACDecoder ();
~AACDecoder ();
RMuint32