Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to plot with x axis in 10log in Mathematica

Status
Not open for further replies.

btminzon

Full Member level 2
Full Member level 2
Joined
Jun 12, 2006
Messages
122
Helped
9
Reputation
18
Reaction score
1
Trophy points
1,298
Location
Brazil
Activity points
2,140
mathematica axis

Hi fellows,

I need to plot an integral versus 10log of the x axis, in other words, i need to plot the reliability of a signal versus SNR, in dB. I tried

Plot[NIntegrate[<my function here>],{x,100,1}]

and plotted ok, but the x axis is from 1 to 100, and i need the 10log (basis ten, not e) of x axis. So, i tried

LogLinearPlot[NIntegrate[<my function here>],{x,100,1}]

ploted in log, but the values in x axis are still linear, besides the graphic is in log. so, finally, i tried,

Plot[NIntegrate[<my function here>],{10Log10[x],100,1}]

but the error about write protected appear. So, what should i do?

Thanks a lot

Breno
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top