-
vc_matlab
用VC调用Matlab的文章,文章详细介绍了几种方法,并给出了示例(VC call Matlab with the article, the article details several ways, and gives examples of)
- 2007-10-29 20:39:00下载
- 积分:1
-
exact_alm_rpca
RPCA (Robust Principal Component Analysis)是目前用于矩阵填充、图像去噪的最有效的优化方法。该代码是求解RPCA的一种数值算法——Exact ALM(Exact Augmented Lagrange Multiplier)(The most basic form of the exact ALM function is [A, E] = exact_alm_rpca(D, λ), and that of the inexact ALM function is [A, E] = inexact_alm_rpca(D, λ), where D is a real matrix and λ is a positive real number. We solve the RPCA problem using the method of augmented Lagrange multipliers. The method converges Q-linearly to the optimal solution. The exact ALM algorithm is simple to implement, each iteration involves computing a partial SVD of a matrix the size of D, and converges to the true solution in a small number of iterations. The algorithm can be further speeded up by using a fast continuation technique, thereby yielding the inexact ALM algorithm.)
- 2010-11-02 14:03:12下载
- 积分:1
-
Sim_LDPC_802_16e
本程序可仿真IEEE802.16e LDPC编解码器,程序设计原理见本人如下专著。
[1] 肖扬著, Turbo与LDPC编解码及其应用,人民邮电出版社,2010.
[2] 肖扬著, MIMO多天线无线通信系统,人民邮电出版社,2009。
本程序只用于科研,不得用于其它场合。(The program can simulate LDPC codec with IEEE 802.16e LDPC of the size
2256*4512, and 1/2 code rate.
Copyright (C2010-2015) Yang XIAO, Beijing Jiaotong University, Nov.3, 2010, E-Mail: yxiao@bjtu.edu.cn.
Current Version Published: 2010-11-3
In my following books, I derived the algorithm of constructing the parity check matrices of IEEE 802.16e LDPC.
[1] Y. Xiao, Turbo and LDPC Codecs and their Applications, Press of Posts and Telecommunications, Beijing, 2010.
[2] Yang Xiao, MIMO Multiple Antenna Wireless Communication Systems, Press of Posts and Telecommunications, Beijing, 2009.
This program also provides the LDPC code with the size 4512*2256, and 1/2 code.)
- 2010-11-07 08:19:04下载
- 积分:1
-
point
matlab离散点转化为平滑曲线的基本方法,适合新手使用(matlab discrete points into a smooth curve)
- 2014-01-11 20:47:22下载
- 积分:1
-
CC_Phy_RL1
Here is the currrent controller in physical RL(resistance- inductance) circuit where you can control current in power system
- 2014-10-02 11:03:37下载
- 积分:1
-
JA
说明: matlab/simulink下的J-A模型(J-A model basing on simulink)
- 2018-11-26 17:14:22下载
- 积分:1
-
DESIIR
利用双线性Z变换设计巴特沃斯和切比雪夫I型IIR数字滤波器,包括低通、高通、带通、带阻四种形式。使用者只需指定通带、阻带的边缘实际频率及相应的衰减,便可输出数字滤波器 的级联形式的各子系统分子、分母的系数,并输出其幅频和相频响(Bilinear Z transform design Butterworth and Chebyshev Type I IIR digital filters, including low pass, high pass, band pass, band stop four forms. Users simply specify the passband edge frequency stopband actual and corresponding attenuation subsystems can form molecular cascade output digital filter coefficients of the denominator, and the output of its magnitude and phase frequency response)
- 2014-02-22 18:27:52下载
- 积分:1
-
Matlab
简单matlab介绍,常用信号的处理,适于刚开始学习matlab!(Simple matlab, the commonly used signal processing, suitable for beginning to learn matlab!)
- 2007-12-11 22:52:22下载
- 积分:1
-
heartFFT
fast fourier transform of heart sound
- 2011-01-09 21:35:21下载
- 积分:1
-
FM_phase_noise_1
The file calculates and plots FM noise sidebands for a carrier. It also does sinusoidal modulation. This simple way of adding noise to a carrier is useful for simulation of PLLs. It turns out, though, that the mean of the randn function is not as close to zero as it could be, and this causes the fft to generate extra sideband energy, which makes it appear as if the noise is not what would be expected. This program gets around this by adding a fudge factor to the randn results to eliminate this problem. It took me ages to figure this out, I hope to reduce a similar effort for others
- 2011-07-20 21:08:11下载
- 积分:1