代码搜索结果

找到约 1,533 项符合 Speaker 的代码

speaker.c.bak

#include "DSP281x_Device.h" // DSP281x Headerfile Include File #include "DSP281x_Examples.h" // DSP281x Examples Include File // Prototype statements for functions found within this file

speaker.c.bak

#include "DSP281x_Device.h" // DSP281x Headerfile Include File #include "DSP281x_Examples.h" // DSP281x Examples Include File // Prototype statements for functions found within this file

speaker.c.bak

#include "DSP281x_Device.h" // DSP281x Headerfile Include File #include "DSP281x_Examples.h" // DSP281x Examples Include File // Prototype statements for functions found within this file

speaker.m

%File to cut and paste parts of a wav file in reverse order %Author = E. Darren Ellis 05/01 [y, fs, nbits] = wavread('s11.wav'); %read in the wav file sound(y,fs) %play back the wav file t = 0:1/f

periodic_task.c

/* periodic_task.c Sets up a task in pure periodic mode that toggles the speaker. In pure periodic mode, the timer is programmed once to expire at a given period, and all tasks must run at mu

variable_task.c

/* variable_task.c Sets up a task in one-shot mode that toggles the speaker. In one-shot mode, the timer is reprogrammed every task cycle. This is useful when no fundamental task period can b

twoper_task.c

/* twoper_task.c Sets up two tasks in pure periodic mode. The first runs at 10 kHz and toggles the speaker with a square wave based on a duration set by the second task. The second task chang