搜索资源列表
Error.Performance.Pulse.Amplitude.Position
- In this letter, the error performance of an ultra-wideband (UWB) system with a hybrid pulse amplitude and position modulation (PAPM) scheme over indoor lognormal fading channels is analyzed. In the PAPM UWB system, input data is modulated onto both t
dpcm.rar
- 差分脉冲编码调制(DPCM)的matlab模块仿真,实现抽样,量化,预测,编码并解码,欢迎下载使用,我自己编的,Differential pulse code modulation (DPCM) of matlab simulation module, the realization of the sample, quantification, prediction, coding and decoding, welcome to download, I own the
kdvp16
- KDVoicePhone Toolkit开发工具可以使你的应用程序获得声音和电话方面的特性,如:a.. 打电话或回电话;b.. 如果对话已经在进行,可以中途接听;c.. 在电话线或声卡中回放和记录音频;d.. 从电话线中检测音频信号和脉冲信号;e.. 捕获呼叫方ID;f.. 可控制本机听筒,外部的麦克风和MODEM的外部喇叭;g.. 定时事件来跟踪回放和录音的过程;h.. 录音时可检测静音;-KDVoicePhone Toolkit development tools can make your
ADPCM_code
- DPCM是differential pulse code modulation的缩写,也就是差分脉冲编码调制的意思。他的主要思想是通过已知的数据预测下一个数据,然后传递预测值与实际值之间的差值。-DPCM is a differential pulse code modulation acronym, that is, differential pulse code modulation mean. His main idea is known to the data through a dat
uwb
- Ultra Wide Band (UWB) Transmitter and Receiver Simulation using Pulse Position Modulation (PPM) -Ultra Wide Band (UWB) Transmitter and Receiver Simulation usingPulse Position Modulation (PPM)
Matlab_Project
- contains Pulse Position Modulation (PPM)
pulseShapeFilter
- 脉冲整形的FIR滤波器,免费提供给大家,希望有用!-The FIR pulse shaping filter, free of charge to everyone, I hope useful!
gsmk
- gmsk modulation of numerical data generated by a random source, the output of the modulator give two signals, the first is gmsk signal and the other is gaussien frequency pulse shape
UWB_Image_Tx_Matlab_Code
- This source code simulates UWB based wireless Communication system which transmits color image over wireless medium. Modulation type: Pulse position modulation Pulse: second derivative of a Gaussian pulse Channel: AWGN Image: lib.jpg-This so
MBI
- UWB脉冲设计与窄带干扰抑制 为了避免对频带内已有的窄带通信系统造成干扰,在进行波形设计时,如果能使UWB脉冲在干扰频带内的能量下降,即在窄带通信系统的工作频带内实现陷波,则可达到抑制窄带干扰的目的。-UWB pulse design and narrow-band interference suppression in order to avoid the narrow band communication systems has been caused by interference,
script_ber_msk_awgn
- Minimum Shift Keying (MSK), uses two frequencies which are separated by 1/2T and phase discontinuity is avoided in symbol boundaries. Further, MSK transmission can also be visualized as a variant of offset-QPSK technique, where sinusoidals are used f
Carrierless_16-QAM_(CAP)_Modem
- This is a Simulink Model I created for a Digital Communication Systems class. It demonstrates Carrierless Amplidute Phase(CAP) Modulation and uses a raised cosine pulse to implement a 16-QAM modem.
Pulse_Shaping
- 脉冲成型滤波器,用来是形成的频谱更加光滑,得到更好的仿真效果,用于CDMA,WCDMA,和 TDSCDMA中-Pulse shaping filter is used to form the spectrum is smoother, better simulation results, for CDMA, WCDMA, and TDSCDMA in
pulsgauss0
- uwb simulation time-domain and spectrum for gaussian pulse
baseband_detection_simulink
- In this simulink model , baseband binary detection is simulated .A rectangular pulse shaped signal is given as input to the detector.The received signal is matched filtered and down-sampled .The effects of symbol timing offset can be seen by varying
pam_detection_simulink
- In this simulink model , baseband 8-ary PAM detection is simulated .A half-sine pulse shaped PAM signal is given as input to the detector.The received signal is matched filtered and down-sampled .The effects of symbol timing offset can be seen by
pulse_shaping
- pulse shaping function: Upsampling the data and Pulse-shaping. Suitable for intergate number of upsampling_rate. psflt_data has the same length with that of data times upsampling_rate. if the length of pulse_filter is 2*grp_delay*upsampl
smallprograms
- bpsk-binary phse shift keying,fsk-frequency shift keying,hamming code,pcm-pulse coded modulation,dpsk-differential phase shift keying
PulseShapingFilterswithISIFreeProperties
- isi intersybol interferance pulse shaping
pcm
- 脉冲编码调制(PCM)实现 编程实现PCM技术的三个过程:采样、量化与编码。 采样:低通连续信号采样,以 x=sin(200*t) m=x./(200*t) m=m.*m 为例说明低通采样定理,绘出信号时、频图形;带通连续信号采样,以x=sin(20*t) m=x./t 为例说明带通采样定理,绘出信号时、频图形。 量化:均匀量化,以幅度 的正弦信号为例实现为64级电平的均匀量化;非均匀量化,输入A律PCM编码器的正弦信号 ,采样序列为 ,将其进行PCM编码,给出编码器的输出码组序列