Technical discussion about Matlab and issues related to Digital Signal Processing.
Post a new Thread
#ARIJIT BISWAS# - Mar 27 2008
Hi!
Does anyone have mexed version of poly2lsf.m? :-)
Cheers,
Arijit
... 
Hazlee Azil Illias - Mar 27 2008
Hi All,
Does anybody know how to edit the scale on axis of the figure in MATLAB? I tried to change the scaling but cannot do so. Any idea?
Thanks and Regards,
Hazlee
... 
sale...@gmail.com - Mar 26 2008
Hi,
I'm having trouble with a homework question.
Suppose I'm given a signal x[n], which is obtained by sampling at
a frequency of 2kHZ.Using matlab I plotted its spectrum (vs.... 
Richard Caldwell - Mar 26 2008
Hi, I have a stable continuous system, generated as:
num=[-10 -8.8 4.9 -4.4 6.2];
den=[1 16.41 73.63 78.68 64.51 37.02];
sys=tf(num,den);
pzmap() indicates stability and step... 
elsanky - Mar 25 2008
I am trying to call matlab from C using the Matlab Engine. Is there a
way to directly read and write files in the Matlab code for example
Engine *ep;
engEvalString(ep,"raw_d... 
Suman Chatterjee - Mar 25 2008
Hello everybody,
I want to call a matlab function from VB6. I know I can do it by
Shell "c:\users\suman\documents\matfiles\read_data1", 1
where read_data1.m is the matlab... 
"Ye, Xiaoxia" - Mar 23 2008
Dear all,
I have a question about how to call a function as an argument of another function.
For example, first I have "fun1" as
function a=fun1(x,y)
a=x*y;
then, I ... 
mikailidirs - Mar 23 2008
I am simulating MC-CDMA using Matlab. Here is the message Maltab
returned when I ran the simulation:
Undefined function or method 'snr' for input arguments of type 'char'.
Er... 
raviteja - Mar 20 2008
Hello,
Can anyone advice me to find the right way to calculate PAPR of
multicarrier systems? I am currently working on PTS technique of OFDM.
The peak average power ratio, i... 
#ARIJIT BISWAS# - Mar 19 2008
Hi all!
Consider this example:
x=[];
for i=1:1000
x(i)=sin(i);
end
Here, M-Lint will tell you:
Array 'x' might be grown using indexing. Consider preallocating for sp... 
previous |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
next