代码搜索:Bit
找到约 10,000 项符合「Bit」的源代码
代码结果 10,000
www.eeworm.com/read/322996/13359143
m pcm16bit_to_pcm8bit.m
%仿真长度
%读入"wave-org"音频文件,截短为8bit pcm数据后 输出
clear;
[y2,Fs2,bits2] = wavread('wave-org');
sigin2=y2(1:151424);
fc=2400;
wn=fc*2/Fs2;
bq=80;
bn=fir1(bq,wn);%%%%%0.1对应的是24K 对应3dB %%%%%%%%%%%%%%%%%%
www.eeworm.com/read/292338/8360674
h io_bit.h
#ifndef __IO_BIT_h__
#define __IO_BIT_h__
// write your header here
typedef struct _bit_struct
{unsigned int bit0:1;unsigned int bit1:1;unsigned int bit2:1;unsigned int bit3:1;unsigned int bit4:1;
www.eeworm.com/read/292337/8360727
h io_bit.h
#ifndef __IO_BIT_h__
#define __IO_BIT_h__
// write your header here
typedef struct _bit_struct
{unsigned int bit0:1;unsigned int bit1:1;unsigned int bit2:1;unsigned int bit3:1;unsigned int bit4:1;
www.eeworm.com/read/292336/8360771
h io_bit.h
#ifndef __IO_BIT_h__
#define __IO_BIT_h__
// write your header here
typedef struct _bit_struct
{unsigned int bit0:1;unsigned int bit1:1;unsigned int bit2:1;unsigned int bit3:1;unsigned int bit4:1;
www.eeworm.com/read/292031/8381639
h io_bit.h
#ifndef __IO_BIT_h__
#define __IO_BIT_h__
// write your header here
typedef struct _bit_struct
{unsigned int bit0:1;unsigned int bit1:1;unsigned int bit2:1;unsigned int bit3:1;unsigned int bit4:1;
www.eeworm.com/read/291752/8398958
h bit_analyzer.h
//
// File = bit_analyzer.h
//
#ifndef _BIT_ANALYZER_H_
#define _BIT_ANALYZER_H_
#include "signal_T.h"
#include "psmodel.h"
//#include "k_berctr.h"
class BitSeqAnalyzer : public PracS
www.eeworm.com/read/291752/8399840
cpp bit_analyzer.cpp
//
// File = bit_analyzer.cpp
//
#include
#include
#include "parmfile.h"
#include "bit_analyzer.h"
#include "typedefs.h"
#include "model_graph.h"
#include "syst_graph.
www.eeworm.com/read/291752/8400248
txt bit_seq.txt
0, 1
1, 1
2, 1
3, 0
4, 0
5, 1
6, 0
7, 1
8, 0
9, 1
10, 1
11, 1
12, 1
13, 0
14, 1
15, 1
16, 0
17, 1
18, 0
19, 1
20, 0
21, 0
22, 0
23, 0
24, 1
25, 1
26
www.eeworm.com/read/291752/8400445
txt bit_seq.txt
0, 1
1, 1
2, 1
3, 0
4, 0
5, 1
6, 0
7, 1
8, 0
9, 1
10, 1
11, 1
12, 1
13, 0
14, 1
15, 1
16, 0
17, 1
18, 0
19, 1
20, 0
21, 0
22, 0
23, 0
24, 1
25, 1
26
www.eeworm.com/read/290681/8467059