搜索资源列表
SignalGenerate.rar
- 一个输出正弦波的声波发生器,VC++环境,可以自己输入指定频率发出声音,主要用在一些多媒体设备中用以测试声音基准。程序挺好用,在VC6.0下可以编译。,Acoustic output of a sine wave generator, VC++ environment, you can specify the frequency of their voice input, mainly used in a number of multimedia devices to the voice of
EOrgan
- 正弦波,三角波,方波绘制图并发声,可根据频率,幅度,相位,生成声音和波形图-Sine wave, triangle wave, square wave drawing and sound, according to the frequency, amplitude, phase, generating sound and waveform graph
SignalGenerate
- 本程序用C++,正弦波声音信息发生器VC源代码-This procedure using C++, sine wave generator VC voice message source code
FreControl
- 比较容易掌握的视图控件类,样例中仅仅做了正弦函数的图像,在此基础上可以改写成其它波形,愿我们一起提高,共同进步。-Relatively easy to grasp control of the view class, sample only the sine function to do the graphics, on this basis can be rewritten into other waveforms, is willing to enhance our work togethe
SinWave
- 能够实现正弦 余弦等波形的实时绘制显示 在坐标图中显示出波形-Cosine sine wave to achieve real-time rendering, etc. appear in the plot shows the waveform
Wave
- 讲述如何产生正弦波,并实时显示,在另一窗口并实时接收-About how to generate sine wave, and real-time display, and real-time receiver in another window
Sine_wave_inverter
- 逆变器的原理及正弦波的实现,不同于传统方波-Sine wave inverter, and the realization of the principle, different from the traditional square-wave
Calculator
- 本程序是一个简单的计算器,能够求加减乘除四则运算,此外还可以求绝对值,对数,正弦余弦值,还有正切余切值,对初学MFC的有帮助-This program is a simple calculator to find Math arithmetic, but can also order the absolute value, logarithmic, sine cosine, and tangent cotangent, the MFC help for beginners
Canon
- matlab模仿的卡农音频信号,通过正弦信号和余弦信号来处理,可以看到matlab处理音频信号的强大功能-Matlab imitation XLR audio signal by the sine signal and cosine signal processing, you can see a strong function of matlab to process audio signals
SinSignal
- 一个正弦波的音频信号发生器的代码,使用vc6编程,可以改变频率驱动声卡发出声音-This is a sine audio signal generator code by VC++ , you can change the frequency drive sound card play it
Oscillator-(DirectSound)
- Generator of sine and square signal through DirectSound + Oscilloscope. Amplitude and frequency (1 to 22050 Hz) modifier + amplitude modulator included.
sine
- 一个正弦波转换成WAVE数据的源码,用于音频信号研究使用-A sine wave is converted into WAVE data source for the study of the use of audio signals
hw_wave
- Mini project - 2: 使用弦波合成音乐 1. 将主旋律请使用以下的简谱为主,C大调 http://www.jitay.com/pic/201406/948.html 2. temple = 120 (也就是0.5秒为一拍) 3. 音档格式: *.wav档,sample rate: 44.1kHz, bit depth=16bits, channel: 2 (stereo),所以要有wav档的header,让window media player可以直接拨出。