-
Gram_S
classical Gram-Schmidt(unstable) (reduced QR factorization).A:m-by-n matrix. (m>=n)Q:m-by-n unitary matrix.R:n-by-n upper triangular.
- 2009-12-15 20:15:04下载
- 积分:1
-
kind
对SC-FDE采用不同UW(特殊字)情况下进行误码性能比较,UW类型分别为chu序列和Frank-Zadoff(For SC-FDE using different UW (special characters) for the case of error performance comparison, UW type sequences, respectively, and Frank-Zadoff chu)
- 2011-11-08 13:55:18下载
- 积分:1
-
Flitering-FFRLS
系统辨识与自适应控制 带滤波的最小二乘递推算法(system identification. Flitering based recursive least squares algorithm)
- 2011-11-25 21:58:05下载
- 积分:1
-
12
说明: 《精通MTLAB最优化计算》第12章 二次规划
源码(" The most proficient MTLAB Optimization" Chapter 12 quadratic programming source code)
- 2011-04-18 21:52:30下载
- 积分:1
-
shearlet
此程序为shearlet程序,用于对图像进行分解变换,有兴趣的可以下载(This procedure for shearlet program for image decomposition transform, are interested can download)
- 2020-11-23 15:19:34下载
- 积分:1
-
fwdliftingpgm
about liftinh in matlab
- 2012-09-14 18:15:42下载
- 积分:1
-
FM-MODULATION
FREQUENCY MODULATION
- 2014-12-13 01:51:14下载
- 积分:1
-
beibao
背包问题,可以解决最短路径问题,或优化问题(Knapsack problem, the shortest path problem can be solved, or optimization problems)
- 2011-11-25 12:16:03下载
- 积分:1
-
Since-logic-toolbox-of-MATLAB
《MATLAB模糊逻辑工具箱的分析与应用》一书讲述了模糊逻辑的基本原理,结合MATLAB仿真进行试验。是个很好的学习教程。(Analysis and application of MATLAB fuzzy logic toolbox " a book about the basic principles of fuzzy logic, combined with the MATLAB simulation test. It is a good learning tutorial.)
- 2013-04-26 16:48:02下载
- 积分:1
-
生成对抗网络GAN代码
# Generative Adversarial Nets for Matlab
only class 2 with GAN

class 0-9 with infoGAN

I use feature matching to train Generative model. (I define this Loss in the `/matlab/+dagnn/Feature_Match_Loss.m`)
1.Compile matconvnet by run `gpu_compile.m` which you should remove comment in it.
2.You can test this code by run `test_gan_3.m` or `test_gan_info.m`
3.If you wanna train this code, you can run `train_gan_3.m` or `train_gan_info.m`
You can find the network structure in `GDnet_3.m` and `GDnet_info.m`
# Some Details
1.I may miss some thing or not select a good initial parameter. So any advice is welcome.
- 2023-08-05 14:45:15下载
- 积分:1