搜索资源列表
tf
- 一本国外网站下载的时频分析的权威资料。我看过了,写得挺有深度的,总结得很好
tf-idf用于文档聚类
- tf-idf用于文档聚类,权重计算,用MATLAB实现的,自己编写非常好用!,tf-idf for Document Clustering, weight calculation, use MATLAB to achieve, I have written is very easy to use!
aug_routh
- 計算Augmented Routh table的工具, 只須輸入由tf, zpk, ss, fdr建立的System Function, 程式會自動計算及顯示Routh table的數值。-Augmented Routh table Calculation. AUG_ROUTH_TABLE=AUG_ROUTH(G) computes the augmented Routh table for a given system G (created with either TF, ZPK,
chordal
- 輸入兩個由TF, ZPK, SS 或 FRD建立的system function後,程式會自動計算在riemann plot上的Chordal distance值。-function delta=chordal(G1,G2) This is the Chordal distance calculation tool on riemann plot.
closepole
- [自動控制]CLOSED LOOP POLES計算工具,使用者輸入系統Function(由TF, ZPK, SS, FDS建立),以及feedback controller,程式會計算出closed loop poles. -CLOSED LOOP POLES calculation tools for automation control. POLE=POLEPLACE(P,C) returns the closed loop system poles for a given plan
hankel3
- [自動控制] Routh-Hankel matrix數值計算工具,輸入System Function後,程式會計算Hankel singular values and vectors、Schmidt pairs等值。詳情請見英文描述。-<<singular values and vectors>> [R_G,Sigma,U,V,Us,Vs]=HANKEL3(G) computes the Routh-Hankel matrix, the Hankel singular
norm2
- [自動控制]Time domain 2 norm 計算程式。輸入system function(由TF, ZPK, SS, FDS建立),程式會自動計算2-norm.-NORM2(G) computes the 2-norm, i.e. the RMS value, of a strictly proper stable system G (created with either TF, ZPK, SS, or FRD). || [RMS_VALUE, AUG_ROUTH_TABLE]=
ode45
- 解常微分方程的Matlab程序 字符串ypfun是用以表示f(t, y)的M文件名, tspan=[t0, tfinal]表示自变量初值t0和终值tf y0表示初值向量y0,可选参数options为用odeset设置精度等参数。 输出列向量tout表示节点,输出矩阵yout 表示数值解,每一列对应y的一个分量。若无输出参数,则作出图形。-Solution of ordinary differential equations of the Matlab program is
pol
- Polynom for transfer function tf (1, c)
TSPMatlab
- TSP问题(货郎担问题,旅行商问题)的模拟退火算法通用malab源程序 f目标最优值,T最优路线,d距离矩阵,t0初始温度,tf结束温度 - TSP问题(货郎担问题,旅行商问题)的模拟退火算法通用malab源程序 f目标最优值,T最优路线,d距离矩阵,t0初始温度,tf结束温度
TSP
- TSP问题(货郎担问题,旅行商问题)的模拟退火算法通用malab源程序 f目标最优值,T最优路线,d距离矩阵,t0初始温度,tf结束温度 - TSP问题(货郎担问题,旅行商问题)的模拟退火算法通用malab源程序 f目标最优值,T最优路线,d距离矩阵,t0初始温度,tf结束温度
TFIDF
- tf*idf algoritm is a famouse algoritm in text mining.
tfidf
- tfidf matlab实现,很使用,代码简洁很好很强大很好很强大-tfidf matlab implementation, it is used, the code is very simple and very good very good very strong strong
temp
- s code is c tfg gfugv hfcj tf uyvuv yuf uytf yutuy y vuy vuyv yuv yuvtuy vuyvu yvuyvuy vuy
sim_FSK_bandpass_noncoherenefwdft
- tf ret f treaf dfrtg rereatgretgf rtegfdg regvd fgftyrg ertgrddfg -tf retretf treaf reaf dfrtg rereatgretgf rtegfdg regvd fgftyrg ertgrddfg
tf-toolbox
- 时频分析工具箱包括短时傅立叶变换和二次型时频分析的matlab代码,好不容易下载下来的贡献给大家-The Time-Frequency Toolbox (TFTB) is a collection of about 100 scr ipts for GNU Octave and Matlab (R) developed for the analysis of non-stationary signals using time-frequency distributions. It is prim
TF-analysis
- time frequency analysis for images
HeatTransport
- 数值方法计算传热问题实例 边长为200×200mm的二维矩形材料内的稳态温度分布。上侧和左侧维持恒壁温;下侧为绝热;右侧为对流换热条件。具体参数为: 材料的导热系数=20w/m• k; 上侧温度t1=100℃ 右侧流体温度tf=20℃ 表面传热系数 h分别为1w/m2• k和100 w/m2• k 左侧温度t2=20℃ 下侧绝热-Numerical method to calculate the heat transfer problem
calculateTF
- Calculate TF for designing SDM
bvp2
- 运用有限差分方法求解二阶边值问题,x" + a1*x’ + a0*x = u with x(t0) = x0, x(tf) = xf-solve BVP2 by the finite difference method