资源列表
ZF_mimo
- 这个是我自己写的一个关于qpsk的mimo信道的zero forcing解码方式.-this is what I wrote in one of the qpsk mimo channels zero forcing Solutions Codes mode.
dir2cas
- 直接型到级联型的形式转换 % [b0,B,A]=dir2cas(b,a) %b 为直接型的分子多项式系数 %a 为直接型的分母多项式系数 %b0为增益系数 %B 为包含各bk的K乘3维实系数矩阵 %A 为包含各ak的K乘3维实系数矩阵 %-directly to the cascade-type conversion in the form of%% [belts, B, A] = dir2cas (b, a)% b-to direct the molecular p
bp_neural_network
- BP神经网络matlab编程,这个方法比较简单,能取得较好的效果.-BP neural network Matlab programming, the method is simple and can achieve better results.
lms
- 实现神经网络中的Adaline的LMS算法,分别对正弦信号和三角波信号识别。
list
- 单链表的基本操作。包括增加、删除、查找元素。-Single list of basic operations. Including add, delete, find the element.
hour-minute-second-add
- 在一个初始的时间(时、分、秒)上加上一个时间(秒),输出相加后的时间-Define a time ,and add some seconds on it ,and then ,print the result time.
face
- 使用移位法实现数值的加减乘除基本的数学运算-Shift method to implement the value of add, subtract, multiply and divide
Algorithm
- 可以查找任意第几小的数,就是可以选择第二个最小的数字,第三个最小的数字,或者第N个最小数字。-you can fill any of the least number
TrabalhoPDI02
- extraction gaussian noise in image
1.1.1
- ADT List 基本操作12个; 用顺序存储结构实现-ADT List Basic Operation 12 with sequential storage structure to achieve
program2(Energy-detection_CR)
- cognitive radio file program 008 based on energy detaction and other rule.
201702121
- 过年了,闲来无事,翻阅起以前写的代码,无意间找到了大学时写的一套C++工具集,主要是关于数据结构和算法、以及语言层面的工具类。过去好几年了,现在几乎已经回忆不起当年写代码时的情况,不过,通过文件头部注释里的日期,还是依稀想起了那些日子发生的一些事情,不禁感慨了一番。感概之余,随便翻阅了一下,发现当年的编程手法和现在相比,略显稚嫩,风格也相差的比较大了,明显受到当时读的一些经典C++书籍的影响。不过好在代码质量都算可以,都属于基础的语言层面以及数据结构的代码,操作指针比较小心,每个类也都有测试的