-
A-Design-Method-in-CMOS-Operational-Amplifier-Opt
A Design Method in CMOS Operational Amplifier Optimization Basedon Adaptive Genetic Algorithm
- 2014-10-18 00:00:13下载
- 积分:1
-
NR_power-Flow
x0 = ones(2,2) Make a starting guess at the solution
options = optimset( Display , off ) Turn off Display
[x,Fval,exitflag] = fsolve(@myfun,x0,options)
The solution is
x =
-0.1291 0.8602
1.2903 1.1612
Fval =
1.0e-009 *
-0.1619 0.0776
0.1161 -0.0469
exitflag =
1
and the residual is close to zero.
sum(sum(Fval.*Fval))
ans =
4.7915e-020
- 2014-02-22 08:37:54下载
- 积分:1
-
simulink-spectrum-analysis-
simulink中分析频谱的有效工具,可以分析连续,离散信号的频谱(simulink an effective tool in the analysis of the spectrum, can analyze the continuous, discrete signal spectrum)
- 2011-05-06 20:38:15下载
- 积分:1
-
medianfilter(matlab)
本程序是对均值滤波方法和中值滤波方法的去噪效果对比的MATLAB程序(This procedure is a mean filter and median filter denoising methods MATLAB procedures contrast effect)
- 2009-05-28 16:23:40下载
- 积分:1
-
ook
二进制ook调制 matlab实现仿真程序(ook modulation)
- 2011-08-19 16:22:30下载
- 积分:1
-
codelength_recogcompare_BCH157
里面含有盲识别BCH码的长度的代码,用于matlAB子程序调试,很好用。(BCH code which contains the length of the blind identification code for matlAB subroutine debugging, very good use.)
- 2013-11-07 16:28:35下载
- 积分:1
-
singpiu
用MATLAB实现动态聚类或迭代自组织数据分析,有PMUSIC 校正前和校正后的比较,使用起来非常方便,信号维数的估计,欢迎大家下载学习,包含光伏电池模块、MPPT模块、BOOST模块、逆变模块,基于kaiser窗的双谱线插值FFT谐波分析,独立成分分析算法降低原始数据噪声。
( Using MATLAB dynamic clustering or iterative self-organizing data analysis, A relatively before correction and after correction PMUSIC, Very convenient to use, Signal dimension estimates, Welcome to download the study, PV modules contain, MPPT module, BOOST module, inverter module, Dual-line interpolation FFT harmonic analysis kaiser windows, Independent component analysis algorithm reduces the raw data noise.
)
- 2017-04-12 22:36:56下载
- 积分:1
-
cluster_jsp
说明: MATLAB的jsp和K聚类算法,试试看,不错的,谢谢(MATLAB' s jsp and K clustering algorithm, give it a try, yes, thank you)
- 2010-04-14 17:58:18下载
- 积分:1
-
IMM
根据《多源信息融合》一书中的IMM多模型跟踪算法所写的仿真程序(According to )
- 2007-10-26 21:36:14下载
- 积分:1
-
SUDOKUE
数独游戏的MATLAB实现!还能帮助玩家完成数独游戏。(
SUDOKUE play sudoku with MATLAB (aids for solving included)
A guide on how sudoku works can be found e.g. on
http://en.wikipedia.org/wiki/Sudoku
This program has a history-function, i.e. you can undo and redo each
single step. You can also save and load a score including all settings
(execpt for the branching solver).
New games can be imported either as ASCII-string or from sdm- or
sdk-files resprectively. Puzzles in ASCII-Format or as sdm- or sdk-file
respectively can be found e.g. on http://www.sudocue.net)
- 2012-03-22 22:46:56下载
- 积分:1