-
Matlab_Cpp_Programming
刘维的《精通Matlab与Cpp混合程序设计》。
本书主要介绍如何运用Matlab与C/C++进行混合程序设计。共分8章,主要包括:Matlab程序设计初步、Matlab编译器、Matlab与C语言的接口、生成可独立运行的Matlab程序、Visual C++调用Matlab程序、Matlab DotNet Builder与Visual C++、Matcom与C/C++以及Visual C++调用Mattab C++数学库。另外,附录中介绍有关动态链接库的基础知识。(By Liu Wei. This book describes how to use Matlab and C/C++ mixed programming. Is divided into eight chapters, including: Matlab programming initially, Matlab compiler, Matlab and C language interface, generates an independent run Matlab programs, Visual C++ calling Matlab program, Matlab DotNet Builder and Visual C++, Matcom and C/C++ and Visual C++ call Mattab C++ math library. In addition, the appendix introducing the basics of the dynamic link library.)
- 2010-09-04 18:50:58下载
- 积分:1
-
MatchFilterLFM
高分辨率雷达 距离向压缩算法滤波器设计 三种方法 全面设计(clc
clear all
close all
2013年9月28日
---------------参数----------
Tr=42e-6
fs=9.5e6
K=0.7e11
Nfft=2048
-------------匹配滤波 时域生成--------------
t=(-Tr/2+1/fs:1/fs:Tr/2-1/fs)
w = kaiser(length(t),2.5)
w=w
w = ones(1,length(t))
ht1=w.*exp(-1i*pi*K*t.^2)
ht2=w.*exp(1i*pi*K*t.^2)
hf1=fft(ht1,Nfft)
hf2=fft(ht2,Nfft)
figure
subplot(211)
plot(abs(hf1))
title( 匹配滤波器1 幅频响应 )
subplot(212)
plot(phase(hf1))
title( 匹配滤波器1 相位 )
figure
subplot(211)
plot(abs(hf2))
title( 匹配滤波器2 幅频响应 )
)
- 2013-10-12 22:32:06下载
- 积分:1
-
pso1
粒子群算法实现寻优,利用一具体案例得出寻优结果(Particle swarm optimization algorithm, the use of a specific case of optimization results obtained)
- 2014-12-08 22:04:17下载
- 积分:1
-
MNONCOH
Non coherent GPS signal acquistion file in MATLAB
- 2009-04-05 13:44:48下载
- 积分:1
-
EM_GM
% EM algorithm for k multidimensional Gaussian mixture estimation
%
% Inputs:
% X(n,d) - input data, n=number of observations, d=dimension of variable
% k - maximum number of Gaussian components allowed
% ltol - percentage of the log likelihood difference between 2 iterations ([] for none)
% maxiter - maximum number of iteration allowed ([] for none)
% pflag - 1 for plotting GM for 1D or 2D cases only, 0 otherwise ([] for none)
% Init - structure of initial W, M, V: Init.W, Init.M, Init.V ([] for none)
%
% Ouputs:
% W(1,k) - estimated weights of GM
% M(d,k) - estimated mean vectors of GM
% V(d,d,k) - estimated covariance matrices of GM
% L - log likelihood of estimates
%( EM algorithm for k multidimensional Gaussian mixture estimation Inputs: X (n, d)- input data, n = number of observations, d = dimension of variable k- maximum number of Gaussian components allowed ltol- percentage of the log likelihood difference between 2 iterations ([] for none) maxiter- maximum number of iteration allowed ([] for none) pflag- 1 for plotting GM for 1D or 2D cases only, 0 otherwise ([] for none) Init- structure of initial W, M, V: Init.W, Init.M, Init.V ([] for none) Ouputs: W (1, k)- estimated weights of GM M (d, k)- estimated mean vectors of GM V (d, d, k)- estimated covariance matrices of GM L- log likelihood of estimates)
- 2008-04-27 15:51:27下载
- 积分:1
-
Simpson
说明: matlab中运用Simpson求积时的求积函数,可以有效解决这类问题。(matlab use Simpson quadrature quadrature at the time of function, can effectively solve all these problems.)
- 2008-11-16 21:04:23下载
- 积分:1
-
jintian
对图像进行分块编码,总共分四块,在matlab7.0中验证可行(Block coding of images, a total of four points in the matlab7.0 verify possible)
- 2011-05-10 17:06:01下载
- 积分:1
-
shibiejiemian
语音识别系统matlab仿真的识别界面程序(Identification of the speech recognition system matlab simulation interface program)
- 2013-04-22 18:50:14下载
- 积分:1
-
5_attractor_sync1
采用主动-被动的同步方案实现两个具有5涡卷蔡氏混沌电路系统同步(By active- passive synchronization scheme to achieve the two Chua' s chaotic circuit with five scroll synchronization)
- 2010-06-23 01:23:21下载
- 积分:1
-
QPSK
simulation of QPSK over noise and rayliegh channel and compared with theoretical results
- 2014-09-22 08:07:35下载
- 积分:1