代码搜索:BlueTooth
找到约 4,983 项符合「BlueTooth」的源代码
代码结果 4,983
www.eeworm.com/read/380716/9133878
lst drivers.lst
ANSI-C/cC++ Compiler for HC08 V-5.0.19 (beta 0) Build 4210, Jul 29 2004
1: /**************************************************************
2: * This is the SMAC C source driver file for
www.eeworm.com/read/281502/9152587
m originalsignal.m
function[]=OriginalSignal();
[x,fs,bits]=wavread('bluetooth_input.wav');%播放原始信号
wavplay(x,fs);
N=length(x);%返回采样点数
t=(1:N)/fs;
df=fs/N;%采样间隔
n1=1:N/2;
f=(n1-1)*df;%频带宽度
figure(2);
plot(x,'Lin
www.eeworm.com/read/281502/9152588
m addnoise.m
function[]=AddNoise();
[x,fs,bits]=wavread('bluetooth_input.wav');%播放原始信号
N=length(x);%返回采样点数
t=(1:N)/fs;
df=fs/N;%采样间隔
n1=1:N/2;
f=(n1-1)*df;%频带宽度
y1=awgn(x,45);%加入高斯白噪声,信噪比为45
wavplay(y1,fs)
www.eeworm.com/read/281502/9152590
m filter1.m
function[]=Filter1();
[x,fs,bits]=wavread('bluetooth_input.wav');%播放原始信号
N=length(x);%返回采样点数
t=(1:N)/fs;
df=fs/N;%采样间隔
n1=1:N/2;
f=(n1-1)*df;%频带宽度
y1=awgn(x,45);%加入高斯白噪声,信噪比为45
%**************
www.eeworm.com/read/366576/9808019
8 hid2hci.8
.\"
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2
www.eeworm.com/read/366576/9808285
h plugin.h
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2004-2008 Marcel Holtmann
*
*
* This program is free software; you can redistribute it and/or modif
www.eeworm.com/read/366576/9808574
in bluez.pc.in
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: BlueZ
Description: Bluetooth protocol stack for Linux
Version: @VERSION@
Libs: -L${libdir} -lbluetooth
Cflags:
www.eeworm.com/read/164238/10121820
c rfcomm_sec.c
/****************** INCLUDE FILES SECTION ***********************************/
#define __NO_VERSION__ /* don't define kernel_version in module.h */
#ifdef __KERNEL__
#include
#incl
www.eeworm.com/read/163433/10162222
txt 蓝芽:挡不住的诱惑.txt
作者:asp2001
email: asp2001@163.net
日期:2000-8-4 11:43:59
蓝芽:挡不住的诱惑
可曾想过,让鼠标、键盘、笔记本电脑、甚至是PC甩掉令人讨厌的连线
蓝芽为何能在同类无线通信协议中脱颖而出
目前,全球已有近2000家IT知名厂商加入蓝芽技术联盟。热热闹闹中,为什么中国企业还在观望
蓝芽技 ...