Location:
Search - java wave
Search list
Description: 采用JAVA对字体处理成波浪式的字体
Platform: |
Size: 16938 |
Author: JamesBound |
Hits:
Description: 用java编写的一个媒体播放器-A media player written with java.
Platform: |
Size: 136672 |
Author: hzgherosu |
Hits:
Description: 实现图片水波效果,java applet程序-achieve Photo wave effect, java applet
Platform: |
Size: 100352 |
Author: 方良 |
Hits:
Description:
Platform: |
Size: 136192 |
Author: hzgherosu |
Hits:
Description: 是一个水波特效,也很漂亮,初学者可以自由的更换图片-is a wave effects, and very beautiful, beginners can freely change the picture
Platform: |
Size: 75776 |
Author: 恶毒 |
Hits:
Description: 采用JAVA对字体处理成波浪式的字体-JAVA font used on the handle into a wave-like fonts
Platform: |
Size: 17408 |
Author: JamesBound |
Hits:
Description: 电子秒表的设计 1、用系统8253定时器提供的55ms定时单位,设计秒表定时程序。 2、有关系统定时方法: PC机系统中的8253定时器0工作于方式3,外部提供一个时钟作为CLK信号, 频率:f=1.1931816MHz。 定时器0输出方波的频率:fout=1.1931816/65536=18.2Hz。 输出方波的周期Tout=1/18.2=54.945ms。8253A每隔55ms引起一次中断-Electronic stopwatch design one, using the system timer 8253 provides 55ms timing units, design stopwatch timing procedures. 2, the system timing method: PC system timer 0 of 8253 working in the way of 3, to provide an external clock as the CLK signal, the frequency: f = 1.1931816MHz. Timer 0 output square wave frequency: fout = 1.1931816/65536 = 18.2Hz. Cycle square wave output Tout = 1/18.2 = 54.945ms. 8253A every 55ms caused a disruption
Platform: |
Size: 1024 |
Author: 89 |
Hits:
Description: JAVA录音和播放,录音WAVE格式文件并播放。-JAVA recording and playback, recording and broadcast WAVE format.
Platform: |
Size: 6144 |
Author: 吕硕 |
Hits:
Description: JAVA 繪圖功能 以繪製出可以調整的弦波-java graphic and it can plot the sine wave that can adjust
Platform: |
Size: 15360 |
Author: spider |
Hits:
Description: OFDM程序,这么安排矩阵的目的是为了构造共轭对称矩阵
共轭对称矩阵的特点是 在ifft/fft的矢量上 N点的矢量
在0,N/2点必须是实数 一般选为0
1至N/2点 与 (N/2)+1至N-1点关于N/2共轭对称- BPSK simulation using a carrier cosine wave with ISI
clc
close all
clear all
figure(1)
n=160
for i=1:n
data(i)= 2*round(rand)-1
end
create modulated BPSK signal
first expand the bit stream
exdata=[]
for i=1:length(data)
for rep=1:5
exdata= [exdata data(i)]
end
end
ts=.1
t=1:ts:80.9
carrier=cos(pi*t)
multiply expanded bitstream by cosine wave with carrier frequency
this is the BPSK that is to be transmitted over the channel
bpsk=carrier.*exdata
bpsk=[bpsk(length(bpsk)-1) bpsk(length(bpsk)) bpsk]
plot(bpsk)
generating the noise
p=rand(1,800)*2*pi
p=rand*2*pi
snr=10
r=sqrt(-1*(1/snr*log(1- rand)))
no = 5*(r.* exp(j*p))
no = (r.* exp(j*p))
value of alpha
al=rand+j*rand
al=1
Spreading channel with the alpha as the variable
for k=5:5:795
for l = 1:5
al=round(rand)+j*round(rand)
rec(k+l)=bpsk(k+l)+al*bpsk(k-5+l)
end
end
rxdata=rec+ no
begin demodulation
first multiply recie
Platform: |
Size: 6146048 |
Author: 卞敏捷 |
Hits:
Description: 使用STC12C5AXXS2的单片机实现准确的脉宽调制(PWM)。本程序演示在CCP0(P1.3)输出占空比可调的矩形波,使用单片机内部资源,主程序只需执行数条控制代码。-STC12C5AXXS2 use of single-chip pulse width modulation to achieve accurate (PWM). Demonstration of this procedure in CCP0 (P1.3) output with adjustable duty cycle rectangular wave, the use of single-chip internal resources, the main program there is no need to implement the code.
Platform: |
Size: 11264 |
Author: 陈伟卓 |
Hits:
Description: This a code for Sine Wave Generator using Java language-This is a code for Sine Wave Generator using Java language
Platform: |
Size: 1024 |
Author: aryz152 |
Hits:
Description: Wave Player source code
Platform: |
Size: 108544 |
Author: Lodhi |
Hits:
Description: Java语言程序设计,郎波,清华大学出版社教案本书讲授了Java语言程序设计。书中在介绍Java语言的同时,更注重Java语言的知识体系,系统地分析了Java的核心机制与基本原理。全书分为核心基础篇与应用技术篇。在核心基础篇中,论述了面向对象程序设计的基本概念、Java语言基础(包括运算符与表达式、程序流控制、数组)、Java面向对象特性、异常处理方法、AWT与AWT事件处理模型、输入/输出、Applet概念与应用。应用技术篇介绍了开发Java的高级应用技术,包括多线程、网络编程、Swing、JDBC数据库连接、J2EE技术以及Java编程规范。书中还提供了大量实例。
本书具有系统性、知识性、实用性等特点,可以作为大专院校计算机、通信等专业教材,也可作为Java编程爱好者的参考书。-The Java language programming, the court attendant wave, Tsinghua University publishing house lesson plan this book has taught the Java language programming. In the book while introduced that the Java language, pays great attention the Java language the knowledge system, has analyzed the Java core systematically machine-made and the basic principle. The entire book divides into the core foundation and applied technology. In core foundation, elaborated the object-oriented programming basic concept, the Java language foundation (including operator and expression, procedure class control, array), the Java object-oriented characteristic, the exception handling method, AWT and the AWT event processing model, the input/output, the Applet concept and the application. Applied technology introduced develops Java the high-level applied technology, including multi-thread, network programming, Swing, JDBC database connection, J2EE technology as well as Java programming standard. In the book has al
Platform: |
Size: 2577408 |
Author: wu |
Hits:
Description: java画的一个窗口,里面画的波形文件 波形文件
波形文件 波形文件-java drawwaves drawwaves drawwaves drawwaves
Platform: |
Size: 2048 |
Author: 王洪 |
Hits:
Description: musicdsp source code archive-Analysis
Beat Detector Class
Coefficients for Daubechies wavelets 1-38
DFT
Envelope detector
Envelope Detector class (C++)
Envelope follower with different attack and release
Fast in-place Walsh-Hadamard Transform
FFT
FFT classes in C++ and Object Pascal
Frequency response from biquad coefficients
Java FFT
Look ahead limiting
LPC analysis (autocorrelation+ Levinson-Durbin recursion)
Magnitude and phase plot of arbitrary IIR function, up to 5th order
Measuring interpollation noise
QFT and DQFT (double precision) classes
Simple peak follower
tone detection with Goertzel
Tone detection with Goertzel (x86 ASM)
Effects
2 Wave shaping things
Alien Wah
Band Limited PWM Generator
Bit quantization/reduction effect
Class for waveguide/delay effects
Compressor
Decimator
Delay time calculation for reverberation
DIRAC- Free C/C++ Library for Time and Pitch Manipulation of Audio Based on Time-Frequency Transforms
dynamic convolution
Early echo s with image-mirror techn
Platform: |
Size: 826368 |
Author: Alan Tang |
Hits:
Description: JAVA编写的QR码源码,QR是英文“Quick Response”的缩写,欢迎大家交流-QR code written in JAVA source code, in 1994 by the Japanese company Denso-Wave invention (QB06102506). QR is in English " Quick Response" stands for the exchange welcome
Platform: |
Size: 366592 |
Author: lihuimin |
Hits:
Description: 这是我找到的浪潮Java面试题目,可能对大家有帮助噢!
欢迎下载-I found this is the wave of Java interview questions may be helpful Oh! Welcome to download
Platform: |
Size: 487424 |
Author: shuaxin |
Hits:
Description: java课件,不可多得的好课件,对应的版本是java语言程序设计 第二版 郎波编著-java courseware, rare good courseware, corresponding to the java programming language version is the second edition edited by Lang wave
Platform: |
Size: 11469824 |
Author: qanliusi |
Hits:
Description: java语言实现,寻找一组数的波峰波谷。程序中使用给定的数组,可自修改为人工输入或文件读取的数据。-Look for peaks and valleys of a set by java . The procedures uses a given array,which can be modified to manual entry or file read by users.
Platform: |
Size: 5120 |
Author: 莫琪 |
Hits: