代码搜索结果

找到约 1,193 项符合 Q 的代码

sy13.m

q=8; p=8; n=[0:1:15];y=exp(-((n-p).^2)/q); subplot(2,1,1);stem(y(1:16));title('noise time domain signal'); Y=fft(y,16); magY=abs(Y(1:1:9)); k=0:1:8;w=2*pi/16*k; subplot(2,1,2);plot(w/pi,magY),t

q.m

% File: q.m % Software given here is to accompany the textbook: W.H. Tranter, % K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of % Communication Systems Simulation with Wireless App

main.cmd

-q -cr -m fwrite.map -o fwrite.out -stack 0x0800 -x main.obj Start.obj MEMORY { IDRAM : origin = 0x00000000,len = 0x00010000 } SECTIONS { .vectors: {} > IDRAM .tex

fwrite.cmd

-q -cr -m fwrite.map -o fwrite.out -x C:\dspstar\c6000\lib\rts6700.lib Start.obj main.obj MEMORY { IDRAM : o = 0x00000000, l = 0x00010000 } SECTIONS { .vectors: {} > IDRAM .text:

q.java

import java.util.*; import java.awt.*; import java.awt.event.*; import java.applet.*; public class q extends Applet implements ActionListener { Button button; Label l3,l4,l5,l6;

e0445.m

Q=deconv([1 8 0 0 -10],[2 -1 3]) [Q,r]=deconv([1 8 0 0 -10],[2 -1 3])

examp4_23.m

A=[16,2,3,13; 5,11,10,8; 9,7,6,12; 4,14,15,1]; Q=orth(A) norm(Q'*Q-eye(3))