⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 contents.m

📁 DSP程序 Matlab是一套用于科学工程计算的可视化高性能语言与软件环境。它集数值分析、矩阵运算、信号处理和图形显示于一体
💻 M
字号:
% FDSP toolbox functions% Path ->  C:\MATLAB6p5\toolbox\fdsp\fdsp%%   f_adc          - F_ADC: Perform N-bit analog-to-digital conversion%   f_base2dec     - F_BASE2DEC: Convert a base d array to a decimal integer%   f_bilin        - F_BILIN: Bilinear analog to digital filter transformation%   f_block        - F_BLOCK: Draw a block using the current axes%   f_blockconv    - F_BLOCKCONV: Fast linear block convolution of two signals%   f_butter       - F_BUTTER: ODE file for Butterworth lowpass analog filter %   f_butters      - F_BUTTERS: Design lowpass analog Butterworth filter%   f_butterz      - F_BUTTERZ: Design a Butterworth IIR digital filter%   f_caliper      - F_CALIPER: Measure coorinates on current plot using mouse%   f_calmenu      - F_CALMENU: Set up caliper menu item%   f_cascade      - F_CASCADE: Find cascade form digital filter realization%   f_chebpoly     - F_CHEBPOLY: Evaluate Chebychev polynomial of first kind%   f_cheby1s      - F_CHEBY1S: Design Chebyshev-I lowpass analog filter%   f_cheby1z      - F_CHEBY1Z: Design a Chebyshev-I IIR digital filter%   f_cheby2s      - F_CHEBY2S: Design a Chebyshev-II lowpass analog filter%   f_cheby2z      - F_CHEBY2Z: Design a Chebyshev-II IIR digital filter%   f_checkbox     - F_CHECKBOX: Create a check box control%   f_checkcd      - F_checkcd: Check to see if the the solutions CD is available%   f_circle       - F_CIRCLE: Draw a circle in current plot%   f_cleanstring  - F_CLEANSTRING: Replace _ in string s with \_ for tex processor%   f_clip         - F_CLIP: Clip a value, or a calling argument, to an interval%   f_conv         - F_CONV: Fast linear or circular convolution%   f_corr         - F_CORR: Fast cross-correlation of two discrete-time signals%   f_corrlms      - F_CORRLMS: System identification using correlation LMS method.%   f_dac          - F_DAC: Perform N-bit digital to analog conversion%   f_deadzone     - F_DEADZONE: Insert a dead zone interval%   f_dec2base     - F_DEC2BASE: Convert a decimal integer to a base d array%   f_decimate     - F_DECIMATE: Reduce sampling rate by factor M.%   f_drawadapt    - F_DRAWADAPT: Draw a block diagram for GUI module g_adapt%   f_drawcorr     - F_DRAWCORR: Draw a block diagram for GUI module g_correlate%   f_drawfilt     - F_DRAWFILT: Draw a block diagram for GUI modules g_filters, g_fir, g_iir%   f_drawrate     - F_DRAWRATE: Draw a block diagram for GUI module g_multirate%   f_drawrecon    - F_DRAWRECON: Draw a block diagram for GUI module g_reconstruct%   f_drawsamp     - F_DRAWSAMP: Draw a block diagram for GUI module g_sample%   f_drawspec     - F_DRAWSPEC: Draw a block diagram for GUI module g_spectra%   f_drawsys      - F_DRAWSAMP: Draw a block diagram for GUI module g_sample%   f_dsp          - F_DSP: Driver module for FDSP Toolbox%   f_editbox      - F_EDITBOX: Create edit box%   f_elliptics    - F_ELLIPTICS: Design elliptic lowpass analog filter%   f_ellipticz    - F_ELLIPTICZ: Design elliptic IIR digital filter%   f_exitmenu     - F_EXITMENU: Create exit menu item%   f_filtcas      - F_FILTCAS: Compute output of cascade form filter realization%   f_filter       - F_FILTER: Compute the zero-state response of the following filter%   f_filtlat      - F_FILTLAT: Compute output of lattice form filter realization%   f_filtpar      - F_FILTPAR: Compute output of parallel form filter realization%   f_firamp       - F_FIRAMP: Amplitude response of frequency-selective filter%   f_firideal     - F_FIRIDEAL Designs an ideal linear-phase frequency-selective windowed FIR filter%   f_firls        - F_FIRLS: Design a least-squares FIR filter%   f_firmenu      - F_FIRMENU: Set up FIR filter design method menu%   f_firparks     - F_FIRPARKS: Design a Parks-McClellan equiripple FIR filter%   f_firsamp      - F_FIRSAMP: Design a frequency-sampled FIR filter%   f_firwin       - F_FIRWIN: Design a general windowed FIR filter%   f_freq         - F_FREQ: Compute exact frequency response of discrete-time system%   f_freqs        - F_FREQS: Compute freqeuncy response of continuous-time system%   f_freqz        - F_FREQZ: Compute frequency response of discrete-time system using DFT%   f_funx         - F_FUNX: Compute a selected input signal%   f_fxlms        - F_FXLMS: System identification using filtered-x LMS method%   f_getAs        - _GETAS: Estimate stopband attenuation in dB of a lowpass filter%   f_getadapt     - F_GETADAPT: Compute input and desired output for GUI module G_ADAPT%   f_getcorr      - F_GETCORR: Compute inputs for GUI module G_CORRELATE%   f_getfilters   - F_GETFILTERS: Compute filter coefficients for GUI module G_FILTERS%   f_getfir       - F_GETFIR: Compute FIR filter coefficients for GUI module G_FIR%   f_getfun       - F_GETFUN: Prompt for the name of an M-file function %   f_getiir       - F_GETIIR: Compute IIR filter coefficients for GUI module G_IIR%   f_getmatfile   - F_GETNATFILE: Prompt the user for the name of an M-file function%   f_getrate      - F_GETRATE: Compute input and output for GUI module G_MULTIRATE%   f_getsound     - F_GETSOUND: Record sound from PC microphone%   f_getspec      - F_GETSPEC: Compute input for GUI module G_SPECTRA%   f_getsys       - F_GETSYS: Compute input for GUI module G_SYSTEM%   f_gridpoint    - F_GRIDPOINT: Find grid point in domain of F_RBF0%   f_guifigure    - F_GUIFIGURE: Create figure window for specified GUI module%   f_guihome      - F_GUIHOME: Create figure window for the homework builder module%   f_helpmenu     - F_HELPMENU: Set up help menu item%   f_identify     - F_IDENTIFY: Identify IIR model using least squares fit%   f_iircomb      - F_IIRCOMB: Design an IIR comb filter%   f_iirinv       - F_IIRINV: Design an IIR inverse comb filter%   f_iirmenu      - F_IIRMENU: Set up IIR filter design prototype menu%   f_iirnotch     - F_IIRNOTCH: Design an IIR notch filter%   f_iirres       - F_IIRRES: Design an IIR resonator filter%   f_impulse      - F_IMPULSE: Compute impulse response of a discrete-time system%   f_interpol     - F_INTERPOL: Increase sampling rate by factor L.%   f_labels       - F_LABELS: Add title and axis labels to current plot %   f_lattice      - F_LATTICE: Find lattice form FIR filter realization %   f_leaklms      - F_LEAKLMS: System identificatoin using leaky LMS method%   f_line         - F_LINE: Draw a line segment on current figure%   f_lms          - F_LMS: System identification using least mean square method%   f_loadmenu     - F_LOADMENU: Create load menu item%   f_logo         - F_LOGO: Draw FDSP logo of a comb filter transfer function%   f_low2bps      - F_LOW2BPS: Lowpass to bandpass analog transformation%   f_low2bss      - F_LOW2BSS: Lowpass to bandstop analog transformation%   f_low2highs    - F_LOW2HIGHS: Lowpass to highpass analog transformation%   f_low2lows     - F_LOW2LOWS: Lowpass to lowpass analog transformation%   f_minall       - F_MINALL: Factor filter into minimum-phase and allpass parts%   f_neighbors    - F_NEIGHBORS: Find scalar indices of vertices of grid element%   f_normlms      - F_NORMLMS: System identification using normalized LMS method%   f_oldmat       - F_OLDMAT: Check to see if MATLAB version is too old%   f_parallel     - F_PARALLEL: Find parallel form filter realization%   f_pds          - F_PDS: Compute estimated power density spectrum%   f_pll          - F_PLL: Estimate fundamental frequency using a phase-locked loop%   f_plotadapt    - F_PLOTADAPT: Plot the selected view for the GUI module G_ADAPT%   f_plotcorr     - F_PLOTCORR: Plot selective view for GUI module G_CORRELATE%   f_ploterase    - F_PLOTERASE: Erase the the plot area used by GUI modules%   f_plotfilters  - F_PLOTFILTERS: Plot selected view for GUI module G_FILTERS%   f_plotfir      - F_PLOTFIR: Plot selected view for GUI module G_FIR%   f_plothome     - F_PLOTHOME: Draw the homework assignment in display window%   f_plotiir      - F_PLOTIIR: Plot selected view for GUI module G_IIR%   f_plotrate     - F_PLOTRATE: Plot selected view for GUI module G_MULTIRATE%   f_plotrec      - F_PLOTREC: Plot selected view for GUI module G_RECONSTRUCT%   f_plotsamp     - F_PLOTSAMP: Plot selective view for GUI module G_SAMPLE%   f_plotspec     - F_PLOTSPEC: Plot selected view for GUI module G_SPECTRA%   f_plotsys      - F_PLOTSYS: Plot selected view for GUI module G_SYSTEM%   f_printmenu    - F_PRINTMENU: Create print menu item%   f_problems     - F_PROBLEMS: Generate cell array containing FDSP homework problem data%   f_probrange    - F_PROBRANGE: Find start and stop subscripts from problems within a specified section range.%   f_prompt       - F_PROMPT: Prompt user for numerical input in specified range%   f_pushbutton   - F_PUSHBUTTON: Create pushbutton control%   f_pzplot       - F_PZPLOT: Plot transfer function poles and zeros%   f_pzsurf       - F_PZSURF: Surface plot of transfer function magnitude%   f_quant        - F_QUANT: Quantization operator%   f_randg        - F_RANDG: Construct Gaussian random matrix%   f_randinit     - F_RANDINIT: Initialize random number generator%   f_randprob     - F_GENHOME: Create pushbutton for selecting a random set of homework problems%   f_randu        - F_RANDU: Construct a uniformly distributed random matrix%   f_rateconv     - F_RATECONV: Convert sampling rate by rational factor L/M.%   f_rbf0         - F_RBF0: Compute output of raised-cosine RBF network%   f_rbf1         - F_RBF1: Compute output of first order raised-cosine RBF network%   f_rbfg         - F_RBFG: Compute raised-cosine RBF function centered at zero%   f_rbfv         - F_RBFW: Identify a nonlinear system using first order RBF network%   f_rbfw         - F_RBFW: Nonlinear system identification using an RBF network%   f_realizemenu  - F_REALIZEMENU: Set up filter realization menu %   f_record       - F_RECORD: Record sound as an input vector%   f_regreader    - F_REGREADER: Register the Adobe Acrobat Reader with FDSP%   f_reverb       - F_REVERB: Compute output of reverberation filter%   f_rls          - F_RLS: System identification using RLS method%   f_savemenu     - F_SAVEMENU: Create save menu item%   f_screen       - F_SCREEN: Compute the current graphics screen resolution%   f_secvalue     - F_SECVALUE: Convert the chapter-based section number to a numerical value%   f_showslider   - F_SHOWSLIDER: Display the slider bar for GUI modules%   f_sigsyn       - F_SIGSYN: Active noise control using signal synthesis method%   f_slider       - F_SLIDER: Create slider bar for GUI modules%   f_spec         - F_SPEC: Compute magnitude, phase, and power density spectra%   f_specgram     - F_SPECGRAM: Compute spectrogram of a signal%   f_state        - F_STATE: Construct state vector from inputs and outputs%   f_string       - F_STRING: Compute output of tunable plucked-string filter%   f_subsignals   - F_SUBSIGNALS: Compute a matrix of bandlimited subsignals%   f_tocol        - F_TOCOL: Convert to a column vector%   f_torow        - F_TOROW: Convert to a row vector%   f_typebuttons  - F_TYPEBUTTONS: Create radio buttons for type options%   f_unscramble   - F_UNSCRAMBLE: Reorder FFT output to freqency range [-fs/2,fs/2]%   f_vector       - F_VECTOR: Draw a vector on current plot%   f_version      - F_VERSION: Return version number of requested item%   f_viewbuttons  - F_VIEWBUTTONS: Create radio buttons for viewing options%   f_wait         - F_WAIT: Pause and wait for a key to be pressed%   f_window       - F_WINDOW: Compute data window vector%   f_windowmenu   - F_WINDOWMENU: Set up data window menu item%   g_dsp          - G_DSP: Driver module for FDSP toolbox GUI modules%   u_fir1         - U_FIR1: Example user file for GUI module G_FIR%   u_reconstruct1 - U_RECONSTRUCT1: Example user file for GUI module G_RECONSTRUCT%   u_sample1      - U_SAMPLE1: Example user file for GUI module G_SAMPLE

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -