-
产生MPSK(M=2,4,8,16)信号的matlab程序
可产生2、4、8、16PSK数字调制基带IQ信号,其数字调制时的成形滤波器可任意选择升余弦、根升余弦和高斯。产生的MPSK信号通过波形回放进行了验证。
- 2023-07-25 14:00:03下载
- 积分:1
-
小波变换所有常见例程,vc++下调试通过。适合科研人员和工程应用人员...
小波变换所有常见例程,vc++下调试通过。适合科研人员和工程应用人员-Wavelet transform of all common routines, vc++ Adopted under the debugger. Suitable for the application of scientific research personnel and engineering staff
- 2023-06-09 04:30:03下载
- 积分:1
-
simulated annealing algorithm in the loan portfolio optimization of
模拟退火算法在贷款组合优化决策中的应用-simulated annealing algorithm in the loan portfolio optimization of
- 2022-11-22 22:35:03下载
- 积分:1
-
C经典代码大全
一些C编程语言经典编程题目,希望对大家有用。#include
int main(void)
{
unsigned int i = 0x12345678;
char*pc =(char*)&i;
printf("0x%x
", *pc);
double *pd = (double*)&i;
printf("%f
", *pd);
printf("sizeof pc = %d sizeof pd = %d
", sizeof(pc), sizeof(pd));
return 0;
}
- 2022-04-01 10:36:20下载
- 积分:1
-
基于AVR的DS18B20函数设计,利用LCD模块显示温度变化,精度高,反应迅速。...
基于AVR的DS18B20函数设计,利用LCD模块显示温度变化,精度高,反应迅速。-AVR-DS18B20 function design based on the use of LCD modules show that the temperature changes, high precision and rapid response.
- 2022-06-26 23:10:44下载
- 积分:1
-
快速排序! 经典的算法。 provides methods to sort a set of objects with quicksort algorithm....
快速排序! 经典的算法。 provides methods to sort a set of objects with quicksort algorithm.-rapid sequencing! The classical algorithm. Provides methods to sort a set of objects with quicksort algorithm.
- 2023-03-18 04:35:04下载
- 积分:1
-
离散数学经典的算法
离散数学经典的算法-Discrete Mathematics classical algorithm
- 2022-02-03 05:21:43下载
- 积分:1
-
图关节点求法的c++实现
图关节点求法的c++实现-plans for the key points of the law to achieve c
- 2023-05-20 20:40:03下载
- 积分:1
-
c program for identifying bottleneck machines in a job shop (used in the schedul...
c program for identifying bottleneck machines in a job shop (used in the scheduling of the shop floor)
- 2022-01-25 18:02:52下载
- 积分:1
-
matlab编译标准粒子群优化算法
代码可直接运行,注释详细。粒子群算法是将群体中的个体看作是在D维搜索空间中没有质量和体积的粒子,每个粒子以一定的速度在解空间运动,并向自身历史最佳位置和领域历史最佳位置聚集,实现对候选解得进化。让粒子飞向解空间并在最好解处降落。通过迭代找到最优解,在每一次迭代中,粒子通过跟踪两个极值来更新自己。第一个是粒子本身的历史最优值persongood,另一个是每个组织目前找到的最优解allbetter。
- 2022-07-16 08:55:30下载
- 积分:1