-
Matlab-CPP
Matlab C++数学库对字符型阵列的操作(========================================================================
CONSOLE APPLICATION : charArrayCreate
========================================================================
AppWizard has created this charArrayCreate application for you.
This file contains a summary of what you will find in each of the files that
make up your charArrayCreate application.
charArrayCreate.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
charArrayCreate.cpp
This is the main application source file.
/////////////////////////////////////////////////////////////////////////////
Other standard files:
StdAfx.h, StdAfx.cpp
These files are used to build a precompiled header (PCH) file
named charArrayCreate.pch and a precompiled types file named StdAfx.obj.
////////)
- 2011-05-06 13:27:03下载
- 积分:1
-
filter
M=63 J=(M-1)/2 Wp=0.5*pi Ws=0.6*pi
Np=100 Ns=100
weightp=1 weights=100 通带和阻带的加权系数
WpN=linspace(0,Wp,Np)
WsN=linspace(Ws,pi-0.05,Ns)
Wm=[WpN WsN]
p=[ones(1,50),ones(1,50)/2]
d=[p,zeros(1,Ns)]
W=diag([weightp*ones(1,Np),weights*ones(1,Ns)])
C=cos(Wm*[0:J])
Q=diag(cos(Wm*0.5))
g=(W*Q*C)(W*d) g=g
h=(g(J:-1:2)+g(J+1:-1:3))/4
h=[g(J+1)/4 h g(1)*0.5+g(2)/4]
h=[h fliplr(h)] W=linspace(0,pi-0.1,512)
H=freqz(h,1,W)
plot(W/pi,20*log10(abs(H)))
(filter design)
- 2013-05-18 20:47:33下载
- 积分:1
-
基于ASM3模型的一体式MBR出水水质模拟分析
说明: 将活性污泥3号模型(ASM3)与一体式MBR结合,采用Matlab/Simulink自行开发了可视化的仿真模拟程序,构建了活性污泥系统模型(Abstract:Combined the activated sludge model No.3(ASM3)with the submerged MBR,an activated sludge system was constructed based on the self-developed simulation program of Matlab/Simulink)
- 2020-04-08 10:54:41下载
- 积分:1
-
NLM_for_timeSeries
ECG NML for timeseries
- 2014-11-05 20:13:10下载
- 积分:1
-
cA-excitable
元胞自动机excitable,matlab仿真代码,非常有参考价值。能成功实现。(Cellular Automata excitable, matlab simulation code, very valuable reference. Can be successfully realized.)
- 2012-09-13 11:48:28下载
- 积分:1
-
SinusoidalasymmetricPWMmodulatiobased3PhInverter
Static power inverter can be analyzed by means of means of widely available circuit simulation software packages such as MATLAB. However, they are usually modeled a set of real switches, which results in long execution tines and possible convergence problems in the case of complex circuits. This paper proposes different PWM techniques to used in the simulation of three-phase power inverter. The
- 2013-11-28 22:09:53下载
- 积分:1
-
MOEA-dev
说明: MATLAB多目标搜索算法工具包,包含了各种测试函数(MOEA toolbox for MATLAB)
- 2020-07-01 03:00:02下载
- 积分:1
-
647334535
适用于matlab学习,开发,研究,便于深入研究的学者(Matlab for learning, development, research, and to facilitate in-depth study of the scholars)
- 2007-12-26 14:41:35下载
- 积分:1
-
FFT_report
FFT及应用实验报告,用matlab对fft进行仿真,包括图形和代码(Application of FFT and experimental reports on the fft using matlab simulation, including graphics and code)
- 2008-05-15 22:38:39下载
- 积分:1
-
x-signal
X信号的时域和频域分析,及针对该信号的滤波器设计、验证(X signals in time domain and frequency domain analysis, and for the signal of the filter design, verification)
- 2009-12-10 20:39:33下载
- 积分:1