多分量LFM信号在分数阶Fourier域的参数估计与分离,刘宝华,李运华,分数阶Fourier变换由于其特有的性质,非常适和处理LFM信号,尤其是作为一种线性变换,可以克服多分量LFM信号的交叉项的干扰。本文在��
2022-04-20 20:23:57 405KB 线性调频信号
1
拉普拉斯分数(Laplacian score)是由 He 等人提出的一种经典的无监督特征选择算法。 内容主要为:Laplacian score的Matlab实现 其中,main文件为示例文件,可以通过运行main文件来得到对应的Laplacian分数。具体功能也可以通过更改main文件实现。
内含详细源码,可直接运行,直方图分析,信息熵分析,相关性分析。
2022-04-15 12:03:38 159KB matlab
CSP-J1 分数预估模拟题附答案
2022-04-15 10:06:35 2.12MB CSP C++ 信息学奥赛 少儿编程
研究了利用频率响应数据辨识分数阶传递函数的问题。根据分数阶传递函数模型中,公因子阶次和分母系数是非线性参数,而分子系数则是线性参数,给出了一种频域辨识算法:利用模拟退火算法估计公因子阶次和分母系数,相应的分子系数通过求解线性最小二乘问题得到。该算法可以估计出包括公因子阶次在内的所有模型参数。无噪声和有噪声频率响应数据2种情况下的仿真算例验证了算法的有效性。
2022-04-09 11:14:07 1MB 自然科学 论文
1
【达摩老生出品,必属精品,亲测校正,质量保证】 资源名:基于分数阶微积分的分数阶傅里叶变换源代码matlab程序 资源类型:matlab项目全套源码 源码说明: 全部项目源码都是经过测试校正后百分百成功运行的,如果您下载后不能运行可联系我进行指导或者更换。 适合人群:新手及有一定经验的开发人员
8.17 (Rational Numbers) Create a class called Rational for performing arithmetic with fractions. Write a program to test your class. Use integer variables to represent the private instance variables of the class the numerator and the denominator. Provide a constructor that enables an object of this class to be initialized when it is declared. The constructor should store the fraction in reduced form. The fraction 2/4 is equivalent to 1/2 and would be stored in the object as 1 in the numerator and 2 in the denominator. Provide a no-argument constructor with default values in case no initializers are provided. Provide public methods that perform each of the following operations: a. Add two Rational numbers: The result of the addition should be stored in reduced form. b. Subtract two Rational numbers: The result of the subtraction should be stored in reduced form. c. Multiply two Rational numbers: The result of the multiplication should be stored in reduced form. d. Divide two Rational numbers: The result of the division should be stored in reduced form. e. Print Rational numbers in the form a/b, where a is the numerator and b is the denominator. f. Print Rational numbers in floating-point format. (Consider providing formatting capabilities that enable the user of the class to specify the number of digits of precision to the right of the decimal point.) – 提示: – 有理数是有分子、分母以形式a/b表示的数,其中a是分子,b是分母。例如,1/3,3/4,10/4。 – 有理数的分母不能为0,分子却可以为0。每个整数a等价于有理数a/1。有理数用于分数的精确计算中。例如1/3=0.0000…,它不能使用数据类型double或float的浮点格式精确表示出来,为了得到准确结果,必须使用有理数。 – Java提供了整数和浮点数的数据类型,但是没有提供有理数的类型。 – 由于有理数与整数、浮点数有许多共同特征,并且Number类是数字包装的根类,因此,把有理数类Rational定义为Number类的一个子类是比较合适的。由于有理数是可比较的,那么Rational类也应该实现Comparable接口。
2022-03-30 19:40:54 2KB Rational Numbers 分数的加减乘除运算
1
基于分数布朗运动的股价演化模型,张虹,王道平,分数布朗运动由于分形特征,已成为金融管理研究中更为合适的工具。针对股票市场具有包括长期记忆性的分形特征,本文模拟出分数布
2022-03-28 17:15:22 180KB 首发论文
1
这是一个用BDF法解分数阶微分方程的matlab代码,可以运行
2022-03-27 16:27:45 1KB 分数阶
1
主要是讲解英语论文写作中的符号表达方法,让你地道的写出英文论文!
2022-03-24 16:04:25 383KB 英文论文 英文科技文
1