-
Rotating shafts experience a an elliptical motion called whirl. It is important...
Rotating shafts experience a an elliptical motion called whirl. It is important to decompose this motion into a forward and backward whil orbits. The current function makes use of two sensors to generate a bi-directional spectrogram. The method can be extended to any time-frequency distribution
%
% compute the forward/backward Campbell/specgtrogram
%
% INPUT:
% y (n x 2) each column is measured from a different sensor
% ///////
% __
% |s1| y(:,1)
% |__|
% __
% / ________|/
% | | | s2 |/ y(:,2)
% \____/ --------|/
%
% Fs Sampling frequnecy
%
% OUTPUT:
% B spectrogram/Campbel diagram
% x x-axis coordinate vector (time or Speed)
% y y-axis coordinate vector (frequency [Hz])
-an experience a elliptica l motion called whirl. It is important to decomp Rose this motion into a forward and backward whil orbits. The current function makes use of two se nsors to generate a bi-directional spectrogra m. The method can be extended to any time-freque ncy di
- 2022-07-04 14:40:27下载
- 积分:1
-
js对话框,用于实现跳出提示信息
js对话框,用于实现跳出提示信息 -message box
- 2022-07-22 22:05:49下载
- 积分:1
-
用asp来实现文件的上传功能! 是asp教程的作业!自己已经检测过没有错误 但是可能还需要改进 请专家指点!...
用asp来实现文件的上传功能! 是asp教程的作业!自己已经检测过没有错误 但是可能还需要改进 请专家指点!-used to achieve functional document uploads! Asp Guide is the work! They have detected it is not wrong but may also need to improve the expert guidance! Thank you
- 2022-04-01 21:06:51下载
- 积分:1
-
坦克游戏的源码,并可以地图编辑
坦克游戏的源码,并可以地图编辑-tanks games source, and can map editors
- 2022-02-04 01:45:36下载
- 积分:1
-
DOS下256色汉字显示turboc代码,使用UCDOS字库
DOS下256色汉字显示turboc代码,使用UCDOS字库-DOS under the Chinese characters display 256 colors TurboC code, use the font UCDOS
- 2023-07-05 10:55:03下载
- 积分:1
-
矩陣相乘
矩陣相乘
#include
#include
int m,n,o,p,i,j,k,l;
int main()
{
printf("輸入矩陣A之列數m、行數n及矩陣B之列數o、行數p");
printf("
m=");scanf("%d",&m);
printf("n=");scanf("%d",&n);
printf("
o=");scanf("%d",&o);
printf("p=");scanf("%d",&p);
float a[m][n],b[o][p],c[m][p];
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-05 11:05:03下载
- 积分:1
-
一个不错的网上购物系统的源代码
一个不错的网上购物系统的源代码 -a good online shopping system source code a good online shopping system source code
- 2022-03-20 11:54:33下载
- 积分:1
-
DOS and batch processing technology of these are my long
DOS和批处理技术
这些是我长期学习积累下来的总共有47个文件,在这里一并上传,方便大家下载使用。欢迎下载!-DOS and batch processing technology of these are my long-term study has accumulated a total of 47 documents, along From here to facilitate the use of download. Welcome to download!
- 2022-05-30 10:19:07下载
- 积分:1
-
利用数论中的佳点集的理论和方法,对遗传算法中的交叉操作进行了重新设计,给出了一个新的遗传算法,称之为佳点集的遗传算法
站长不接受我的代码说明名你对佳点集完全...
利用数论中的佳点集的理论和方法,对遗传算法中的交叉操作进行了重新设计,给出了一个新的遗传算法,称之为佳点集的遗传算法
站长不接受我的代码说明名你对佳点集完全不了解我白传了-use of the theory of good points of the theory and method of genetic algorithm crossover operator of a new design. is a new genetic algorithm, call it good point-set head of the genetic algorithm does not accept the code I note from your good points I totally unaware of the white-
- 2022-06-12 05:35:21下载
- 积分:1
-
(1)分别采用结构体数组和链表存储学生信息(包括学号、姓名、各科成绩)
(2)通过键盘输入各学生的多门课程的成绩,建立相应的文件input.dat。
(...
(1)分别采用结构体数组和链表存储学生信息(包括学号、姓名、各科成绩)
(2)通过键盘输入各学生的多门课程的成绩,建立相应的文件input.dat。
(3)按各科总成绩排序,并生成相应的文件输出。
(4)计算每人的平均成绩,按平均成绩排序,并生成文件。
(5)按学号、姓名查找学生记录。
-(1), respectively, and an array of linked list structures storing student information (including Student ID, names, subjects achievements) (2) through the keyboard input of all students in the multi-course results, the establishment of a corresponding document input.dat. (3) The total score of subjects sort, and generate the corresponding output file. (4) Calculate the average per capita results, sorted by grade point average, and generate the file. (5) by Student ID, name search for student records.
- 2022-04-18 05:35:30下载
- 积分:1