DSPRelated.com

Wavelet PDE Matlab Sought

Started by Anonymous in comp.dsp19 years ago 6 replies

What MatLab Packages are there for solving PDEs using WaveLets? This problem has been solved with Collocation up to now, but I need...

What MatLab Packages are there for solving PDEs using WaveLets? This problem has been solved with Collocation up to now, but I need the inputs and outputs to be in WaveLet form for upstream and downstream analysis. - = - Vasos-Peter John Panagiotopoulos II, Columbia'81+, Bio$trategist BachMozart ReaganQuayle EvrytanoKastorian http://ourworld.compuserv...


ecg function in matlab

Started by enricophpdsp in comp.dsp13 years ago

hello, I want to ask about the ----ecg (length)---- function in matlab. what length is being mentioned here. i tried plotting with different...

hello, I want to ask about the ----ecg (length)---- function in matlab. what length is being mentioned here. i tried plotting with different lengths.. the shape is still same except the limits on x axis. somebody plz help..


cumsum() in Matlab

Started by cirip in comp.dsp20 years ago 2 replies

Hello All, I believe a lot of the people on this ng are users of Matlab and heavily into mathematics, so here is my question. I am trying...

Hello All, I believe a lot of the people on this ng are users of Matlab and heavily into mathematics, so here is my question. I am trying to integrate a cosine function. If I compare the analitical formula result with the numerical integration result using cumsum(), there is a small difference. Is there anything I can do to minimize that difference, ideally make it zero? Unfortunately...


Slightly off subject: Can I use text from help for an API for Matlab in my Mathematica function help?

Started by Nasser M. Abbasi in comp.dsp14 years ago 1 reply

I did not know where to ask this, I thought some experts here might know. I am writing a basic digital signal processing package in Mathematica...

I did not know where to ask this, I thought some experts here might know. I am writing a basic digital signal processing package in Mathematica (for me, for school work, and demos that I write, nothing commercial, will all be free code) which I use to do my housework, etc... I am actually trying to implement from scratch in Mathematica many of the Matlab useful DSP design functions whe...


Implementation of CMA algorithm in adaptive beamforming in Matlab

Started by usha181 in comp.dsp15 years ago

Hi all! I am doing a project in beamforming algorithms for smart antennas. I want to know how to define a 32 chip binary sequence in Matlab which...

Hi all! I am doing a project in beamforming algorithms for smart antennas. I want to know how to define a 32 chip binary sequence in Matlab which is sampled at 8 times per chip. I want to use this as the direct path arriving signal and with zero padding, define the multipath signals... Can someone help out please??


How to generate 2 tone IQ signal

Started by tmdisanto in comp.dsp8 years ago 4 replies

Hello, I'm trying to generate an IQ baseband signal in Matlab that is a simple 2 tone signal but I can't seem to find the necessary equations. ...

