搜索资源列表
精通MATLAB综合辅导与指南(西安交通大学,Doc版)
- 精通MATLAB综合辅导与指南(西安交通大学,Doc版)
WORD
- I = imread( C:\MATLAB701\toolbox\images\imdemos\coins.png ) imshow(I) figure, imhist(I,64)
Viterb
- viterb算法是卷积码中重要的一种译码算法,程序中用MATLAB实现了VITERB的译码算法,并且写了信道编码程序和二进制码通过以p概率错误的信道程序-viterb algorithm is important as a convolutional code decoding algorithm, the program using MATLAB to achieve a VITERB the decoding algorithm, and wrote letters Road, binary
Adaptive_filtering_toolbox_v4
- MATLAB files to implement all Adaptive Filtering Algorithms in the book by Paulo S. R. Diniz, Adaptive Filtering Algorithms and Practical Implementation, Fourth Edition, Springer, New York, 2013. MATLAB files by: Guilherme O. Pinto, Markus V. S. L
tau-p反变换的代码,已编译成函数,可直接调用。具体使用见代码说明。
- tau-p反变换的代码,已编译成函数,可直接调用。具体使用见代码说明。收藏的精品,与各位分享,对于学习用matlab进行地震数据处理很有用
FUZZY
- Cognitive Radio by Fuzzy. explanation on the PPT file, simulation by Fuzzy Matlab. p.s. written in Indonesian
matlab
- function [out1,out2] = humps(x) HUMPS A function used by QUADDEMO, ZERODEMO and FPLOTDEMO. Y = HUMPS(X) is a function with strong maxima near x = .3 and x = .9. [X,Y] = HUMPS(X) also returns X. With no input arguments, HUMPS uses X