资源列表
orbit
- Orbit of the satellite using metlab
TPDSPlab2
- signal specter-signal specter
test_uncoded_BPSK
- 未编码传输AWGN信道测试 每帧的输入是相同的,(不是每帧都不一样,这样可以大幅降低计算量) 在帧比特足够多的情况下,应该可以保证随机性-AWGN channel is not coded transmission test input of each frame is the same, (not every frame is different, this can significantly reduce the computation) are enough bits in the
gaborfilter2
- GABOR TRANSFORMATION CODE USED IN IMAGE PROCESSING
DBF
- 用matlab仿真一维和二维自适应波束形成(DBF)-simulate one and two-dimension DBF
PCM
- PCM模型,利用simulink建立,可用于课程设计,直接在matlab中打开即可-PCM model
ASK
- scr ipt in Matlab, Modulation ASK
sqgzys
- 此程序是初学matlab时练习的一个很好的范例,主要是进行M文件的书写。-Matlab beginner when this program is a good example of practice, mainly the M-file writing.
zuixiaoercheng
- 最小二乘的递推算法,包括完整的程序,希望对大家有帮助。-Least squares of recursion algorithm, including complete program, and we want to help.
hpc_cavity
- the file is for light
gm
- 灰色系统与模糊数学、黑箱方法的区别,灰色系统预测GM(1,1)模型,GM(1,N)模型,灰色系统模型的检验,应用举例。-Grey and fuzzy math, the difference between black-box approach, Grey forecasting GM (1,1) model, GM (1, N) model, gray system model testing, application examples.
kmeans
- function [L,C] = kmeans(X,k) KMEANS Cluster multivariate data using the k-means++ algorithm. [L,C] = kmeans(X,k) produces a 1-by-size(X,2) vector L with one class label per column in X and a size(X,1)-by-k matrix C containing the centers