-
comm_ch01_intro_en
对于通信原理中的调制解调进行说明,并且用MATLAB给出了仿真。(For modem communication theory is described in, and the simulation with MATLAB.)
- 2010-12-24 17:45:39下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1
-
KSVD_Matlab_ToolBox
64位系统下,ksvd降噪的matlab代码(64 bit system, ksvd noise reduction of matlab code)
- 2016-05-17 16:06:48下载
- 积分:1
-
Digital_filterin_code
MATLAB辅助设计数字滤波器源代码,QUATUS II 实现!(MATLAB-aided design of digital filter source code, QUATUS II implementation!)
- 2009-03-31 13:19:42下载
- 积分:1
-
tridiagSolvers
tridiagLU Obtain the LU factorization of a tridiagonal matrix
- 2010-02-19 00:59:55下载
- 积分:1
-
matlab
说明: matlab GUI教程,是我在网上花钱买来的 很适合广大研究者(tutorial matlab GUI, I bought online to spend money very suitable for the majority of researchers)
- 2009-08-22 08:42:42下载
- 积分:1
-
extended-kalman-filter
本程序为一个extended kalman filter的matlab代码,可以帮助那个想学习extended kalman filter的(This program is an extended on kalman filter matlab code that can help that want to learn extended on kalman filter)
- 2012-05-18 15:49:29下载
- 积分:1
-
imagine
觉得好东西,一个matlab编写的APP,可以对三维医学图像进行全方位查看,其中还自带说明用法。(Very Useful!! It s a app based on Matlab to look 3D-Medical image. And It has the instructions.)
- 2013-12-27 00:26:04下载
- 积分:1
-
hspice_matlab
hspice toolbox with matlab.
- 2008-07-16 00:26:50下载
- 积分:1
-
pll
A Matlab script to simulate a Phase-Locked Loop (PLL). This is a type II PLL ie it has two integrators (one of these is the VCO itself).
It is simulated with an FM (frequency modulation) input. The output is the demodulated baseband signal
- 2009-07-12 09:54:51下载
- 积分:1