Hello, I'm trying to generate an IQ baseband signal in Matlab that is a simple 2 tone signal but I can't seem to find the necessary equations. What would an implementation look like that does this (generically, doesn't have to be specific to Matlab). Thanks! --------------------------------------- Posted through http://www.DSPRelated.com


Help with Remez function in Scilab...

Started by ctulk in comp.dsp17 years ago 2 replies

Hello all...I'm new to the group and relatively new to Scilab. I'm trying to convert a section of code from Matlab to Scilab (please don't...

Hello all...I'm new to the group and relatively new to Scilab. I'm trying to convert a section of code from Matlab to Scilab (please don't ask "why?" as I'm still trying to figure that one out myself...suffice it to say it is "because I have to"), and I'm completely stuck on converting the following Matlab code: % y is a (1500,1) matrix of numbers (floats) x = remez(16,[0 .5],[0 pi/2],'d'); x...


Matlab's fftw returns nothing?

Started by Vista in comp.dsp17 years ago 1 reply

Hi all, Matlab command "fftw" supposedly should return something, as described in the following help document. But when I tried these command...

Hi all, Matlab command "fftw" supposedly should return something, as described in the following help document. But when I tried these command examples, nothing happened, i.e. "fftw" returned nothing. What might be the problem? Thanks ------------------------------------------------------------------------------------------ > > help fftw FFTW Interface to FFTW library run-time a


MATLAB error: ???Processor not supported createobj(cc_target,'x'); CCS 5510 TI

Started by Anonymous in comp.dsp19 years ago 3 replies

Hi Im trying to get the variable x from Code Composer via Matlab the following way variable=createobj(cc_target,'x') but there is and...

Hi Im trying to get the variable x from Code Composer via Matlab the following way variable=createobj(cc_target,'x') but there is and error message from matlab: ??? Processor not supported The variable x on Code Composer has been int,double,float x has been also an structure and an array but createobj still says: ???Processor not supported I'm using the TMS320VC5510 an...


DTMF using MATLAB

Started by haro...@gmail.com in comp.dsp18 years ago 2 replies

Can any body help me in writing code of following problem in...

Can any body help me in writing code of following problem in MATLAB :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::= =AD:::::::::::::::::::::: Design digital oscillators for DTMF frequencies at sample rate of 22500 sp/sec Generate a seven digit DTMF using Digital Oscillators and write it in a wav file


Matlab FFT

Started by shoma in comp.dsp18 years ago 11 replies

For the question below i was looking for help since some parts of it i don't get. For part A I import the data in matlab and then plot it...

For the question below i was looking for help since some parts of it i don't get. For part A I import the data in matlab and then plot it using the plot function. i get my x-axis as the number of samples which is 16384 and then the y is the values of the signal. but i dono if i am drawing it correct. should it be in any diff format in terms of x-axis. maybe freq? For part B i found t...


matlab firpm

Started by Anonymous in comp.dsp19 years ago 2 replies

Hi, When I try to design an equiripple FIR with matlab, the script and parameters at the end of this message results in a satisfying...

Hi, When I try to design an equiripple FIR with matlab, the script and parameters at the end of this message results in a satisfying filter. (0 dB at DC) However, when I decrease Fpass to 120, the passband has a (flat) DC attenuation +/- 33dB. It seems that the passband suffers increasing attenuation when Fpass is decreased below some threshold. Has anyone an explanation for this? ...


Matlab and FFTW Give Different FFT Result?

Started by hudu2k in comp.dsp21 years ago 5 replies

Hi, Just for testing purpose, I want to calculate the FFT for a 4x4x2 (3D) matrix. The matrix looks like this: in(:,:,1) = 0 4 ...

Hi, Just for testing purpose, I want to calculate the FFT for a 4x4x2 (3D) matrix. The matrix looks like this: in(:,:,1) = 0 4 8 12 1 5 9 13 2 6 10 14 3 7 11 15 in(:,:,2) = 16 20 24 28 17 21 25 29 18 22 26 30 19 23 27 31 Matlab Result: out(:,:,1) = 1.0e+02 * ...


wavelets, 2-D complex morlet code in MATLAB

Started by Anonymous in comp.dsp19 years ago 1 reply

can anybody help me find MATLAB code for 2-D complex morlet wavelet? any web resource or book will be ok. thanks!

can anybody help me find MATLAB code for 2-D complex morlet wavelet? any web resource or book will be ok. thanks!


OT: HTML strangeness on FE pages

Started by Eric Jacobsen in comp.dsp18 years ago 11 replies

Hey all, this is a bit off topic but I thought I'd post here as somebody may know what the problem is. I've ported my web stuff to a new host...

Hey all, this is a bit off topic but I thought I'd post here as somebody may know what the problem is. I've ported my web stuff to a new host and now the links to the matlab code no longer work. Specifically, if you go to the bottom of: http://www.ericjacobsen.org/fe2/fe2.htm and try to get any of the matlab source files it claims the page doesn't exist (at least, that's what it does...


FIR filter in Matlab

Started by TheAmbison in comp.dsp19 years ago 1 reply

Greetings, I am a student from Vienna, Austria and working on my bachelor of arts research project. I am testing the effect of shelf filtering...

Greetings, I am a student from Vienna, Austria and working on my bachelor of arts research project. I am testing the effect of shelf filtering in an specialized surround sound system on the sonic image. ok, you don't have to know what that means :) But i have a problem. I need the FIR filters (because i got a lot of hints that they would work a lot better) in MATLAB format but i never l...


Berlekamp-Massey in Matlab

Started by gct in comp.dsp15 years ago 4 replies

So I'm trying to implement the inversionless Berlekamp-Massey algorithm in Matlab, and I'm having a devil of a time. I've gotten it to the point...

So I'm trying to implement the inversionless Berlekamp-Massey algorithm in Matlab, and I'm having a devil of a time. I've gotten it to the point that it'll calculate correct polynomials for a simple (7,3) code (from a chapter by Bernard Sklar on the subject) but it falls apart when I give it a larger (204,188) code (from ITU-T J.83), and I have no idea why. Could it have something to do with ...


matlab and spectrum analyzer

Started by radiohead in comp.dsp20 years ago 1 reply

anybody know how to or where to go to learn how-to setup a spectrum-analyzer with matlab?...what about free software spectrum analyzers? --C

anybody know how to or where to go to learn how-to setup a spectrum-analyzer with matlab?...what about free software spectrum analyzers? --C


Audio Jammers

Started by shruti in comp.dsp18 years ago

Hi.. I need some information on Audio Jammers. I have to implement Audio Jammers in MATLAB and then have to convert the MATLAB into C-code...

Hi.. I need some information on Audio Jammers. I have to implement Audio Jammers in MATLAB and then have to convert the MATLAB into C-code and to TI DSK CCS. -Shruti


Audio Jammers

Started by shruti in comp.dsp18 years ago 3 replies

Hi.. I need some information on Audio Jammers. I have to implement Audio Jammers in MATLAB and then have to convert the MATLAB into C-code...

Hi.. I need some information on Audio Jammers. I have to implement Audio Jammers in MATLAB and then have to convert the MATLAB into C-code and to TI DSK CCS. -Shruti