-
ourdev_581404
本文講述了一個基於FAN4800 連續PFC 前端的雙管正激電源的功率級設計。回顧了這種電源的設計選擇。討論的實際課題包括功
率器件選型,電磁設計,佈局和電磁干擾 (EMI),目的在於幫助工程師加速並改善其設計。(This article about a front-end based on the FAN4800 PFC consecutive two-transistor forward power stage power supply design. Review this power supply design options. The actual topics discussed include the selection of power devices, electromagnetic design, layout, and electromagnetic interference (EMI), designed to help engineers to speed up and improve its design.)
- 2010-08-02 16:36:55下载
- 积分:1
-
pudu
B样条曲线生成程序,HHT插件等。rilling版本,供大家参考学习。
(B-spline curve generation procedures, HHT, such as plug-ins. rilling version for your learning.)
- 2009-04-29 09:33:42下载
- 积分:1
-
radon_ambiguity
%radon transform
clear all
%
N=800
n=1:N
fs=200
t=n/fs
x1=exp(j*2*pi*(5*t+0.5*5*t.^2))
x2=exp(j*2*pi*(5*t+0.5*15*t.^2))
x=x1+x2
%N=length(x)
% ambifunb(x )
%*****************************************RAT
naf=ambifunb(x)
htl(abs(naf))
% [wh,rho,theta]=htl(abs(naf))
colormap([0,0,0])
% xlabel( 极半径 )
% ylabel( 角度 )
%**************************************%找出峰值点的坐标,计算初始频率和调频斜率(正确)
%找出峰值点的坐标
b=max(max(wh))
[u,a]=find(wh>=0.8*b)
( Radon transformclear all N = 800 n = 1: N fs = 200 t = n/fs x1 = exp (j* 2* pi* (5* t+ 0.5* 5* t. ^ 2)) x2 = exp ( j* 2* pi* (5* t+ 0.5* 15* t. ^ 2)) x = x1+ x2 N = length (x) ambifunb (x)***************************************** RATnaf = ambifunb (x) htl (abs (naf)) [wh, rho, theta ] = htl (abs (naf)) colormap ([0,0,0]) xlabel (polar radius) ylabel (angle)************************************** to find the coordinates of the peak point, calculating the initial slope of the frequency and FM (right) find the peak point of the coordinates b = max (max ( wh)) [u, a] = find (wh)
- 2008-05-06 21:56:10下载
- 积分:1
-
kmedian
The method works as follows.
1. For a data set with dimensionality, d, compute the variance
of data in each dimension (column).
2. Find the column with maximum variance call it cvmax
and sort it in any order.
3. Divide the data points of cvmax into K subsets, where K is
the desired number of clusters.
4. Find the median of each subset.
5. Use the corresponding data points (vectors) for each
median to initialize the cluster centers.
- 2013-08-10 03:45:31下载
- 积分:1
-
simple-calculator
使用MATLAB的GUI接口设计一个简单的计算器,实现两个数的基本运算。(Use the GUI interface of MATLAB to design a simple calculator,realizing basic operations of two numbers.)
- 2013-09-29 21:40:36下载
- 积分:1
-
nlms
关于NLMS编程的MATLAB例程,初学时,可以仔细看看,然后改改,是学习的好资料。。。(a program about nlms,and the program was realize in the matlab )
- 2010-05-10 19:48:49下载
- 积分:1
-
music-player
audio player USING MATLAB AND GUI TO RUN THIS FILE USE THE FILE A.M
- 2013-11-22 14:18:43下载
- 积分:1
-
GenAlgo
binary Genetic Algorithm in french
- 2015-03-02 04:44:22下载
- 积分:1
-
model14
这是一个基于matlab应用于电力潮流计算的ieee14节点模型(This is a matlab in power flow calculation based on the ieee14 node model)
- 2021-01-29 15:58:34下载
- 积分:1
-
lms5
LMS算法和RLS算法的智能天线波束形成~~,可以运行~~~(LMS algorithm and RLS algorithm for smart antenna beamforming ~ ~, you can run ~ ~ ~)
- 2010-05-27 10:49:22下载
- 积分:1