资源列表
beibao
- 用动态规划的方法解0/1背包问题。用VC6编译运行正确。供参考-Using dynamic programming for solving 0/1 knapsack problem. Compile and run correctly with VC6. Reference
rsct
- 《通信仿真及应用实例》一书 书中实例,对RS码在二进制对称信道的性能进行仿真。-" Communication Simulation and Application," a book in the book example, RS codes on the binary symmetric channel in the performance of simulation.
erjnzhibianma
- snrz.m 本函数实现将输入的一段二进制码编为相应的单极性非归零码输出 snr.m 本函数实现将输入的一段二进制码编为相应的单极性归零码输出 dnrz.m 本函数实现将输入的一段二进制码编为相应的双极性非归零码输出 dnr.m 本函数实现将输入的一段二进制码编为相应的双极性归零码输出-snrz.m achieve this function the input of a binary code compiled for the corresponding unipolar NRZ
eg6_6
- 一个二进制FSK通信系统的蒙特卡诺仿真bpskdigital(s,f) 本程序实现BPSK调制-A binary FSK communication system simulation Monte Kano bpskdigital (s, f) of the Program for BPSK modulation
psk
- 完成M=4的PSK通信系统的蒙特卡洛仿真,信号波形为sbr2p(snr_in_dB) 求出以dB为单位的给定信噪比的比特误码率和符号误码率-Completion of M = 4 of the PSK communication system Monte Carlo simulation, the signal waveform is sbr2p (snr_in_dB) calculated in units of dB signal to noise ratio for a given bit
xinxiyincang
- 产生符合高斯分布N( u, a*a)的随机数,然后用参数估计法估计相应的 和 产生尺度参数为 的指数分布,并且估计参数 的取值和根据我介绍的方法产生GGD分布的随机数,形状参数为c =1.0-That meet the Gaussian distribution N ( u, a* a) of the random number, then the corresponding parameter estimation method to estimate and
face_detection_code
- 用gabor 来做特征提取,用神经元网络来分类的人脸检测代码,配有详细的代码解释,适合初学者-use gabor for feature extraction,use neural network as a classifier to detect face in a image
Number-System-Conversion
- 数制转换:实现2,8,10,16进制数制间的相互转换-Number System Conversion: binary number system to achieve 2,8,10,16 conversion between
lnklist
- 用c++实现的不带头结点的单链表 简单实用 是自己写的 尤其对学生适用-simple code written by c++ , it is a singly linked list without the head pointer
Digital-baseband-system
- 数字基带系统将数字信号从时域上看时数字滚降,需要画出滚降前后的波形展示出来。频域上带宽变化了。输入滤波器之前的波形与采样判决之后的波形。采样判决前的频谱。 采样判决后的码型。 2、眼图(采样判决之前的眼图)(信噪比大眼图清晰) 3、误码曲线,(横坐标时信噪比,纵坐标时误码率) 4、Arfa变化对误码特性的影响,变好还是变差(变好),眼图清晰度变化(清晰),传递函数的带宽的变化。(带宽越大)-1.Digital baseband system point of view the d
FFT
- 离散快速Fourier变换,适用于复系数.-Discrete fast Fourier transform for complex coefficients.
Subset
- ary[]{1,2,3,4} 求打印其的所有子集。这是关于【幂集】的问题。 【幂集】包括【全集】和【空集】。对于有N个元素的集(/ □ \)合,它的幂集个数有2的N次方个。 比如这个例子,数组有4个元素。那么用4个位表示每一个元素(假设从左到右表示1234吧),0表示该数不存在,1表示存在。 则: 0000表示空集{}。 0001表示{4}。 0010表示{3}; 0011表示{3,4}; ………… 1110表示{1,2,3}; 1111表示{1,2,3,
