代码搜索结果
找到约 10,000 项符合
1 的代码
example2_1_1.m
load noissin; %装载信号
whos;
c=cwt(noissin,1:48,'db4'); %完成一维连续小波变换
c=cwt(noissin,1:48,'db4','plot'); %产生系数的图形表示
c=cwt(noissin,2:2:128,'db4','plot'); %重新选择分析尺度
gademo1eval1.m
function [val,sol] = gaDemo1Eval(sol,options)
% Demonstration evaluation function used in gademo1.
% f(x)=x+10sin(5x)+7cos(4x)
%
% function [val,sol] = gaDemo1Eval(sol,options)
%
% val - the fittness
exercise13_1_1.java
import javax.swing.*;
import java.awt.event.*;
import java.awt.*;
public class Exercise13_1_1 extends JFrame{
protected MessagePanel messagePanel = new MessagePanel("Welcome to Java");
public E