代码搜索结果
找到约 1,533 项符合
Speaker 的代码
test.m
function test(testdir, n, code)
% Speaker Recognition: Testing Stage
%
% Input:
% testdir : string name of directory contains all test sound files
% n : number of test files in testd
beep.src
;SPEAKER程序
;2007/01/31
PUBLIC BEEP
DE SEGMENT CODE
RSEG DE
BEEP:
CLR EA
MOV R0,#04H
NEXT_BEEP:
MOV R6,#0F0H
ONE_BEEP:
MOV R5,#20H
CPL P2^6
_LOOP:
DJNZ R5,_LOOP
DJNZ R6,ONE_BEEP
speaker.v
module SPEAKER(
// CLOCK & RESET
clk_6mhz,
clk_4hz,
rstn,
// INPUT
en,
// OUTPUT
sp
);
/******************* PARAMETER DECLARATION *********************/
/*********
pmusic.h
sbit speaker =P3^2; //P32 斥
asm_demo.cpp
#include
void main(void)
{
cout
beeps.c
#include
#include
void main(int argc, char *argv[])
{
int count; // The number of times to sound the speaker
int i; // The number of times the speaker has been
cc_build_debug.log
---------------------------- Speaker.pjt - Debug ----------------------------
Build Complete,
0 Errors, 0 Warnings, 0 Remarks.
debug.lkv
-z -q -c -o"./Debug/Speaker.out" -x -i"c:/ti2.2/C5400/bios/lib" -i"c:/ti2.2/C5400/dsk5416/lib" -i"c:/ti2.2/c5400/rtdx/lib" -i"c:/ti2.2/c5400/xdais/lib" -i"c:/ti2.2/c5400/cgtools/lib"
"C:\ICETEK-VC541
beeps.c
#include
#include
void main(int argc, char *argv[])
{
int count; // The number of times to sound the speaker
int i; // The number of times the speaker has been
readme.txt
TMS320VC5402 DSK - CODEC DEMO
-----------------------------
This example program demonstrates the use of the Handset CODEC (Mic/Speaker interface) on
the DSK utilizing the drivers provided in the