-
图像压缩/功率谱估计/奇异值分解
图像压缩/功率谱估计/基于奇异值分解的信号去噪
清华大学数字信号处理期末大作业-Image compression/power spectrum estimation/singular value decomposition-based signal de-noising of the Digital Signal Processing, Tsinghua University at the end of major operations
- 2023-06-03 19:05:03下载
- 积分:1
-
大学物理第3册答案里面有详细的解题步骤包括选择题
大学物理第3册答案里面有详细的解题步骤包括选择题-University Physics Article 3 which have a detailed answer to problem-solving steps include multiple-choice questions
- 2022-03-23 18:21:01下载
- 积分:1
-
* 高斯列主元素消去法求解矩阵方程AX=B,其中A是N*N的矩阵,B是N*M矩阵
* 输入: n...
* 高斯列主元素消去法求解矩阵方程AX=B,其中A是N*N的矩阵,B是N*M矩阵
* 输入: n----方阵A的行数
* a----矩阵A
* m----矩阵B的列数
* b----矩阵B
* 输出: det----矩阵A的行列式值
* a----A消元后的上三角矩阵
* b----矩阵方程的解X
-out the main elements of Gaussian elimination method for solving matrix equations AX = B, where A is N* N matrix, B is N* M matrix* Input : n---- A phalanx of a few-a matrix* A* m-matrix shown in a few B* b---- Matrix B* output : det-A matrix of a determinant value---- A* Elimination of upper triangular matrix* b---- Matrix The X-Solutions
- 2022-10-20 06:00:04下载
- 积分:1
-
台湾硕士学位论文,最实用的,方便做电机伺服控制应用的国内同行下载.高手可用....
台湾硕士学位论文,最实用的,方便做电机伺服控制应用的国内同行下载.高手可用.-Taiwan, the most practical, so convenient servo motor control applications downloaded domestic counterparts. experts available.
- 2022-04-28 23:36:01下载
- 积分:1
-
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返...
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返回有效的实际值 */
#define A 10
char value
char filter()
{
char new_value
new_value = get_ad()
if ( ( new_value - value > A ) || ( value - new_value > A )
return value
return new_value
}
2、中位值滤波法
/* N值可根据实际情况调整
排序采用冒泡法*/-10 kinds of software filtering method one example of the procedure, limit the Deputy filter/* A value can be adjusted according to the actual value for the RMS, new_value filter for the current sampling procedures for the effective return of the actual value* /# define A 10 char value char filter () (char new_value new_value = get_ad () if ((new_value- value> A) | | (value- new_value> A) return value return new_value ) 2, the median filtering method/* N values can be adjust the actual situation in the use of bubble sort method* /
- 2023-08-29 16:45:03下载
- 积分:1
-
一个数据课程设计开发文档,有代表性。内容丰富
一个数据课程设计开发文档,有代表性。内容丰富-Curriculum design and development of a data documentation, they are representative. Rich in content. .
- 2022-12-06 11:55:03下载
- 积分:1
-
高清晰、高质量的PPT模板,韩国人做滴!
高清晰、高质量的PPT模板,韩国人做滴!-High-definition, high-quality PPT template, Korean make drops!
- 2022-01-21 01:00:48下载
- 积分:1
-
使用C#拷贝String到struct
使用C#拷贝String到struct-use C# copy of the struct String
- 2022-03-13 11:47:10下载
- 积分:1
-
转换*.img为ASC码文件
本程序完成*.img文件的读取,写入ASC文件,程序基于VS2010, AE10.1 平台 。程序已经调试使用,在文件包中有详细的数据结构说明,也有实验指导文件。代码可作参考
- 2022-08-11 04:06:32下载
- 积分:1
-
课程设计、数据库课程设计、数据库格式,格式的主题…
数据库课程设计格式 题目 数据库课程设计格式 题目-Curriculum design, database format, curriculum design, database format, the subject title
- 2022-03-23 00:35:27下载
- 积分:1