搜索资源列表
宽带波形设计
- 本文件是基于高斯正弦波行的宽带脉冲波形设计,保证了相对带宽大,衰减满足3db要求-this document is based on the Gaussian line broadband sinusoidal pulse waveform design, ensuring a relatively large bandwidth. attenuation meet the requirements Z
05041062
- 1.产生(0-1)分布随机数的方法:z i =(16807zi-1 +1)mod(pow(2,32)).被主函数调用. 2.产生U(0-1)分布利用公式:x1=sqrt(-2lnU1)cos(2PiU2), x2=sqrt(-2lnU1)sin(2PiU2) 3.产生瑞利分布,用两个独立同分布的正态分布值,用公式 x= sqrt(Y1*Y1+Y2*Y2)产生瑞利随机数. 4泊松分布-1. 20 (0-1) random number distribution methods : i
sbox
- Matlab tool for S,Z,H,Y parameter transfer-Matlab tool for S, Z, H, Y parameter transfer
Karu.J..Signals.and.systems_.made.ridiculously.si
- This the book "Signals and Systems - made ridiculously simple" by J. Karu in djvu file format. It gives an excellent introduction to system theory and covers all related concepts: Continuous-Time Systems, Frequency Domain, Laplace Transform, Continuo
xplzwave_source
- source code for xPL Z-Wave control. required for using xPL with Z-Wave USB stick. contains C++ and C# codes
SCPortTest(11-10)
- 利用单文档实现上位机与下位机之间的串口通讯-Single Document Serial Communication
sixthIdentity
- Filtering with H(z) and up-sampling by L is equal to the up-sampling by L and filtering with H(zL)
ieee.std_802.15.4-2006
- 802.15.4 doc, include z-mac,t-mac,s-mac, etc-802.15.4 doc, include z-mac,t-mac,s-mac, etc..
bacnet-stack-0.5.9
- BACnet 最新版本的Free Stack,对原有协议进行了较大的修正,目前为0.5.9版本 BACnet协议是楼宇自动化唯一的国际协议,已经得到欧盟和美国、日韩的国家标准认可-BACnet Static Version 0.5.9 based on ASHARE Standard version 2008 the new latest version Building Automation Protocol
Serial-communition
- 用MFC实现的z-stack串口通信程序-the communition completed with z-stack by MFC
mstripa
- 微带线分析程序,由w/h计算阻抗Z,有效介电常数e-microstrip analysis (calculates Z,eff from w/h)
huffman-coding
- 在电报通讯中,电文是以二进制的0、1序列传送的。字符集中的字符的使用频率是不同的(比如e和t的使用较之q和z要频繁得多),哈夫曼编码可以使得编码的总长最短,从而相同的位长可以传送更多的信息。-In telegraph communications, the message is transmitted binary sequence 0,1. Frequency character sets are different (such as e q and t and z are used with
CS_FiFo_process_20130417B
- 使用C#编写的关于FIFO处理的算法, 有兴趣的朋友可以参考。Bill.Z-The FIFO algorithm written by C#, anyone needed for reference. Bill.Z
kemp
- 串口接受发送,z实现收发功能的测试 -serial uart
aaaa
- Simulation &Analysis of Z Source Inverter Using Different Modulation Control Techniques
SerialTest
- 自己编写的串口测试程序,可发送、接收16进制码、ASCII码。可加校验码,校验码包括CRC16、CRC8、LRC、CHECKSUM、回车、CONTROL+Z。可循环发送、单次发送。-a serial test tool,programed by myself.
sprzegacz
- Jednosekcyjny zbliż eniowy sprzę gacz kierunkowy z odcinków symetrycznych linii paskowych
PERFORMANCE_EVALUATION_OF_SIMULATED_CDMA_SYSTEM.Z
- This code is useful for CDMA
SimulationBerAWGN_16QAM001
- % code file:SimulationBerAWGN_16QAM001 % explain: 信道噪声为AWGN时16-QAM的BER,模型为y = x+z(水声通信第三次作业) % code data:2018.10.09